#890252

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

Shades of Eggplant #890252

Tints of Eggplant #890252

Color information

#890252 (or 0x890252) is unknown color: approx Eggplant. HEX triplet: 89, 02 and 52. RGB value is (137,2,82). Sum of RGB (Red+Green+Blue) = 137+2+82=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #890252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890252 is #76FDAD. Grayscale: #333333. Windows color (decimal): -7798190 or 5374601. OLE color: 5374601.

HSL color Cylindrical-coordinate representation of color #890252: hue angle of 324.44º degrees, saturation: 0.97, 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 #890252 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB137282-
CMYK00.990.400.46
HSL324.44º97.12%27.25%-
HSV(B)324.44º98.54%53.73%-
XYZ11.865.978.51-
YUV51.48145.23189-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.99%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=61.99%
G=0.90%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13728200.990.400.46324.4497.1227.25
Hex89252063282E144611b
Octal21121220143505650414133
Binary1000100110101001001100011101000101110101000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890252; }

 p { color: rgb(137,2,82); }

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

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

 a { background-color: rgb(137,2,82); }

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

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

 span { border-color: rgb(137,2,82); }

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