#9B0079

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

Shades of Eggplant #9B0079

Tints of Eggplant #9B0079

Color information

#9B0079 (or 0x9B0079) is unknown color: approx Eggplant. HEX triplet: 9B, 00 and 79. RGB value is (155,0,121). Sum of RGB (Red+Green+Blue) = 155+0+121=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0079 is #64FF86. Grayscale: #3B3B3B. Windows color (decimal): -6619015 or 7930011. OLE color: 7930011.

HSL color Cylindrical-coordinate representation of color #9B0079: hue angle of 313.16º 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 #9B0079 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB1550121-
CMYK010.220.39
HSL313.16º100%30.39%-
HSV(B)313.16º100%60.78%-
XYZ16.978.3518.81-
YUV60.14162.35195.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=56.16%
G=0%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1550121010.220.39313.1610030.39
Hex9B0790641627139641e
Octal23301710144264747114436
Binary10011011011110010110010010110100111100111001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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