#9C0067

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

Shades of Eggplant #9C0067

Tints of Eggplant #9C0067

Color information

#9C0067 (or 0x9C0067) is unknown color: approx Eggplant. HEX triplet: 9C, 00 and 67. RGB value is (156,0,103). Sum of RGB (Red+Green+Blue) = 156+0+103=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0067 is #63FF98. Grayscale: #3A3A3A. Windows color (decimal): -6553497 or 6750364. OLE color: 6750364.

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

Color convert

RGB1560103-
CMYK010.340.39
HSL320.38º100%30.59%-
HSV(B)320.38º100%61.18%-
XYZ16.168.0513.53-
YUV58.39153.18197.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 39.77%
R=60.23%
G=0%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1560103010.340.39320.3810030.59
Hex9C0670642227140641f
Octal23401470144424750014437
Binary100111000110011101100100100010100111101000000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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