#90085B

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

Shades of Eggplant #90085B

Tints of Eggplant #90085B

Color information

#90085B (or 0x90085B) is unknown color: approx Eggplant. HEX triplet: 90, 08 and 5B. RGB value is (144,8,91). Sum of RGB (Red+Green+Blue) = 144+8+91=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90085B is #6FF7A4. Grayscale: #393939. Windows color (decimal): -7337893 or 5965968. OLE color: 5965968.

HSL color Cylindrical-coordinate representation of color #90085B: hue angle of 323.38º 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 #90085B is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB144891-
CMYK00.940.370.44
HSL323.38º89.47%29.8%-
HSV(B)323.38º94.44%56.47%-
XYZ13.486.8610.51-
YUV58.13146.56189.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.26%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=59.26%
G=3.29%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14489100.940.370.44323.3889.4729.8
Hex9085B05E252C143591e
Octal220101330136455450313136
Binary100100001000101101101011110100101101100101000011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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