Html Css Color HEX #871086 Dark Magenta

📋 copy color: '#871086'

red 135 ◦ green 16 ◦ blue 134

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

Shades of Dark Magenta #871086

Tints of Dark Magenta #871086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

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

R = 47.37%
G = 5.61%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#871086 (or 0x871086) is known color: Dark Magenta. HEX triplet: 87, 10 and 86. RGB value is (135,16,134). Sum of RGB (Red+Green+Blue) = 135+16+134=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #871086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871086 is #78EF79. Grayscale: #404040. Windows color (decimal): -7925626 or 8786055. OLE color: 8786055.

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

Color convert

RGB 135 16 134 -
CMYK 0 0.88 0.01 0.47
HSL 300.5º 0.79% 0.3% -
HSV(B) 300.5º 0.88% 0.53% -
XYZ 14.48 7.24 23.19 -
YUV 65.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 135 16 134 0 0.88 0.01 0.47 300.5 0.79 0.3
Hex 87 10 86 0 58 1 2F 12D 4F 1E
Octal 207 20 206 0 130 1 57 455 117 36
Binary 10000111 10000 10000110 0 1011000 1 101111 100101101 1001111 11110

Color Harmonies of #871086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871086

Black with #871086

Text Example


Text Example

White with #871086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871086; }

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

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

background-color css

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

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

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

border-color css

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

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

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