#9C0267

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

Shades of Eggplant #9C0267

Tints of Eggplant #9C0267

Color information

#9C0267 (or 0x9C0267) is unknown color: approx Eggplant. HEX triplet: 9C, 02 and 67. RGB value is (156,2,103). Sum of RGB (Red+Green+Blue) = 156+2+103=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0267 is #63FD98. Grayscale: #3B3B3B. Windows color (decimal): -6552985 or 6750876. OLE color: 6750876.

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

Color convert

RGB1562103-
CMYK00.990.340.39
HSL320.65º97.47%30.98%-
HSV(B)320.65º98.72%61.18%-
XYZ16.188.0913.54-
YUV59.56152.52196.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.77%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=59.77%
G=0.77%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156210300.990.340.39320.6597.4730.98
Hex9C2670632227141611f
Octal23421470143424750114137
Binary1001110010110011101100011100010100111101000001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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