#86119F

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

Shades of Dark Magenta #86119F

Tints of Dark Magenta #86119F

Color information

#86119F (or 0x86119F) is unknown color: approx Dark Magenta. HEX triplet: 86, 11 and 9F. RGB value is (134,17,159). Sum of RGB (Red+Green+Blue) = 134+17+159=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #86119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86119F is #79EE60. Grayscale: #434343. Windows color (decimal): -7990881 or 10424710. OLE color: 10424710.

HSL color Cylindrical-coordinate representation of color #86119F: hue angle of 289.44º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86119F is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13417159-
CMYK0.160.8900.38
HSL289.44º80.68%34.51%-
HSV(B)289.44º89.31%62.35%-
XYZ16.297.9733.48-
YUV68.17179.26174.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 17 (7.03% from 255) = 5.48%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=43.23%
G=5.48%
B=51.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134171590.160.8900.38289.4480.6834.51
Hex86119F10590261215123
Octal206212372013104644112143
Binary10000110100011001111110000101100101001101001000011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86119F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86119F; }

 p { color: rgb(134,17,159); }

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

<style>
 a { background-color: #86119F; }

 a { background-color: rgb(134,17,159); }

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

<style>
 span { border-color: #86119F; }

 span { border-color: rgb(134,17,159); }

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