#89096B

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

Shades of Eggplant #89096B

Tints of Eggplant #89096B

Color information

#89096B (or 0x89096B) is unknown color: approx Eggplant. HEX triplet: 89, 09 and 6B. RGB value is (137,9,107). Sum of RGB (Red+Green+Blue) = 137+9+107=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #89096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89096B is #76F694. Grayscale: #3A3A3A. Windows color (decimal): -7796373 or 7014793. OLE color: 7014793.

HSL color Cylindrical-coordinate representation of color #89096B: hue angle of 314.06º 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 #89096B is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB1379107-
CMYK00.930.220.46
HSL314.06º87.67%28.63%-
HSV(B)314.06º93.43%53.73%-
XYZ13.076.5814.49-
YUV58.44155.41184.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.15%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=54.15%
G=3.56%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137910700.930.220.46314.0687.6728.63
Hex8996B05D162E13a581d
Octal211111530135265647213035
Binary10001001100111010110101110110110101110100111010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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