Html Css Color HEX #871287 Dark Magenta

📋 copy color: '#871287'

red 135 ◦ green 18 ◦ blue 135

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

Shades of Dark Magenta #871287

Tints of Dark Magenta #871287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

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

R = 46.88%
G = 6.25%
B = 46.88%

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

#871287 (or 0x871287) is known color: Dark Magenta. HEX triplet: 87, 12 and 87. RGB value is (135,18,135). Sum of RGB (Red+Green+Blue) = 135+18+135=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #871287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871287 is #78ED78. Grayscale: #414141. Windows color (decimal): -7925113 or 8852103. OLE color: 8852103.

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

Color convert

RGB 135 18 135 -
CMYK 0 0.87 0 0.47
HSL 300º 0.76% 0.3% -
HSV(B) 300º 0.87% 0.53% -
XYZ 14.58 7.33 23.57 -
YUV 66.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 135 18 135 0 0.87 0 0.47 300 0.76 0.3
Hex 87 12 87 0 57 0 2F 12C 4C 1E
Octal 207 22 207 0 127 0 57 454 114 36
Binary 10000111 10010 10000111 0 1010111 0 101111 100101100 1001100 11110

Color Harmonies of #871287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871287

Black with #871287

Text Example


Text Example

White with #871287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871287; }

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

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

background-color css

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

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

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

border-color css

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

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

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