#860E95

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

Shades of Dark Magenta #860E95

Tints of Dark Magenta #860E95

Color information

#860E95 (or 0x860E95) is unknown color: approx Dark Magenta. HEX triplet: 86, 0E and 95. RGB value is (134,14,149). Sum of RGB (Red+Green+Blue) = 134+14+149=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #860E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860E95 is #79F16A. Grayscale: #404040. Windows color (decimal): -7991659 or 9768582. OLE color: 9768582.

HSL color Cylindrical-coordinate representation of color #860E95: hue angle of 293.33º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860E95 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13414149-
CMYK0.100.9100.42
HSL293.33º82.82%31.96%-
HSV(B)293.33º90.6%58.43%-
XYZ15.417.5529.08-
YUV65.27175.26177.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 14 (5.86% from 255) = 4.71%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=45.12%
G=4.71%
B=50.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134141490.100.9100.42293.3382.8231.96
Hex86E95A5B02A1255320
Octal206162251213305244512340
Binary100001101110100101011010101101101010101001001011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860E95; }

 p { color: rgb(134,14,149); }

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

<style>
 a { background-color: #860E95; }

 a { background-color: rgb(134,14,149); }

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

<style>
 span { border-color: #860E95; }

 span { border-color: rgb(134,14,149); }

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