Html Css Color HEX #871791 Dark Magenta

📋 copy color: '#871791'

red 135 ◦ green 23 ◦ blue 145

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

Shades of Dark Magenta #871791

Tints of Dark Magenta #871791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

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

R = 44.55%
G = 7.59%
B = 47.85%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#871791 (or 0x871791) is known color: Dark Magenta. HEX triplet: 87, 17 and 91. RGB value is (135,23,145). Sum of RGB (Red+Green+Blue) = 135+23+145=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #871791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871791 is #78E86E. Grayscale: #464646. Windows color (decimal): -7923823 or 9508743. OLE color: 9508743.

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

Color convert

RGB 135 23 145 -
CMYK 0.07 0.84 0 0.43
HSL 295.08º 0.73% 0.33% -
HSV(B) 295.08º 0.84% 0.57% -
XYZ 15.41 7.81 27.48 -
YUV 70.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 135 23 145 0.07 0.84 0 0.43 295.08 0.73 0.33
Hex 87 17 91 7 54 0 2B 127 49 21
Octal 207 27 221 7 124 0 53 447 111 41
Binary 10000111 10111 10010001 111 1010100 0 101011 100100111 1001001 100001

Color Harmonies of #871791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871791

Black with #871791

Text Example


Text Example

White with #871791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871791; }

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

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

background-color css

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

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

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

border-color css

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

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

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