#9B0278

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

Shades of Eggplant #9B0278

Tints of Eggplant #9B0278

Color information

#9B0278 (or 0x9B0278) is unknown color: approx Eggplant. HEX triplet: 9B, 02 and 78. RGB value is (155,2,120). Sum of RGB (Red+Green+Blue) = 155+2+120=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0278 is #64FD87. Grayscale: #3C3C3C. Windows color (decimal): -6618504 or 7864987. OLE color: 7864987.

HSL color Cylindrical-coordinate representation of color #9B0278: hue angle of 313.73º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0278 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB1552120-
CMYK00.990.230.39
HSL313.73º97.45%30.78%-
HSV(B)313.73º98.71%60.78%-
XYZ16.938.3718.49-
YUV61.2161.19194.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=55.96%
G=0.72%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155212000.990.230.39313.7397.4530.78
Hex9B278063172713a611f
Octal23321700143274747214137
Binary100110111011110000110001110111100111100111010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,2,120); }

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

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

 a { background-color: rgb(155,2,120); }

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

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

 span { border-color: rgb(155,2,120); }

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