#9C1870

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

Shades of Eggplant #9C1870

Tints of Eggplant #9C1870

Color information

#9C1870 (or 0x9C1870) is unknown color: approx Eggplant. HEX triplet: 9C, 18 and 70. RGB value is (156,24,112). Sum of RGB (Red+Green+Blue) = 156+24+112=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1870 is #63E78F. Grayscale: #494949. Windows color (decimal): -6547344 or 7346332. OLE color: 7346332.

HSL color Cylindrical-coordinate representation of color #9C1870: hue angle of 320º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1870 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15624112-
CMYK00.850.280.39
HSL320º73.33%35.29%-
HSV(B)320º84.62%61.18%-
XYZ16.968.8916.15-
YUV73.5149.73186.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.42%
GREEN value IS 24 (9.77% from 255) = 8.22%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=53.42%
G=8.22%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562411200.850.280.3932073.3335.29
Hex9C18700551C271404923
Octal234301600125344750011143
Binary1001110011000111000001010101111001001111010000001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,24,112); }

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

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

 a { background-color: rgb(156,24,112); }

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

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

 span { border-color: rgb(156,24,112); }

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