#9C0F70

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

Shades of Eggplant #9C0F70

Tints of Eggplant #9C0F70

Color information

#9C0F70 (or 0x9C0F70) is unknown color: approx Eggplant. HEX triplet: 9C, 0F and 70. RGB value is (156,15,112). Sum of RGB (Red+Green+Blue) = 156+15+112=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F70 is #63F08F. Grayscale: #434343. Windows color (decimal): -6549648 or 7344028. OLE color: 7344028.

HSL color Cylindrical-coordinate representation of color #9C0F70: hue angle of 318.72º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F70 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15615112-
CMYK00.900.280.39
HSL318.72º82.46%33.53%-
HSV(B)318.72º90.38%61.18%-
XYZ16.818.5816.1-
YUV68.22152.71190.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.12%
GREEN value IS 15 (6.25% from 255) = 5.30%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=55.12%
G=5.30%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561511200.900.280.39318.7282.4633.53
Hex9CF7005A1C2713f5222
Octal234171600132344747712242
Binary100111001111111000001011010111001001111001111111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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