#861291

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

Shades of Dark Magenta #861291

Tints of Dark Magenta #861291

Color information

#861291 (or 0x861291) is unknown color: approx Dark Magenta. HEX triplet: 86, 12 and 91. RGB value is (134,18,145). Sum of RGB (Red+Green+Blue) = 134+18+145=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #861291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861291 is #79ED6E. Grayscale: #424242. Windows color (decimal): -7990639 or 9507462. OLE color: 9507462.

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

Color convert

RGB13418145-
CMYK0.080.8800.43
HSL294.8º77.91%31.96%-
HSV(B)294.8º87.59%56.86%-
XYZ15.167.5527.45-
YUV67.16171.93175.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 18 (7.42% from 255) = 6.06%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=45.12%
G=6.06%
B=48.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134181450.080.8800.43294.877.9131.96
Hex86129185802B1274e20
Octal206222211013005344711640
Binary1000011010010100100011000101100001010111001001111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861291; }

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

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

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

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

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

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

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

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