Html Css Color HEX #871996 Dark Magenta

📋 copy color: '#871996'

red 135 ◦ green 25 ◦ blue 150

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

Shades of Dark Magenta #871996

Tints of Dark Magenta #871996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 150 (58.98% from 255) = 48.39%

R = 43.55%
G = 8.06%
B = 48.39%

CMYK

 C value IS 0.1

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#871996 (or 0x871996) is known color: Dark Magenta. HEX triplet: 87, 19 and 96. RGB value is (135,25,150). Sum of RGB (Red+Green+Blue) = 135+25+150=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #871996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871996 is #78E669. Grayscale: #474747. Windows color (decimal): -7923306 or 9836935. OLE color: 9836935.

HSL color Cylindrical-coordinate representation of color #871996: hue angle of 292.8º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871996 is Cyan = 0.1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 25 150 -
CMYK 0.1 0.83 0 0.41
HSL 292.8º 0.71% 0.34% -
HSV(B) 292.8º 0.83% 0.59% -
XYZ 15.84 8.05 29.57 -
YUV 72.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 135 25 150 0.1 0.83 0 0.41 292.8 0.71 0.34
Hex 87 19 96 A 53 0 29 125 47 22
Octal 207 31 226 12 123 0 51 445 107 42
Binary 10000111 11001 10010110 1010 1010011 0 101001 100100101 1000111 100010

Color Harmonies of #871996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871996

Black with #871996

Text Example


Text Example

White with #871996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871996; }

 p { color: rgb(135,25,150); }

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

background-color css

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

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

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

border-color css

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

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

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