#9C006D

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

Shades of Eggplant #9C006D

Tints of Eggplant #9C006D

Color information

#9C006D (or 0x9C006D) is unknown color: approx Eggplant. HEX triplet: 9C, 00 and 6D. RGB value is (156,0,109). Sum of RGB (Red+Green+Blue) = 156+0+109=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C006D is #63FF92. Grayscale: #3A3A3A. Windows color (decimal): -6553491 or 7143580. OLE color: 7143580.

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

Color convert

RGB1560109-
CMYK010.300.39
HSL318.08º100%30.59%-
HSV(B)318.08º100%61.18%-
XYZ16.478.1715.18-
YUV59.07156.18197.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=58.87%
G=0%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1560109010.300.39318.0810030.59
Hex9C06D0641E2713e641f
Octal23401550144364747614437
Binary10011100011011010110010011110100111100111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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