Html Css Color HEX #860592 Dark Magenta

📋 copy color: '#860592'

red 134 ◦ green 5 ◦ blue 146

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

Shades of Dark Magenta #860592

Tints of Dark Magenta #860592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 47.02%
G = 1.75%
B = 51.23%

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

#860592 (or 0x860592) is known color: Dark Magenta. HEX triplet: 86, 05 and 92. RGB value is (134,5,146). Sum of RGB (Red+Green+Blue) = 134+5+146=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #860592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860592 is #79FA6D. Grayscale: #3B3B3B. Windows color (decimal): -7993966 or 9569670. OLE color: 9569670.

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

Color convert

RGB 134 5 146 -
CMYK 0.08 0.97 0 0.43
HSL 294.89º 0.93% 0.3% -
HSV(B) 294.89º 0.97% 0.57% -
XYZ 15.07 7.25 27.8 -
YUV 59.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 134 5 146 0.08 0.97 0 0.43 294.89 0.93 0.3
Hex 86 5 92 8 61 0 2B 127 5D 1E
Octal 206 5 222 10 141 0 53 447 135 36
Binary 10000110 101 10010010 1000 1100001 0 101011 100100111 1011101 11110

Color Harmonies of #860592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860592

Black with #860592

Text Example


Text Example

White with #860592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860592; }

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

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

background-color css

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

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

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

border-color css

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

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

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