#90095F

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

Shades of Eggplant #90095F

Tints of Eggplant #90095F

Color information

#90095F (or 0x90095F) is unknown color: approx Eggplant. HEX triplet: 90, 09 and 5F. RGB value is (144,9,95). Sum of RGB (Red+Green+Blue) = 144+9+95=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #90095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90095F is #6FF6A0. Grayscale: #3A3A3A. Windows color (decimal): -7337633 or 6228368. OLE color: 6228368.

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

Color convert

RGB144995-
CMYK00.940.340.44
HSL321.78º88.24%30%-
HSV(B)321.78º93.75%56.47%-
XYZ13.666.9511.45-
YUV59.17148.23188.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.06%
GREEN value IS 9 (3.91% from 255) = 3.63%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=58.06%
G=3.63%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14499500.940.340.44321.7888.2430
Hex9095F05E222C142581e
Octal220111370136425450213036
Binary100100001001101111101011110100010101100101000010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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