#90055E

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

Shades of Eggplant #90055E

Tints of Eggplant #90055E

Color information

#90055E (or 0x90055E) is unknown color: approx Eggplant. HEX triplet: 90, 05 and 5E. RGB value is (144,5,94). Sum of RGB (Red+Green+Blue) = 144+5+94=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90055E is #6FFAA1. Grayscale: #383838. Windows color (decimal): -7338658 or 6161808. OLE color: 6161808.

HSL color Cylindrical-coordinate representation of color #90055E: hue angle of 321.58º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90055E is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB144594-
CMYK00.970.350.44
HSL321.58º93.29%29.22%-
HSV(B)321.58º96.53%56.47%-
XYZ13.586.8511.2-
YUV56.71149.05190.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.26%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=59.26%
G=2.06%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14459400.970.350.44321.5893.2929.22
Hex9055E061232C1425d1d
Octal22051360141435450213535
Binary10010000101101111001100001100011101100101000010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90055E; }

 p { color: rgb(144,5,94); }

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

<style>
 a { background-color: #90055E; }

 a { background-color: rgb(144,5,94); }

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

<style>
 span { border-color: #90055E; }

 span { border-color: rgb(144,5,94); }

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