#9B0A70

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

Shades of Eggplant #9B0A70

Tints of Eggplant #9B0A70

Color information

#9B0A70 (or 0x9B0A70) is unknown color: approx Eggplant. HEX triplet: 9B, 0A and 70. RGB value is (155,10,112). Sum of RGB (Red+Green+Blue) = 155+10+112=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0A70 is #64F58F. Grayscale: #404040. Windows color (decimal): -6616464 or 7342747. OLE color: 7342747.

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

Color convert

RGB15510112-
CMYK00.940.280.39
HSL317.79º87.88%32.35%-
HSV(B)317.79º93.55%60.78%-
XYZ16.558.3616.07-
YUV64.98154.54192.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=55.96%
G=3.61%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551011200.940.280.39317.7987.8832.35
Hex9BA7005E1C2713e5820
Octal233121600136344747613040
Binary100110111010111000001011110111001001111001111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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