#90055F

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

Shades of Eggplant #90055F

Tints of Eggplant #90055F

Color information

#90055F (or 0x90055F) is unknown color: approx Eggplant. HEX triplet: 90, 05 and 5F. RGB value is (144,5,95). Sum of RGB (Red+Green+Blue) = 144+5+95=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90055F is #6FFAA0. Grayscale: #383838. Windows color (decimal): -7338657 or 6227344. OLE color: 6227344.

HSL color Cylindrical-coordinate representation of color #90055F: hue angle of 321.15º 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 #90055F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB144595-
CMYK00.970.340.44
HSL321.15º93.29%29.22%-
HSV(B)321.15º96.53%56.47%-
XYZ13.626.8611.43-
YUV56.82149.55190.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=59.02%
G=2.05%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14459500.970.340.44321.1593.2929.22
Hex9055F061222C1415d1d
Octal22051370141425450113535
Binary10010000101101111101100001100010101100101000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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