#87046D

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

Shades of Eggplant #87046D

Tints of Eggplant #87046D

Color information

#87046D (or 0x87046D) is unknown color: approx Eggplant. HEX triplet: 87, 04 and 6D. RGB value is (135,4,109). Sum of RGB (Red+Green+Blue) = 135+4+109=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #87046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87046D is #78FB92. Grayscale: #363636. Windows color (decimal): -7928723 or 7144583. OLE color: 7144583.

HSL color Cylindrical-coordinate representation of color #87046D: hue angle of 311.91º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #87046D is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB1354109-
CMYK00.970.190.47
HSL311.91º94.24%27.25%-
HSV(B)311.91º97.04%52.94%-
XYZ12.86.3415.02-
YUV55.14158.4184.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=54.44%
G=1.61%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135410900.970.190.47311.9194.2427.25
Hex8746D061132F1385e1b
Octal20741550141235747013633
Binary1000011110011011010110000110011101111100111000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87046D; }

 p { color: rgb(135,4,109); }

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

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

 a { background-color: rgb(135,4,109); }

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

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

 span { border-color: rgb(135,4,109); }

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