#9B0274

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

Shades of Eggplant #9B0274

Tints of Eggplant #9B0274

Color information

#9B0274 (or 0x9B0274) is unknown color: approx Eggplant. HEX triplet: 9B, 02 and 74. RGB value is (155,2,116). Sum of RGB (Red+Green+Blue) = 155+2+116=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0274 is #64FD8B. Grayscale: #3C3C3C. Windows color (decimal): -6618508 or 7602843. OLE color: 7602843.

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

Color convert

RGB1552116-
CMYK00.990.250.39
HSL315.29º97.45%30.78%-
HSV(B)315.29º98.71%60.78%-
XYZ16.698.2717.24-
YUV60.74159.19195.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=56.78%
G=0.73%
B=42.49%

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
Decimal155211600.990.250.39315.2997.4530.78
Hex9B274063192713b611f
Octal23321640143314747314137
Binary100110111011101000110001111001100111100111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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