Html Css Color HEX #871691 Dark Magenta

📋 copy color: '#871691'

red 135 ◦ green 22 ◦ blue 145

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

Shades of Dark Magenta #871691

Tints of Dark Magenta #871691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 44.7%
G = 7.28%
B = 48.01%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#871691 (or 0x871691) is known color: Dark Magenta. HEX triplet: 87, 16 and 91. RGB value is (135,22,145). Sum of RGB (Red+Green+Blue) = 135+22+145=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #871691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871691 is #78E96E. Grayscale: #454545. Windows color (decimal): -7924079 or 9508487. OLE color: 9508487.

HSL color Cylindrical-coordinate representation of color #871691: hue angle of 295.12º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871691 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 22 145 -
CMYK 0.07 0.85 0 0.43
HSL 295.12º 0.74% 0.33% -
HSV(B) 295.12º 0.85% 0.57% -
XYZ 15.39 7.77 27.48 -
YUV 69.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 135 22 145 0.07 0.85 0 0.43 295.12 0.74 0.33
Hex 87 16 91 7 55 0 2B 127 4A 21
Octal 207 26 221 7 125 0 53 447 112 41
Binary 10000111 10110 10010001 111 1010101 0 101011 100100111 1001010 100001

Color Harmonies of #871691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871691

Black with #871691

Text Example


Text Example

White with #871691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871691; }

 p { color: rgb(135,22,145); }

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

background-color css

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

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

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

border-color css

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

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

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