#861087

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

Shades of Dark Magenta #861087

Tints of Dark Magenta #861087

Color information

#861087 (or 0x861087) is unknown color: approx Dark Magenta. HEX triplet: 86, 10 and 87. RGB value is (134,16,135). Sum of RGB (Red+Green+Blue) = 134+16+135=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #861087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861087 is #79EF78. Grayscale: #404040. Windows color (decimal): -7991161 or 8851590. OLE color: 8851590.

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

Color convert

RGB13416135-
CMYK0.010.8800.47
HSL299.5º78.81%29.61%-
HSV(B)299.5º88.15%52.94%-
XYZ14.397.1923.55-
YUV64.85167.59177.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 16 (6.64% from 255) = 5.61%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=47.02%
G=5.61%
B=47.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134161350.010.8800.47299.578.8129.61
Hex86108715802F12b4f1e
Octal20620207113005745311736
Binary100001101000010000111110110000101111100101011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861087; }

 p { color: rgb(134,16,135); }

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

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

 a { background-color: rgb(134,16,135); }

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

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

 span { border-color: rgb(134,16,135); }

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