#9B0275

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

Shades of Eggplant #9B0275

Tints of Eggplant #9B0275

Color information

#9B0275 (or 0x9B0275) is unknown color: approx Eggplant. HEX triplet: 9B, 02 and 75. RGB value is (155,2,117). Sum of RGB (Red+Green+Blue) = 155+2+117=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0275 is #64FD8A. Grayscale: #3C3C3C. Windows color (decimal): -6618507 or 7668379. OLE color: 7668379.

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

Color convert

RGB1552117-
CMYK00.990.250.39
HSL314.9º97.45%30.78%-
HSV(B)314.9º98.71%60.78%-
XYZ16.758.317.55-
YUV60.86159.69195.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=56.57%
G=0.73%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155211700.990.250.39314.997.4530.78
Hex9B275063192713b611f
Octal23321650143314747314137
Binary100110111011101010110001111001100111100111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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