Html Css Color HEX #871486 Dark Magenta

📋 copy color: '#871486'

red 135 ◦ green 20 ◦ blue 134

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

Shades of Dark Magenta #871486

Tints of Dark Magenta #871486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.37%

R = 46.71%
G = 6.92%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#871486 (or 0x871486) is known color: Dark Magenta. HEX triplet: 87, 14 and 86. RGB value is (135,20,134). Sum of RGB (Red+Green+Blue) = 135+20+134=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #871486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871486 is #78EB79. Grayscale: #434343. Windows color (decimal): -7924602 or 8787079. OLE color: 8787079.

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

Color convert

RGB 135 20 134 -
CMYK 0 0.85 0.01 0.47
HSL 300.52º 0.74% 0.3% -
HSV(B) 300.52º 0.85% 0.53% -
XYZ 14.54 7.37 23.21 -
YUV 67.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 135 20 134 0 0.85 0.01 0.47 300.52 0.74 0.3
Hex 87 14 86 0 55 1 2F 12D 4A 1E
Octal 207 24 206 0 125 1 57 455 112 36
Binary 10000111 10100 10000110 0 1010101 1 101111 100101101 1001010 11110

Color Harmonies of #871486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871486

Black with #871486

Text Example


Text Example

White with #871486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871486; }

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

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

background-color css

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

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

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

border-color css

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

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

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