#881257

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

Shades of Eggplant #881257

Tints of Eggplant #881257

Color information

#881257 (or 0x881257) is unknown color: approx Eggplant. HEX triplet: 88, 12 and 57. RGB value is (136,18,87). Sum of RGB (Red+Green+Blue) = 136+18+87=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #881257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881257 is #77EDA8. Grayscale: #3C3C3C. Windows color (decimal): -7859625 or 5706376. OLE color: 5706376.

HSL color Cylindrical-coordinate representation of color #881257: hue angle of 324.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881257 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1361887-
CMYK00.870.360.47
HSL324.92º76.62%30.2%-
HSV(B)324.92º86.76%53.33%-
XYZ12.096.359.61-
YUV61.15142.59181.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.43%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=56.43%
G=7.47%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136188700.870.360.47324.9276.6230.2
Hex881257057242F1454d1e
Octal210221270127445750511536
Binary1000100010010101011101010111100100101111101000101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881257; }

 p { color: rgb(136,18,87); }

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

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

 a { background-color: rgb(136,18,87); }

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

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

 span { border-color: rgb(136,18,87); }

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