Html Css Color HEX #860086 Dark Magenta

📋 copy color: '#860086'

red 134 ◦ green 0 ◦ blue 134

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

Shades of Dark Magenta #860086

Tints of Dark Magenta #860086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#860086 (or 0x860086) is known color: Dark Magenta. HEX triplet: 86, 00 and 86. RGB value is (134,0,134). Sum of RGB (Red+Green+Blue) = 134+0+134=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #860086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860086 is #79FF79. Grayscale: #363636. Windows color (decimal): -7995258 or 8781958. OLE color: 8781958.

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

Color convert

RGB 134 0 134 -
CMYK 0 1 0 0.47
HSL 300º 1% 0.26% -
HSV(B) 300º 1% 0.53% -
XYZ 14.13 6.79 23.12 -
YUV 55.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 134 0 134 0 1 0 0.47 300 1 0.26
Hex 86 0 86 0 64 0 2F 12C 64 1A
Octal 206 0 206 0 144 0 57 454 144 32
Binary 10000110 0 10000110 0 1100100 0 101111 100101100 1100100 11010

Color Harmonies of #860086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860086

Black with #860086

Text Example


Text Example

White with #860086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860086; }

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

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

background-color css

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

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

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

border-color css

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

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

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