Html Css Color HEX #871187 Dark Magenta

📋 copy color: '#871187'

red 135 ◦ green 17 ◦ blue 135

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

Shades of Dark Magenta #871187

Tints of Dark Magenta #871187

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.92%

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

R = 47.04%
G = 5.92%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#871187 (or 0x871187) is known color: Dark Magenta. HEX triplet: 87, 11 and 87. RGB value is (135,17,135). Sum of RGB (Red+Green+Blue) = 135+17+135=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #871187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871187 is #78EE78. Grayscale: #414141. Windows color (decimal): -7925369 or 8851847. OLE color: 8851847.

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

Color convert

RGB 135 17 135 -
CMYK 0 0.87 0 0.47
HSL 300º 0.78% 0.3% -
HSV(B) 300º 0.87% 0.53% -
XYZ 14.57 7.3 23.56 -
YUV 65.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 135 17 135 0 0.87 0 0.47 300 0.78 0.3
Hex 87 11 87 0 57 0 2F 12C 4E 1E
Octal 207 21 207 0 127 0 57 454 116 36
Binary 10000111 10001 10000111 0 1010111 0 101111 100101100 1001110 11110

Color Harmonies of #871187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871187

Black with #871187

Text Example


Text Example

White with #871187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871187; }

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

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

background-color css

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

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

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

border-color css

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

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

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