#87066F

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

Shades of Eggplant #87066F

Tints of Eggplant #87066F

Color information

#87066F (or 0x87066F) is unknown color: approx Eggplant. HEX triplet: 87, 06 and 6F. RGB value is (135,6,111). Sum of RGB (Red+Green+Blue) = 135+6+111=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87066F is #78F990. Grayscale: #383838. Windows color (decimal): -7928209 or 7276167. OLE color: 7276167.

HSL color Cylindrical-coordinate representation of color #87066F: hue angle of 311.16º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87066F is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB1356111-
CMYK00.960.180.47
HSL311.16º91.49%27.65%-
HSV(B)311.16º95.56%52.94%-
XYZ12.936.4315.6-
YUV56.54158.74183.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 6 (2.73% from 255) = 2.38%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=53.57%
G=2.38%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135611100.960.180.47311.1691.4927.65
Hex8766F060122F1375b1c
Octal20761570140225746713334
Binary1000011111011011110110000010010101111100110111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87066F; }

 p { color: rgb(135,6,111); }

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

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

 a { background-color: rgb(135,6,111); }

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

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

 span { border-color: rgb(135,6,111); }

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