Html Css Color HEX #871487 Dark Magenta

📋 copy color: '#871487'

red 135 ◦ green 20 ◦ blue 135

#871487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #871487

Tints of Dark Magenta #871487

RGB

 RED value IS 135 (53.13% from 255) = 46.55%

 GREEN value IS 20 (8.2% from 255) = 6.9%

 BLUE value IS 135 (53.13% from 255) = 46.55%

R = 46.55%
G = 6.9%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#871487 (or 0x871487) is known color: Dark Magenta. HEX triplet: 87, 14 and 87. RGB value is (135,20,135). Sum of RGB (Red+Green+Blue) = 135+20+135=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #871487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871487 is #78EB78. Grayscale: #434343. Windows color (decimal): -7924601 or 8852615. OLE color: 8852615.

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

Color convert

RGB 135 20 135 -
CMYK 0 0.85 0 0.47
HSL 300º 0.74% 0.3% -
HSV(B) 300º 0.85% 0.53% -
XYZ 14.62 7.4 23.58 -
YUV 67.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 135 20 135 0 0.85 0 0.47 300 0.74 0.3
Hex 87 14 87 0 55 0 2F 12C 4A 1E
Octal 207 24 207 0 125 0 57 454 112 36
Binary 10000111 10100 10000111 0 1010101 0 101111 100101100 1001010 11110

Color Harmonies of #871487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871487

Black with #871487

Text Example


Text Example

White with #871487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871487; }

 p { color: rgb(135,20,135); }

 H1.HeaderClassName
 {
   color: #871487;
 }
 .AnyTagClassName
 {
   color: #871487;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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