Html Css Color HEX #871096 Dark Magenta

📋 copy color: '#871096'

red 135 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #871096

Tints of Dark Magenta #871096

RGB

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

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

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

R = 44.85%
G = 5.32%
B = 49.83%

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

#871096 (or 0x871096) is known color: Dark Magenta. HEX triplet: 87, 10 and 96. RGB value is (135,16,150). Sum of RGB (Red+Green+Blue) = 135+16+150=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #871096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871096 is #78EF69. Grayscale: #424242. Windows color (decimal): -7925610 or 9834631. OLE color: 9834631.

HSL color Cylindrical-coordinate representation of color #871096: hue angle of 293.28º degrees, saturation: 0.81, 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 #871096 is Cyan = 0.1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 16 150 -
CMYK 0.1 0.89 0 0.41
HSL 293.28º 0.81% 0.33% -
HSV(B) 293.28º 0.89% 0.59% -
XYZ 15.68 7.72 29.52 -
YUV 66.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 135 16 150 0.1 0.89 0 0.41 293.28 0.81 0.33
Hex 87 10 96 A 59 0 29 125 51 21
Octal 207 20 226 12 131 0 51 445 121 41
Binary 10000111 10000 10010110 1010 1011001 0 101001 100100101 1010001 100001

Color Harmonies of #871096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871096

Black with #871096

Text Example


Text Example

White with #871096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871096; }

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

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

background-color css

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

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

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

border-color css

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

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

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