Html Css Color HEX #86019E Dark Magenta

📋 copy color: '#86019E'

red 134 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #86019E

Tints of Dark Magenta #86019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.92%

R = 45.73%
G = 0.34%
B = 53.92%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86019E (or 0x86019E) is known color: Dark Magenta. HEX triplet: 86, 01 and 9E. RGB value is (134,1,158). Sum of RGB (Red+Green+Blue) = 134+1+158=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #86019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86019E is #79FE61. Grayscale: #3A3A3A. Windows color (decimal): -7994978 or 10355078. OLE color: 10355078.

HSL color Cylindrical-coordinate representation of color #86019E: hue angle of 290.83º 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 #86019E is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 1 158 -
CMYK 0.15 0.99 0 0.38
HSL 290.83º 0.99% 0.31% -
HSV(B) 290.83º 0.99% 0.62% -
XYZ 16.01 7.56 32.96 -
YUV 58.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 134 1 158 0.15 0.99 0 0.38 290.83 0.99 0.31
Hex 86 1 9E F 63 0 26 123 63 1F
Octal 206 1 236 17 143 0 46 443 143 37
Binary 10000110 1 10011110 1111 1100011 0 100110 100100011 1100011 11111

Color Harmonies of #86019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86019E

Black with #86019E

Text Example


Text Example

White with #86019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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