#9C006C

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

Shades of Eggplant #9C006C

Tints of Eggplant #9C006C

Color information

#9C006C (or 0x9C006C) is unknown color: approx Eggplant. HEX triplet: 9C, 00 and 6C. RGB value is (156,0,108). Sum of RGB (Red+Green+Blue) = 156+0+108=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C006C is #63FF93. Grayscale: #3A3A3A. Windows color (decimal): -6553492 or 7078044. OLE color: 7078044.

HSL color Cylindrical-coordinate representation of color #9C006C: hue angle of 318.46º 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 #9C006C is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB1560108-
CMYK010.310.39
HSL318.46º100%30.59%-
HSV(B)318.46º100%61.18%-
XYZ16.428.1514.9-
YUV58.96155.68197.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=59.09%
G=0%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1560108010.310.39318.4610030.59
Hex9C06C0641F2713e641f
Octal23401540144374747614437
Binary10011100011011000110010011111100111100111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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