#861891

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

Shades of Dark Magenta #861891

Tints of Dark Magenta #861891

Color information

#861891 (or 0x861891) is unknown color: approx Dark Magenta. HEX triplet: 86, 18 and 91. RGB value is (134,24,145). Sum of RGB (Red+Green+Blue) = 134+24+145=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #861891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861891 is #79E76E. Grayscale: #464646. Windows color (decimal): -7989103 or 9508998. OLE color: 9508998.

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

Color convert

RGB13424145-
CMYK0.080.8300.43
HSL294.55º71.6%33.14%-
HSV(B)294.55º83.45%56.86%-
XYZ15.277.7727.48-
YUV70.68169.94173.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 24 (9.77% from 255) = 7.92%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=44.22%
G=7.92%
B=47.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134241450.080.8300.43294.5571.633.14
Hex86189185302B1274821
Octal206302211012305344711041
Binary1000011011000100100011000101001101010111001001111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861891; }

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

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

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

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

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

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

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

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