#90085C

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

Shades of Eggplant #90085C

Tints of Eggplant #90085C

Color information

#90085C (or 0x90085C) is unknown color: approx Eggplant. HEX triplet: 90, 08 and 5C. RGB value is (144,8,92). Sum of RGB (Red+Green+Blue) = 144+8+92=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90085C is #6FF7A3. Grayscale: #3A3A3A. Windows color (decimal): -7337892 or 6031504. OLE color: 6031504.

HSL color Cylindrical-coordinate representation of color #90085C: hue angle of 322.94º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90085C is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB144892-
CMYK00.940.360.44
HSL322.94º89.47%29.8%-
HSV(B)322.94º94.44%56.47%-
XYZ13.526.8810.74-
YUV58.24147.06189.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=59.02%
G=3.28%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14489200.940.360.44322.9489.4729.8
Hex9085C05E242C143591e
Octal220101340136445450313136
Binary100100001000101110001011110100100101100101000011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90085C; }

 p { color: rgb(144,8,92); }

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

<style>
 a { background-color: #90085C; }

 a { background-color: rgb(144,8,92); }

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

<style>
 span { border-color: #90085C; }

 span { border-color: rgb(144,8,92); }

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