Html Css Color HEX #871891 Dark Magenta

📋 copy color: '#871891'

red 135 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #871891

Tints of Dark Magenta #871891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 44.41%
G = 7.89%
B = 47.7%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#871891 (or 0x871891) is known color: Dark Magenta. HEX triplet: 87, 18 and 91. RGB value is (135,24,145). Sum of RGB (Red+Green+Blue) = 135+24+145=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #871891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871891 is #78E76E. Grayscale: #464646. Windows color (decimal): -7923567 or 9508999. OLE color: 9508999.

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

Color convert

RGB 135 24 145 -
CMYK 0.07 0.83 0 0.43
HSL 295.04º 0.72% 0.33% -
HSV(B) 295.04º 0.83% 0.57% -
XYZ 15.43 7.85 27.49 -
YUV 70.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 135 24 145 0.07 0.83 0 0.43 295.04 0.72 0.33
Hex 87 18 91 7 53 0 2B 127 48 21
Octal 207 30 221 7 123 0 53 447 110 41
Binary 10000111 11000 10010001 111 1010011 0 101011 100100111 1001000 100001

Color Harmonies of #871891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871891

Black with #871891

Text Example


Text Example

White with #871891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871891; }

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

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

background-color css

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

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

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

border-color css

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

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

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