#860D95

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

Shades of Dark Magenta #860D95

Tints of Dark Magenta #860D95

Color information

#860D95 (or 0x860D95) is unknown color: approx Dark Magenta. HEX triplet: 86, 0D and 95. RGB value is (134,13,149). Sum of RGB (Red+Green+Blue) = 134+13+149=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #860D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860D95 is #79F26A. Grayscale: #404040. Windows color (decimal): -7991915 or 9768326. OLE color: 9768326.

HSL color Cylindrical-coordinate representation of color #860D95: hue angle of 293.38º degrees, saturation: 0.84, 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 #860D95 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13413149-
CMYK0.100.9100.42
HSL293.38º83.95%31.76%-
HSV(B)293.38º91.28%58.43%-
XYZ15.47.5329.07-
YUV64.68175.59177.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 13 (5.47% from 255) = 4.39%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=45.27%
G=4.39%
B=50.34%

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
Decimal134131490.100.9100.42293.3883.9531.76
Hex86D95A5B02A1255420
Octal206152251213305244512440
Binary100001101101100101011010101101101010101001001011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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