#89016A

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

Shades of Eggplant #89016A

Tints of Eggplant #89016A

Color information

#89016A (or 0x89016A) is unknown color: approx Eggplant. HEX triplet: 89, 01 and 6A. RGB value is (137,1,106). Sum of RGB (Red+Green+Blue) = 137+1+106=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #89016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89016A is #76FE95. Grayscale: #353535. Windows color (decimal): -7798422 or 6947209. OLE color: 6947209.

HSL color Cylindrical-coordinate representation of color #89016A: hue angle of 313.68º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89016A is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB1371106-
CMYK00.990.230.46
HSL313.68º98.55%27.06%-
HSV(B)313.68º99.27%53.73%-
XYZ12.936.3814.19-
YUV53.63157.56187.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.15%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=56.15%
G=0.41%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137110600.990.230.46313.6898.5527.06
Hex8916A063172E13a631b
Octal21111520143275647214333
Binary10001001111010100110001110111101110100111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89016A; }

 p { color: rgb(137,1,106); }

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

<style>
 a { background-color: #89016A; }

 a { background-color: rgb(137,1,106); }

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

<style>
 span { border-color: #89016A; }

 span { border-color: rgb(137,1,106); }

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