Html Css Color HEX #860591 Dark Magenta

📋 copy color: '#860591'

red 134 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #860591

Tints of Dark Magenta #860591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

 BLUE value IS 145 (57.03% from 255) = 51.06%

R = 47.18%
G = 1.76%
B = 51.06%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#860591 (or 0x860591) is known color: Dark Magenta. HEX triplet: 86, 05 and 91. RGB value is (134,5,145). Sum of RGB (Red+Green+Blue) = 134+5+145=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #860591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860591 is #79FA6E. Grayscale: #3B3B3B. Windows color (decimal): -7993967 or 9504134. OLE color: 9504134.

HSL color Cylindrical-coordinate representation of color #860591: hue angle of 295.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #860591 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 5 145 -
CMYK 0.08 0.97 0 0.43
HSL 295.29º 0.93% 0.29% -
HSV(B) 295.29º 0.97% 0.57% -
XYZ 15 7.22 27.39 -
YUV 59.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 134 5 145 0.08 0.97 0 0.43 295.29 0.93 0.29
Hex 86 5 91 8 61 0 2B 127 5D 1D
Octal 206 5 221 10 141 0 53 447 135 35
Binary 10000110 101 10010001 1000 1100001 0 101011 100100111 1011101 11101

Color Harmonies of #860591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860591

Black with #860591

Text Example


Text Example

White with #860591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860591; }

 p { color: rgb(134,5,145); }

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

background-color css

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

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

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

border-color css

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

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

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