Html Css Color HEX #861086 Dark Magenta

📋 copy color: '#861086'

red 134 ◦ green 16 ◦ blue 134

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

Shades of Dark Magenta #861086

Tints of Dark Magenta #861086

RGB

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

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

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

R = 47.18%
G = 5.63%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#861086 (or 0x861086) is known color: Dark Magenta. HEX triplet: 86, 10 and 86. RGB value is (134,16,134). Sum of RGB (Red+Green+Blue) = 134+16+134=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #861086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861086 is #79EF79. Grayscale: #404040. Windows color (decimal): -7991162 or 8786054. OLE color: 8786054.

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

Color convert

RGB 134 16 134 -
CMYK 0 0.88 0 0.47
HSL 300º 0.79% 0.29% -
HSV(B) 300º 0.88% 0.53% -
XYZ 14.32 7.16 23.18 -
YUV 64.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 134 16 134 0 0.88 0 0.47 300 0.79 0.29
Hex 86 10 86 0 58 0 2F 12C 4F 1D
Octal 206 20 206 0 130 0 57 454 117 35
Binary 10000110 10000 10000110 0 1011000 0 101111 100101100 1001111 11101

Color Harmonies of #861086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861086

Black with #861086

Text Example


Text Example

White with #861086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861086; }

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

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

background-color css

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

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

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

border-color css

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

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

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