#871284

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

Shades of Dark Magenta #871284

Tints of Dark Magenta #871284

Color information

#871284 (or 0x871284) is unknown color: approx Dark Magenta. HEX triplet: 87, 12 and 84. RGB value is (135,18,132). Sum of RGB (Red+Green+Blue) = 135+18+132=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #871284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871284 is #78ED7B. Grayscale: #414141. Windows color (decimal): -7925116 or 8655495. OLE color: 8655495.

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

Color convert

RGB13518132-
CMYK00.870.020.47
HSL301.54º76.47%30%-
HSV(B)301.54º86.67%52.94%-
XYZ14.377.2522.47-
YUV65.98165.26177.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=47.37%
G=6.32%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351813200.870.020.47301.5476.4730
Hex87128405722F12e4c1e
Octal20722204012725745611436
Binary1000011110010100001000101011110101111100101110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871284; }

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

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

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

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

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

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

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

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