#900B73

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

Shades of Eggplant #900B73

Tints of Eggplant #900B73

Color information

#900B73 (or 0x900B73) is unknown color: approx Eggplant. HEX triplet: 90, 0B and 73. RGB value is (144,11,115). Sum of RGB (Red+Green+Blue) = 144+11+115=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #900B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900B73 is #6FF48C. Grayscale: #3E3E3E. Windows color (decimal): -7337101 or 7539600. OLE color: 7539600.

HSL color Cylindrical-coordinate representation of color #900B73: hue angle of 313.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900B73 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14411115-
CMYK00.920.200.44
HSL313.08º85.81%30.39%-
HSV(B)313.08º92.36%56.47%-
XYZ14.727.4116.87-
YUV62.62157.56186.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.33%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=53.33%
G=4.07%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441111500.920.200.44313.0885.8130.39
Hex90B7305C142C139561e
Octal220131630134245447112636
Binary10010000101111100110101110010100101100100111001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900B73; }

 p { color: rgb(144,11,115); }

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

<style>
 a { background-color: #900B73; }

 a { background-color: rgb(144,11,115); }

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

<style>
 span { border-color: #900B73; }

 span { border-color: rgb(144,11,115); }

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