#86109F

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

Shades of Dark Magenta #86109F

Tints of Dark Magenta #86109F

Color information

#86109F (or 0x86109F) is unknown color: approx Dark Magenta. HEX triplet: 86, 10 and 9F. RGB value is (134,16,159). Sum of RGB (Red+Green+Blue) = 134+16+159=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #86109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86109F is #79EF60. Grayscale: #434343. Windows color (decimal): -7991137 or 10424454. OLE color: 10424454.

HSL color Cylindrical-coordinate representation of color #86109F: hue angle of 289.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86109F is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13416159-
CMYK0.160.9000.38
HSL289.51º81.71%34.31%-
HSV(B)289.51º89.94%62.35%-
XYZ16.277.9433.48-
YUV67.58179.59175.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 16 (6.64% from 255) = 5.18%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=43.37%
G=5.18%
B=51.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134161590.160.9000.38289.5181.7134.31
Hex86109F105A0261225222
Octal206202372013204644212242
Binary10000110100001001111110000101101001001101001000101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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