Html Css Color HEX #86049F Dark Magenta

📋 copy color: '#86049F'

red 134 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #86049F

Tints of Dark Magenta #86049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.54%

R = 45.12%
G = 1.35%
B = 53.54%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86049F (or 0x86049F) is known color: Dark Magenta. HEX triplet: 86, 04 and 9F. RGB value is (134,4,159). Sum of RGB (Red+Green+Blue) = 134+4+159=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #86049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86049F is #79FB60. Grayscale: #3C3C3C. Windows color (decimal): -7994209 or 10421382. OLE color: 10421382.

HSL color Cylindrical-coordinate representation of color #86049F: hue angle of 290.32º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86049F is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 4 159 -
CMYK 0.16 0.97 0 0.38
HSL 290.32º 0.95% 0.32% -
HSV(B) 290.32º 0.97% 0.62% -
XYZ 16.13 7.66 33.43 -
YUV 60.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 134 4 159 0.16 0.97 0 0.38 290.32 0.95 0.32
Hex 86 4 9F 10 61 0 26 122 5F 20
Octal 206 4 237 20 141 0 46 442 137 40
Binary 10000110 100 10011111 10000 1100001 0 100110 100100010 1011111 100000

Color Harmonies of #86049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86049F

Black with #86049F

Text Example


Text Example

White with #86049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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