#860E8D

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

Shades of Dark Magenta #860E8D

Tints of Dark Magenta #860E8D

Color information

#860E8D (or 0x860E8D) is unknown color: approx Dark Magenta. HEX triplet: 86, 0E and 8D. RGB value is (134,14,141). Sum of RGB (Red+Green+Blue) = 134+14+141=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #860E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860E8D is #79F172. Grayscale: #3F3F3F. Windows color (decimal): -7991667 or 9244294. OLE color: 9244294.

HSL color Cylindrical-coordinate representation of color #860E8D: hue angle of 296.69º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E8D is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13414141-
CMYK0.050.9000.45
HSL296.69º81.94%30.39%-
HSV(B)296.69º90.07%55.29%-
XYZ14.87.3125.83-
YUV64.36171.26177.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=46.37%
G=4.84%
B=48.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134141410.050.9000.45296.6981.9430.39
Hex86E8D55A02D129521e
Octal20616215513205545112236
Binary1000011011101000110110110110100101101100101001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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