#860991

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

Shades of Dark Magenta #860991

Tints of Dark Magenta #860991

Color information

#860991 (or 0x860991) is unknown color: approx Dark Magenta. HEX triplet: 86, 09 and 91. RGB value is (134,9,145). Sum of RGB (Red+Green+Blue) = 134+9+145=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #860991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860991 is #79F66E. Grayscale: #3D3D3D. Windows color (decimal): -7992943 or 9505158. OLE color: 9505158.

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

Color convert

RGB1349145-
CMYK0.080.9400.43
HSL295.15º88.31%30.2%-
HSV(B)295.15º93.79%56.86%-
XYZ15.047.3127.41-
YUV61.88174.91179.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 9 (3.91% from 255) = 3.12%
BLUE value IS 145 (57.03% from 255) = 50.35%
R=46.53%
G=3.12%
B=50.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13491450.080.9400.43295.1588.3130.2
Hex8699185E02B127581e
Octal206112211013605344713036
Binary10000110100110010001100010111100101011100100111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860991; }

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

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

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

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

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

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

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

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