#86139F

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

Shades of Dark Magenta #86139F

Tints of Dark Magenta #86139F

Color information

#86139F (or 0x86139F) is unknown color: approx Dark Magenta. HEX triplet: 86, 13 and 9F. RGB value is (134,19,159). Sum of RGB (Red+Green+Blue) = 134+19+159=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #86139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86139F is #79EC60. Grayscale: #444444. Windows color (decimal): -7990369 or 10425222. OLE color: 10425222.

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

Color convert

RGB13419159-
CMYK0.160.8800.38
HSL289.29º78.65%34.9%-
HSV(B)289.29º88.05%62.35%-
XYZ16.328.0433.49-
YUV69.34178.6174.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 19 (7.81% from 255) = 6.09%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=42.95%
G=6.09%
B=50.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134191590.160.8800.38289.2978.6534.9
Hex86139F10580261214f23
Octal206232372013004644111743
Binary10000110100111001111110000101100001001101001000011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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