#871084

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

Shades of Dark Magenta #871084

Tints of Dark Magenta #871084

Color information

#871084 (or 0x871084) is unknown color: approx Dark Magenta. HEX triplet: 87, 10 and 84. RGB value is (135,16,132). Sum of RGB (Red+Green+Blue) = 135+16+132=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #871084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871084 is #78EF7B. Grayscale: #404040. Windows color (decimal): -7925628 or 8654983. OLE color: 8654983.

HSL color Cylindrical-coordinate representation of color #871084: hue angle of 301.51º 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 #871084 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13516132-
CMYK00.880.020.47
HSL301.51º78.81%29.61%-
HSV(B)301.51º88.15%52.94%-
XYZ14.347.1922.46-
YUV64.8165.92178.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=47.70%
G=5.65%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351613200.880.020.47301.5178.8129.61
Hex87108405822F12e4f1e
Octal20720204013025745611736
Binary1000011110000100001000101100010101111100101110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871084; }

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

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

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

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

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

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

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

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