Html Css Color HEX #871599 Dark Magenta

📋 copy color: '#871599'

red 135 ◦ green 21 ◦ blue 153

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

Shades of Dark Magenta #871599

Tints of Dark Magenta #871599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.8%

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 43.69%
G = 6.8%
B = 49.51%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#871599 (or 0x871599) is known color: Dark Magenta. HEX triplet: 87, 15 and 99. RGB value is (135,21,153). Sum of RGB (Red+Green+Blue) = 135+21+153=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #871599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871599 is #78EA66. Grayscale: #454545. Windows color (decimal): -7924327 or 10032519. OLE color: 10032519.

HSL color Cylindrical-coordinate representation of color #871599: hue angle of 291.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871599 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 21 153 -
CMYK 0.12 0.86 0 0.4
HSL 291.82º 0.76% 0.34% -
HSV(B) 291.82º 0.86% 0.6% -
XYZ 16.01 7.99 30.83 -
YUV 70.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 135 21 153 0.12 0.86 0 0.4 291.82 0.76 0.34
Hex 87 15 99 C 56 0 28 124 4C 22
Octal 207 25 231 14 126 0 50 444 114 42
Binary 10000111 10101 10011001 1100 1010110 0 101000 100100100 1001100 100010

Color Harmonies of #871599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871599

Black with #871599

Text Example


Text Example

White with #871599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871599; }

 p { color: rgb(135,21,153); }

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

background-color css

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

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

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

border-color css

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

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

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