#89095e

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

Shades of Eggplant #89095E

Tints of Eggplant #89095E

Color information

#89095E (or 0x89095E) is unknown color: approx Eggplant. HEX triplet: 89, 09 and 5E. RGB value is (137,9,94). Sum of RGB (Red+Green+Blue) = 137+9+94=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #89095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89095E is #76F6A1. Grayscale: #383838. Windows color (decimal): -7796386 or 6162825. OLE color: 6162825.

HSL color Cylindrical-coordinate representation of color #89095E: hue angle of 320.16º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89095E is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB137994-
CMYK00.930.310.46
HSL320.16º87.67%28.63%-
HSV(B)320.16º93.43%53.73%-
XYZ12.436.3211.15-
YUV56.96148.91185.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.08%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=57.08%
G=3.75%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13799400.930.310.46320.1687.6728.63
Hex8995E05D1F2E140581d
Octal211111360135375650013035
Binary10001001100110111100101110111111101110101000000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89095e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89095e; }

 p { color: rgb(137,9,94); }

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

<style>
 a { background-color: #89095e; }

 a { background-color: rgb(137,9,94); }

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

<style>
 span { border-color: #89095e; }

 span { border-color: rgb(137,9,94); }

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