Html Css Color HEX #871391 Dark Magenta

📋 copy color: '#871391'

red 135 ◦ green 19 ◦ blue 145

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

Shades of Dark Magenta #871391

Tints of Dark Magenta #871391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

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

R = 45.15%
G = 6.35%
B = 48.49%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#871391 (or 0x871391) is known color: Dark Magenta. HEX triplet: 87, 13 and 91. RGB value is (135,19,145). Sum of RGB (Red+Green+Blue) = 135+19+145=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #871391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871391 is #78EC6E. Grayscale: #434343. Windows color (decimal): -7924847 or 9507719. OLE color: 9507719.

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

Color convert

RGB 135 19 145 -
CMYK 0.07 0.87 0 0.43
HSL 295.24º 0.77% 0.32% -
HSV(B) 295.24º 0.87% 0.57% -
XYZ 15.34 7.66 27.46 -
YUV 68.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 135 19 145 0.07 0.87 0 0.43 295.24 0.77 0.32
Hex 87 13 91 7 57 0 2B 127 4D 20
Octal 207 23 221 7 127 0 53 447 115 40
Binary 10000111 10011 10010001 111 1010111 0 101011 100100111 1001101 100000

Color Harmonies of #871391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871391

Black with #871391

Text Example


Text Example

White with #871391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871391; }

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

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

background-color css

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

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

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

border-color css

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

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

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