Html Css Color HEX #86058D Dark Magenta

📋 copy color: '#86058D'

red 134 ◦ green 5 ◦ blue 141

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

Shades of Dark Magenta #86058D

Tints of Dark Magenta #86058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.36%

R = 47.86%
G = 1.79%
B = 50.36%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86058D (or 0x86058D) is known color: Dark Magenta. HEX triplet: 86, 05 and 8D. RGB value is (134,5,141). Sum of RGB (Red+Green+Blue) = 134+5+141=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #86058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86058D is #79FA72. Grayscale: #3A3A3A. Windows color (decimal): -7993971 or 9241990. OLE color: 9241990.

HSL color Cylindrical-coordinate representation of color #86058D: hue angle of 296.91º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86058D is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 5 141 -
CMYK 0.05 0.96 0 0.45
HSL 296.91º 0.93% 0.29% -
HSV(B) 296.91º 0.96% 0.55% -
XYZ 14.69 7.1 25.8 -
YUV 59.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 134 5 141 0.05 0.96 0 0.45 296.91 0.93 0.29
Hex 86 5 8D 5 60 0 2D 129 5D 1D
Octal 206 5 215 5 140 0 55 451 135 35
Binary 10000110 101 10001101 101 1100000 0 101101 100101001 1011101 11101

Color Harmonies of #86058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86058D

Black with #86058D

Text Example


Text Example

White with #86058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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