#9C006E

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

Shades of Eggplant #9C006E

Tints of Eggplant #9C006E

Color information

#9C006E (or 0x9C006E) is unknown color: approx Eggplant. HEX triplet: 9C, 00 and 6E. RGB value is (156,0,110). Sum of RGB (Red+Green+Blue) = 156+0+110=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C006E is #63FF91. Grayscale: #3A3A3A. Windows color (decimal): -6553490 or 7209116. OLE color: 7209116.

HSL color Cylindrical-coordinate representation of color #9C006E: hue angle of 317.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C006E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB1560110-
CMYK010.290.39
HSL317.69º100%30.59%-
HSV(B)317.69º100%61.18%-
XYZ16.528.1915.46-
YUV59.18156.68197.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=58.65%
G=0%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1560110010.290.39317.6910030.59
Hex9C06E0641D2713e641f
Octal23401560144354747614437
Binary10011100011011100110010011101100111100111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,0,110); }

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

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

 a { background-color: rgb(156,0,110); }

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

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

 span { border-color: rgb(156,0,110); }

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