#9B0373

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

Shades of Eggplant #9B0373

Tints of Eggplant #9B0373

Color information

#9B0373 (or 0x9B0373) is unknown color: approx Eggplant. HEX triplet: 9B, 03 and 73. RGB value is (155,3,115). Sum of RGB (Red+Green+Blue) = 155+3+115=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0373 is #64FC8C. Grayscale: #3C3C3C. Windows color (decimal): -6618253 or 7537563. OLE color: 7537563.

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

Color convert

RGB1553115-
CMYK00.980.260.39
HSL315.79º96.2%30.98%-
HSV(B)315.79º98.06%60.78%-
XYZ16.648.2716.94-
YUV61.22158.36194.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=56.78%
G=1.10%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155311500.980.260.39315.7996.230.98
Hex9B3730621A2713c601f
Octal23331630142324747414037
Binary100110111111100110110001011010100111100111100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,3,115); }

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

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

 a { background-color: rgb(155,3,115); }

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

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

 span { border-color: rgb(155,3,115); }

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