Html Css Color HEX #86019F Dark Magenta

📋 copy color: '#86019F'

red 134 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #86019F

Tints of Dark Magenta #86019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 45.58%
G = 0.34%
B = 54.08%

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

#86019F (or 0x86019F) is known color: Dark Magenta. HEX triplet: 86, 01 and 9F. RGB value is (134,1,159). Sum of RGB (Red+Green+Blue) = 134+1+159=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #86019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86019F is #79FE60. Grayscale: #3A3A3A. Windows color (decimal): -7994977 or 10420614. OLE color: 10420614.

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

Color convert

RGB 134 1 159 -
CMYK 0.16 0.99 0 0.38
HSL 290.51º 0.99% 0.31% -
HSV(B) 290.51º 0.99% 0.62% -
XYZ 16.1 7.59 33.42 -
YUV 58.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 134 1 159 0.16 0.99 0 0.38 290.51 0.99 0.31
Hex 86 1 9F 10 63 0 26 123 63 1F
Octal 206 1 237 20 143 0 46 443 143 37
Binary 10000110 1 10011111 10000 1100011 0 100110 100100011 1100011 11111

Color Harmonies of #86019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86019F

Black with #86019F

Text Example


Text Example

White with #86019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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