#9C59F2

Color #9C59F2 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9C59F2

Tints of Medium Purple #9C59F2

Color information

#9C59F2 (or 0x9C59F2) is unknown color: approx Medium Purple. HEX triplet: 9C, 59 and F2. RGB value is (156,89,242). Sum of RGB (Red+Green+Blue) = 156+89+242=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #9C59F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C59F2 is #63A60D. Grayscale: #7D7D7D. Windows color (decimal): -6530574 or 15882652. OLE color: 15882652.

HSL color Cylindrical-coordinate representation of color #9C59F2: hue angle of 266.27º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C59F2 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15689242-
CMYK0.360.6300.05
HSL266.27º85.47%64.9%-
HSV(B)266.27º63.22%94.9%-
XYZ33.3120.6286.23-
YUV126.48193.2149.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 89 (35.16% from 255) = 18.28%
BLUE value IS 242 (94.92% from 255) = 49.69%
R=32.03%
G=18.28%
B=49.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156892420.360.6300.05266.2785.4764.9
Hex9C59F2243F0510a5541
Octal234131362447705412125101
Binary10011100101100111110010100100111111010110000101010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C59F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C59F2; }

 p { color: rgb(156,89,242); }

 H1.HeaderClassName
 {
   color: #9C59F2;
 }
 .AnyTagClassName
 {
   color: #9C59F2;
 }
</style>
background-color css

<style>
 a { background-color: #9C59F2; }

 a { background-color: rgb(156,89,242); }

 div.DivClassName
 {
   background-color: #9C59F2;
 }
 .BgClassName
 {
   background-color: #9C59F2;
 }
</style>
border-color css

<style>
 span { border-color: #9C59F2; }

 span { border-color: rgb(156,89,242); }

 td.TdClassName
 {
   border-color: #9C59F2;
 }
 .TagClassName
 {
   border-color: #9C59F2;
 }
</style>