#900C73

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

Shades of Eggplant #900C73

Tints of Eggplant #900C73

Color information

#900C73 (or 0x900C73) is unknown color: approx Eggplant. HEX triplet: 90, 0C and 73. RGB value is (144,12,115). Sum of RGB (Red+Green+Blue) = 144+12+115=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #900C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900C73 is #6FF38C. Grayscale: #3E3E3E. Windows color (decimal): -7336845 or 7539856. OLE color: 7539856.

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

Color convert

RGB14412115-
CMYK00.920.200.44
HSL313.18º84.62%30.59%-
HSV(B)313.18º91.67%56.47%-
XYZ14.737.4316.88-
YUV63.21157.23185.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=53.14%
G=4.43%
B=42.44%

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
Decimal1441211500.920.200.44313.1884.6230.59
Hex90C7305C142C139551f
Octal220141630134245447112537
Binary10010000110011100110101110010100101100100111001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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