Html Css Color HEX #86019C Dark Magenta

📋 copy color: '#86019C'

red 134 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #86019C

Tints of Dark Magenta #86019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.61%

R = 46.05%
G = 0.34%
B = 53.61%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86019C (or 0x86019C) is known color: Dark Magenta. HEX triplet: 86, 01 and 9C. RGB value is (134,1,156). Sum of RGB (Red+Green+Blue) = 134+1+156=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #86019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86019C is #79FE63. Grayscale: #393939. Windows color (decimal): -7994980 or 10224006. OLE color: 10224006.

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

Color convert

RGB 134 1 156 -
CMYK 0.14 0.99 0 0.39
HSL 291.48º 0.99% 0.31% -
HSV(B) 291.48º 0.99% 0.61% -
XYZ 15.84 7.49 32.06 -
YUV 58.44 183.06 181.9 -
System Red Green Blue C M Y K H S L
Decimal 134 1 156 0.14 0.99 0 0.39 291.48 0.99 0.31
Hex 86 1 9C E 63 0 27 123 63 1F
Octal 206 1 234 16 143 0 47 443 143 37
Binary 10000110 1 10011100 1110 1100011 0 100111 100100011 1100011 11111

Color Harmonies of #86019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86019C

Black with #86019C

Text Example


Text Example

White with #86019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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