#861491

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

Shades of Dark Magenta #861491

Tints of Dark Magenta #861491

Color information

#861491 (or 0x861491) is unknown color: approx Dark Magenta. HEX triplet: 86, 14 and 91. RGB value is (134,20,145). Sum of RGB (Red+Green+Blue) = 134+20+145=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #861491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861491 is #79EB6E. Grayscale: #434343. Windows color (decimal): -7990127 or 9507974. OLE color: 9507974.

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

Color convert

RGB13420145-
CMYK0.080.8600.43
HSL294.72º75.76%32.35%-
HSV(B)294.72º86.21%56.86%-
XYZ15.197.6127.46-
YUV68.34171.27174.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 20 (8.20% from 255) = 6.69%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=44.82%
G=6.69%
B=48.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134201450.080.8600.43294.7275.7632.35
Hex86149185602B1274c20
Octal206242211012605344711440
Binary1000011010100100100011000101011001010111001001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861491; }

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

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

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

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

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

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

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

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