#9C0B72

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

Shades of Eggplant #9C0B72

Tints of Eggplant #9C0B72

Color information

#9C0B72 (or 0x9C0B72) is unknown color: approx Eggplant. HEX triplet: 9C, 0B and 72. RGB value is (156,11,114). Sum of RGB (Red+Green+Blue) = 156+11+114=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0B72 is #63F48D. Grayscale: #414141. Windows color (decimal): -6550670 or 7474076. OLE color: 7474076.

HSL color Cylindrical-coordinate representation of color #9C0B72: hue angle of 317.38º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B72 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB15611114-
CMYK00.930.270.39
HSL317.38º86.83%32.75%-
HSV(B)317.38º92.95%61.18%-
XYZ16.878.5216.68-
YUV66.1155.04192.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 11 (4.69% from 255) = 3.91%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=55.52%
G=3.91%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561111400.930.270.39317.3886.8332.75
Hex9CB7205D1B2713d5721
Octal234131620135334747512741
Binary100111001011111001001011101110111001111001111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,11,114); }

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

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

 a { background-color: rgb(156,11,114); }

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

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

 span { border-color: rgb(156,11,114); }

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