Html Css Color HEX #871091 Dark Magenta

📋 copy color: '#871091'

red 135 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #871091

Tints of Dark Magenta #871091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 45.61%
G = 5.41%
B = 48.99%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#871091 (or 0x871091) is known color: Dark Magenta. HEX triplet: 87, 10 and 91. RGB value is (135,16,145). Sum of RGB (Red+Green+Blue) = 135+16+145=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #871091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871091 is #78EF6E. Grayscale: #414141. Windows color (decimal): -7925615 or 9506951. OLE color: 9506951.

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

Color convert

RGB 135 16 145 -
CMYK 0.07 0.89 0 0.43
HSL 295.35º 0.8% 0.32% -
HSV(B) 295.35º 0.89% 0.57% -
XYZ 15.29 7.57 27.44 -
YUV 66.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 135 16 145 0.07 0.89 0 0.43 295.35 0.8 0.32
Hex 87 10 91 7 59 0 2B 127 50 20
Octal 207 20 221 7 131 0 53 447 120 40
Binary 10000111 10000 10010001 111 1011001 0 101011 100100111 1010000 100000

Color Harmonies of #871091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871091

Black with #871091

Text Example


Text Example

White with #871091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871091; }

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

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

background-color css

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

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

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

border-color css

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

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

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