#860A91

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

Shades of Dark Magenta #860A91

Tints of Dark Magenta #860A91

Color information

#860A91 (or 0x860A91) is unknown color: approx Dark Magenta. HEX triplet: 86, 0A and 91. RGB value is (134,10,145). Sum of RGB (Red+Green+Blue) = 134+10+145=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #860A91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860A91 is #79F56E. Grayscale: #3E3E3E. Windows color (decimal): -7992687 or 9505414. OLE color: 9505414.

HSL color Cylindrical-coordinate representation of color #860A91: hue angle of 295.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A91 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13410145-
CMYK0.080.9300.43
HSL295.11º87.1%30.39%-
HSV(B)295.11º93.1%56.86%-
XYZ15.057.3327.41-
YUV62.47174.58179.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 10 (4.30% from 255) = 3.46%
BLUE value IS 145 (57.03% from 255) = 50.17%
R=46.37%
G=3.46%
B=50.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134101450.080.9300.43295.1187.130.39
Hex86A9185D02B127571e
Octal206122211013505344712736
Binary10000110101010010001100010111010101011100100111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,10,145); }

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

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

 a { background-color: rgb(134,10,145); }

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

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

 span { border-color: rgb(134,10,145); }

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