#89016B

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

Shades of Eggplant #89016B

Tints of Eggplant #89016B

Color information

#89016B (or 0x89016B) is unknown color: approx Eggplant. HEX triplet: 89, 01 and 6B. RGB value is (137,1,107). Sum of RGB (Red+Green+Blue) = 137+1+107=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #89016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89016B is #76FE94. Grayscale: #353535. Windows color (decimal): -7798421 or 7012745. OLE color: 7012745.

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

Color convert

RGB1371107-
CMYK00.990.220.46
HSL313.24º98.55%27.06%-
HSV(B)313.24º99.27%53.73%-
XYZ12.986.414.46-
YUV53.75158.06187.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.92%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=55.92%
G=0.41%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137110700.990.220.46313.2498.5527.06
Hex8916B063162E139631b
Octal21111530143265647114333
Binary10001001111010110110001110110101110100111001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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