Html Css Color HEX #860386 Dark Magenta

📋 copy color: '#860386'

red 134 ◦ green 3 ◦ blue 134

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

Shades of Dark Magenta #860386

Tints of Dark Magenta #860386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 49.45%
G = 1.11%
B = 49.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#860386 (or 0x860386) is known color: Dark Magenta. HEX triplet: 86, 03 and 86. RGB value is (134,3,134). Sum of RGB (Red+Green+Blue) = 134+3+134=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #860386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860386 is #79FC79. Grayscale: #383838. Windows color (decimal): -7994490 or 8782726. OLE color: 8782726.

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

Color convert

RGB 134 3 134 -
CMYK 0 0.98 0 0.47
HSL 300º 0.96% 0.27% -
HSV(B) 300º 0.98% 0.53% -
XYZ 14.17 6.85 23.13 -
YUV 57.1 171.4 182.85 -
System Red Green Blue C M Y K H S L
Decimal 134 3 134 0 0.98 0 0.47 300 0.96 0.27
Hex 86 3 86 0 62 0 2F 12C 60 1B
Octal 206 3 206 0 142 0 57 454 140 33
Binary 10000110 11 10000110 0 1100010 0 101111 100101100 1100000 11011

Color Harmonies of #860386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860386

Black with #860386

Text Example


Text Example

White with #860386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860386; }

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

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

background-color css

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

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

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

border-color css

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

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

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