Html Css Color HEX #871087 Dark Magenta

📋 copy color: '#871087'

red 135 ◦ green 16 ◦ blue 135

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

Shades of Dark Magenta #871087

Tints of Dark Magenta #871087

RGB

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

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

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

R = 47.2%
G = 5.59%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#871087 (or 0x871087) is known color: Dark Magenta. HEX triplet: 87, 10 and 87. RGB value is (135,16,135). Sum of RGB (Red+Green+Blue) = 135+16+135=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #871087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871087 is #78EF78. Grayscale: #404040. Windows color (decimal): -7925625 or 8851591. OLE color: 8851591.

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

Color convert

RGB 135 16 135 -
CMYK 0 0.88 0 0.47
HSL 300º 0.79% 0.3% -
HSV(B) 300º 0.88% 0.53% -
XYZ 14.55 7.27 23.56 -
YUV 65.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 135 16 135 0 0.88 0 0.47 300 0.79 0.3
Hex 87 10 87 0 58 0 2F 12C 4F 1E
Octal 207 20 207 0 130 0 57 454 117 36
Binary 10000111 10000 10000111 0 1011000 0 101111 100101100 1001111 11110

Color Harmonies of #871087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871087

Black with #871087

Text Example


Text Example

White with #871087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871087; }

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

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

background-color css

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

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

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

border-color css

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

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

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