#9B1170

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

Shades of Eggplant #9B1170

Tints of Eggplant #9B1170

Color information

#9B1170 (or 0x9B1170) is unknown color: approx Eggplant. HEX triplet: 9B, 11 and 70. RGB value is (155,17,112). Sum of RGB (Red+Green+Blue) = 155+17+112=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1170 is #64EE8F. Grayscale: #444444. Windows color (decimal): -6614672 or 7344539. OLE color: 7344539.

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

Color convert

RGB15517112-
CMYK00.890.280.39
HSL318.7º80.23%33.73%-
HSV(B)318.7º89.03%60.78%-
XYZ16.648.5416.1-
YUV69.09152.22189.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.58%
GREEN value IS 17 (7.03% from 255) = 5.99%
BLUE value IS 112 (44.14% from 255) = 39.44%
R=54.58%
G=5.99%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551711200.890.280.39318.780.2333.73
Hex9B11700591C2713f5022
Octal233211600131344747712042
Binary1001101110001111000001011001111001001111001111111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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