#9B0070

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

Shades of Eggplant #9B0070

Tints of Eggplant #9B0070

Color information

#9B0070 (or 0x9B0070) is unknown color: approx Eggplant. HEX triplet: 9B, 00 and 70. RGB value is (155,0,112). Sum of RGB (Red+Green+Blue) = 155+0+112=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0070 is #64FF8F. Grayscale: #3A3A3A. Windows color (decimal): -6619024 or 7340187. OLE color: 7340187.

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

Color convert

RGB1550112-
CMYK010.280.39
HSL316.65º100%30.39%-
HSV(B)316.65º100%60.78%-
XYZ16.448.1416.03-
YUV59.11157.85196.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=58.05%
G=0%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1550112010.280.39316.6510030.39
Hex9B0700641C2713d641e
Octal23301600144344747514436
Binary10011011011100000110010011100100111100111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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