Html Css Color HEX #86058E Dark Magenta

📋 copy color: '#86058E'

red 134 ◦ green 5 ◦ blue 142

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

Shades of Dark Magenta #86058E

Tints of Dark Magenta #86058E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.53%

R = 47.69%
G = 1.78%
B = 50.53%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#86058E (or 0x86058E) is known color: Dark Magenta. HEX triplet: 86, 05 and 8E. RGB value is (134,5,142). Sum of RGB (Red+Green+Blue) = 134+5+142=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #86058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86058E is #79FA71. Grayscale: #3A3A3A. Windows color (decimal): -7993970 or 9307526. OLE color: 9307526.

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

Color convert

RGB 134 5 142 -
CMYK 0.06 0.96 0 0.44
HSL 296.5º 0.93% 0.29% -
HSV(B) 296.5º 0.96% 0.56% -
XYZ 14.77 7.13 26.19 -
YUV 59.19 174.74 181.36 -
System Red Green Blue C M Y K H S L
Decimal 134 5 142 0.06 0.96 0 0.44 296.5 0.93 0.29
Hex 86 5 8E 6 60 0 2C 128 5D 1D
Octal 206 5 216 6 140 0 54 450 135 35
Binary 10000110 101 10001110 110 1100000 0 101100 100101000 1011101 11101

Color Harmonies of #86058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86058E

Black with #86058E

Text Example


Text Example

White with #86058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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