Html Css Color HEX #861186 Dark Magenta

📋 copy color: '#861186'

red 134 ◦ green 17 ◦ blue 134

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

Shades of Dark Magenta #861186

Tints of Dark Magenta #861186

RGB

 RED value IS 134 (52.73% from 255) = 47.02%

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

 BLUE value IS 134 (52.73% from 255) = 47.02%

R = 47.02%
G = 5.96%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#861186 (or 0x861186) is known color: Dark Magenta. HEX triplet: 86, 11 and 86. RGB value is (134,17,134). Sum of RGB (Red+Green+Blue) = 134+17+134=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #861186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861186 is #79EE79. Grayscale: #404040. Windows color (decimal): -7990906 or 8786310. OLE color: 8786310.

HSL color Cylindrical-coordinate representation of color #861186: hue angle of 300º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861186 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 134 -
CMYK 0 0.87 0 0.47
HSL 300º 0.77% 0.3% -
HSV(B) 300º 0.87% 0.53% -
XYZ 14.34 7.19 23.19 -
YUV 65.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 134 17 134 0 0.87 0 0.47 300 0.77 0.3
Hex 86 11 86 0 57 0 2F 12C 4D 1E
Octal 206 21 206 0 127 0 57 454 115 36
Binary 10000110 10001 10000110 0 1010111 0 101111 100101100 1001101 11110

Color Harmonies of #861186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861186

Black with #861186

Text Example


Text Example

White with #861186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861186; }

 p { color: rgb(134,17,134); }

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

background-color css

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

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

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

border-color css

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

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

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