Html Css Color HEX #86179C Dark Magenta

📋 copy color: '#86179C'

red 134 ◦ green 23 ◦ blue 156

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

Shades of Dark Magenta #86179C

Tints of Dark Magenta #86179C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

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

R = 42.81%
G = 7.35%
B = 49.84%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86179C (or 0x86179C) is known color: Dark Magenta. HEX triplet: 86, 17 and 9C. RGB value is (134,23,156). Sum of RGB (Red+Green+Blue) = 134+23+156=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #86179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86179C is #79E863. Grayscale: #464646. Windows color (decimal): -7989348 or 10229638. OLE color: 10229638.

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

Color convert

RGB 134 23 156 -
CMYK 0.14 0.85 0 0.39
HSL 290.08º 0.74% 0.35% -
HSV(B) 290.08º 0.85% 0.61% -
XYZ 16.14 8.08 32.16 -
YUV 71.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 134 23 156 0.14 0.85 0 0.39 290.08 0.74 0.35
Hex 86 17 9C E 55 0 27 122 4A 23
Octal 206 27 234 16 125 0 47 442 112 43
Binary 10000110 10111 10011100 1110 1010101 0 100111 100100010 1001010 100011

Color Harmonies of #86179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86179C

Black with #86179C

Text Example


Text Example

White with #86179C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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