Html Css Color HEX #860595 Dark Magenta

📋 copy color: '#860595'

red 134 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #860595

Tints of Dark Magenta #860595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.74%

R = 46.53%
G = 1.74%
B = 51.74%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#860595 (or 0x860595) is known color: Dark Magenta. HEX triplet: 86, 05 and 95. RGB value is (134,5,149). Sum of RGB (Red+Green+Blue) = 134+5+149=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #860595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860595 is #79FA6A. Grayscale: #3B3B3B. Windows color (decimal): -7993963 or 9766278. OLE color: 9766278.

HSL color Cylindrical-coordinate representation of color #860595: hue angle of 293.75º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #860595 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 5 149 -
CMYK 0.10 0.97 0 0.42
HSL 293.75º 0.94% 0.3% -
HSV(B) 293.75º 0.97% 0.58% -
XYZ 15.31 7.35 29.04 -
YUV 59.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 134 5 149 0.10 0.97 0 0.42 293.75 0.94 0.3
Hex 86 5 95 A 61 0 2A 126 5E 1E
Octal 206 5 225 12 141 0 52 446 136 36
Binary 10000110 101 10010101 1010 1100001 0 101010 100100110 1011110 11110

Color Harmonies of #860595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860595

Black with #860595

Text Example


Text Example

White with #860595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860595; }

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

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

background-color css

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

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

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

border-color css

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

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

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