#890966

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

Shades of Eggplant #890966

Tints of Eggplant #890966

Color information

#890966 (or 0x890966) is unknown color: approx Eggplant. HEX triplet: 89, 09 and 66. RGB value is (137,9,102). Sum of RGB (Red+Green+Blue) = 137+9+102=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #890966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890966 is #76F699. Grayscale: #393939. Windows color (decimal): -7796378 or 6687113. OLE color: 6687113.

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

Color convert

RGB1379102-
CMYK00.930.260.46
HSL316.41º87.67%28.63%-
HSV(B)316.41º93.43%53.73%-
XYZ12.816.4713.14-
YUV57.87152.91184.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.24%
GREEN value IS 9 (3.91% from 255) = 3.63%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=55.24%
G=3.63%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137910200.930.260.46316.4187.6728.63
Hex8996605D1A2E13c581d
Octal211111460135325647413035
Binary10001001100111001100101110111010101110100111100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890966; }

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

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

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

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

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

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

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

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