Html Css Color HEX #860491 Dark Magenta

📋 copy color: '#860491'

red 134 ◦ green 4 ◦ blue 145

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

Shades of Dark Magenta #860491

Tints of Dark Magenta #860491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 47.35%
G = 1.41%
B = 51.24%

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

#860491 (or 0x860491) is known color: Dark Magenta. HEX triplet: 86, 04 and 91. RGB value is (134,4,145). Sum of RGB (Red+Green+Blue) = 134+4+145=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #860491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860491 is #79FB6E. Grayscale: #3A3A3A. Windows color (decimal): -7994223 or 9503878. OLE color: 9503878.

HSL color Cylindrical-coordinate representation of color #860491: hue angle of 295.32º degrees, saturation: 0.95, 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 #860491 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 4 145 -
CMYK 0.08 0.97 0 0.43
HSL 295.32º 0.95% 0.29% -
HSV(B) 295.32º 0.97% 0.57% -
XYZ 14.99 7.2 27.39 -
YUV 58.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 134 4 145 0.08 0.97 0 0.43 295.32 0.95 0.29
Hex 86 4 91 8 61 0 2B 127 5F 1D
Octal 206 4 221 10 141 0 53 447 137 35
Binary 10000110 100 10010001 1000 1100001 0 101011 100100111 1011111 11101

Color Harmonies of #860491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860491

Black with #860491

Text Example


Text Example

White with #860491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860491; }

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

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

background-color css

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

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

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

border-color css

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

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

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