#860191

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

Shades of Dark Magenta #860191

Tints of Dark Magenta #860191

Color information

#860191 (or 0x860191) is unknown color: approx Dark Magenta. HEX triplet: 86, 01 and 91. RGB value is (134,1,145). Sum of RGB (Red+Green+Blue) = 134+1+145=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #860191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860191 is #79FE6E. Grayscale: #383838. Windows color (decimal): -7994991 or 9503110. OLE color: 9503110.

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

Color convert

RGB1341145-
CMYK0.080.9900.43
HSL295.42º98.63%28.63%-
HSV(B)295.42º99.31%56.86%-
XYZ14.957.1327.38-
YUV57.18177.56182.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=47.86%
G=0.36%
B=51.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13411450.080.9900.43295.4298.6328.63
Hex8619186302B127631d
Octal20612211014305344714335
Binary10000110110010001100011000110101011100100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860191; }

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

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

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

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

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

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

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

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