Html Css Color HEX #86019D Dark Magenta

📋 copy color: '#86019D'

red 134 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #86019D

Tints of Dark Magenta #86019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.77%

R = 45.89%
G = 0.34%
B = 53.77%

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

#86019D (or 0x86019D) is known color: Dark Magenta. HEX triplet: 86, 01 and 9D. RGB value is (134,1,157). Sum of RGB (Red+Green+Blue) = 134+1+157=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #86019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86019D is #79FE62. Grayscale: #3A3A3A. Windows color (decimal): -7994979 or 10289542. OLE color: 10289542.

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

Color convert

RGB 134 1 157 -
CMYK 0.15 0.99 0 0.38
HSL 291.15º 0.99% 0.31% -
HSV(B) 291.15º 0.99% 0.62% -
XYZ 15.93 7.52 32.51 -
YUV 58.55 183.56 181.82 -
System Red Green Blue C M Y K H S L
Decimal 134 1 157 0.15 0.99 0 0.38 291.15 0.99 0.31
Hex 86 1 9D F 63 0 26 123 63 1F
Octal 206 1 235 17 143 0 46 443 143 37
Binary 10000110 1 10011101 1111 1100011 0 100110 100100011 1100011 11111

Color Harmonies of #86019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86019D

Black with #86019D

Text Example


Text Example

White with #86019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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