Html Css Color HEX #86029F Dark Magenta

📋 copy color: '#86029F'

red 134 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #86029F

Tints of Dark Magenta #86029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 45.42%
G = 0.68%
B = 53.9%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86029F (or 0x86029F) is known color: Dark Magenta. HEX triplet: 86, 02 and 9F. RGB value is (134,2,159). Sum of RGB (Red+Green+Blue) = 134+2+159=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #86029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86029F is #79FD60. Grayscale: #3A3A3A. Windows color (decimal): -7994721 or 10420870. OLE color: 10420870.

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

Color convert

RGB 134 2 159 -
CMYK 0.16 0.99 0 0.38
HSL 290.45º 0.98% 0.32% -
HSV(B) 290.45º 0.99% 0.62% -
XYZ 16.11 7.61 33.42 -
YUV 59.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 134 2 159 0.16 0.99 0 0.38 290.45 0.98 0.32
Hex 86 2 9F 10 63 0 26 122 62 20
Octal 206 2 237 20 143 0 46 442 142 40
Binary 10000110 10 10011111 10000 1100011 0 100110 100100010 1100010 100000

Color Harmonies of #86029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86029F

Black with #86029F

Text Example


Text Example

White with #86029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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