Html Css Color HEX #871196 Dark Magenta

📋 copy color: '#871196'

red 135 ◦ green 17 ◦ blue 150

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

Shades of Dark Magenta #871196

Tints of Dark Magenta #871196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.63%

 BLUE value IS 150 (58.98% from 255) = 49.67%

R = 44.7%
G = 5.63%
B = 49.67%

CMYK

 C value IS 0.1

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#871196 (or 0x871196) is known color: Dark Magenta. HEX triplet: 87, 11 and 96. RGB value is (135,17,150). Sum of RGB (Red+Green+Blue) = 135+17+150=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #871196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871196 is #78EE69. Grayscale: #434343. Windows color (decimal): -7925354 or 9834887. OLE color: 9834887.

HSL color Cylindrical-coordinate representation of color #871196: hue angle of 293.23º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871196 is Cyan = 0.1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 17 150 -
CMYK 0.1 0.89 0 0.41
HSL 293.23º 0.8% 0.33% -
HSV(B) 293.23º 0.89% 0.59% -
XYZ 15.7 7.75 29.52 -
YUV 67.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 135 17 150 0.1 0.89 0 0.41 293.23 0.8 0.33
Hex 87 11 96 A 59 0 29 125 50 21
Octal 207 21 226 12 131 0 51 445 120 41
Binary 10000111 10001 10010110 1010 1011001 0 101001 100100101 1010000 100001

Color Harmonies of #871196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871196

Black with #871196

Text Example


Text Example

White with #871196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871196; }

 p { color: rgb(135,17,150); }

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

background-color css

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

 a { background-color: rgb(135,17,150); }

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

border-color css

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

 span { border-color: rgb(135,17,150); }

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