#86149f

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

Shades of Dark Magenta #86149F

Tints of Dark Magenta #86149F

Color information

#86149F (or 0x86149F) is unknown color: approx Dark Magenta. HEX triplet: 86, 14 and 9F. RGB value is (134,20,159). Sum of RGB (Red+Green+Blue) = 134+20+159=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #86149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86149F is #79EB60. Grayscale: #454545. Windows color (decimal): -7990113 or 10425478. OLE color: 10425478.

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

Color convert

RGB13420159-
CMYK0.160.8700.38
HSL289.21º77.65%35.1%-
HSV(B)289.21º87.42%62.35%-
XYZ16.348.0733.5-
YUV69.93178.27173.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=42.81%
G=6.39%
B=50.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134201590.160.8700.38289.2177.6535.1
Hex86149F10570261214e23
Octal206242372012704644111643
Binary10000110101001001111110000101011101001101001000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86149f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86149f; }

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

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

<style>
 a { background-color: #86149f; }

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

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

<style>
 span { border-color: #86149f; }

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

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