#86179B

Color #86179B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #86179B

Tints of Dark Magenta #86179B

Color information

#86179B (or 0x86179B) is unknown color: approx Dark Magenta. HEX triplet: 86, 17 and 9B. RGB value is (134,23,155). Sum of RGB (Red+Green+Blue) = 134+23+155=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #86179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86179B is #79E864. Grayscale: #464646. Windows color (decimal): -7989349 or 10164102. OLE color: 10164102.

HSL color Cylindrical-coordinate representation of color #86179B: hue angle of 290.45º 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 #86179B is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13423155-
CMYK0.140.8500.39
HSL290.45º74.16%34.9%-
HSV(B)290.45º85.16%60.78%-
XYZ16.058.0531.72-
YUV71.24175.27172.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 23 (9.38% from 255) = 7.37%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=42.95%
G=7.37%
B=49.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134231550.140.8500.39290.4574.1634.9
Hex86179BE550271224a23
Octal206272331612504744211243
Binary1000011010111100110111110101010101001111001000101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86179B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86179B;
 }
 .AnyTagClassName
 {
   color: #86179B;
 }
</style>
background-color css

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

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

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

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

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

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