#9B0F70

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

Shades of Eggplant #9B0F70

Tints of Eggplant #9B0F70

Color information

#9B0F70 (or 0x9B0F70) is unknown color: approx Eggplant. HEX triplet: 9B, 0F and 70. RGB value is (155,15,112). Sum of RGB (Red+Green+Blue) = 155+15+112=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F70 is #64F08F. Grayscale: #434343. Windows color (decimal): -6615184 or 7344027. OLE color: 7344027.

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

Color convert

RGB15515112-
CMYK00.900.280.39
HSL318.43º82.35%33.33%-
HSV(B)318.43º90.32%60.78%-
XYZ16.618.4816.09-
YUV67.92152.88190.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.96%
GREEN value IS 15 (6.25% from 255) = 5.32%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=54.96%
G=5.32%
B=39.72%

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
Decimal1551511200.900.280.39318.4382.3533.33
Hex9BF7005A1C2713e5221
Octal233171600132344747612241
Binary100110111111111000001011010111001001111001111101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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