#890F66

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

Shades of Eggplant #890F66

Tints of Eggplant #890F66

Color information

#890F66 (or 0x890F66) is unknown color: approx Eggplant. HEX triplet: 89, 0F and 66. RGB value is (137,15,102). Sum of RGB (Red+Green+Blue) = 137+15+102=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #890F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F66 is #76F099. Grayscale: #3D3D3D. Windows color (decimal): -7794842 or 6688649. OLE color: 6688649.

HSL color Cylindrical-coordinate representation of color #890F66: hue angle of 317.21º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F66 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13715102-
CMYK00.890.260.46
HSL317.21º80.26%29.8%-
HSV(B)317.21º89.05%53.73%-
XYZ12.896.6213.17-
YUV61.4150.92181.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 15 (6.25% from 255) = 5.91%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=53.94%
G=5.91%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371510200.890.260.46317.2180.2629.8
Hex89F660591A2E13d501e
Octal211171460131325647512036
Binary10001001111111001100101100111010101110100111101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890F66; }

 p { color: rgb(137,15,102); }

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

<style>
 a { background-color: #890F66; }

 a { background-color: rgb(137,15,102); }

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

<style>
 span { border-color: #890F66; }

 span { border-color: rgb(137,15,102); }

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