Html Css Color HEX #871695 Dark Magenta

📋 copy color: '#871695'

red 135 ◦ green 22 ◦ blue 149

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

Shades of Dark Magenta #871695

Tints of Dark Magenta #871695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.19%

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 44.12%
G = 7.19%
B = 48.69%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871695 (or 0x871695) is known color: Dark Magenta. HEX triplet: 87, 16 and 95. RGB value is (135,22,149). Sum of RGB (Red+Green+Blue) = 135+22+149=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #871695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871695 is #78E96A. Grayscale: #454545. Windows color (decimal): -7924075 or 9770631. OLE color: 9770631.

HSL color Cylindrical-coordinate representation of color #871695: hue angle of 293.39º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871695 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 22 149 -
CMYK 0.09 0.85 0 0.42
HSL 293.39º 0.74% 0.34% -
HSV(B) 293.39º 0.85% 0.58% -
XYZ 15.7 7.89 29.13 -
YUV 70.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 135 22 149 0.09 0.85 0 0.42 293.39 0.74 0.34
Hex 87 16 95 9 55 0 2A 125 4A 22
Octal 207 26 225 11 125 0 52 445 112 42
Binary 10000111 10110 10010101 1001 1010101 0 101010 100100101 1001010 100010

Color Harmonies of #871695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871695

Black with #871695

Text Example


Text Example

White with #871695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871695; }

 p { color: rgb(135,22,149); }

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

background-color css

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

 a { background-color: rgb(135,22,149); }

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

border-color css

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

 span { border-color: rgb(135,22,149); }

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