#861395

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

Shades of Dark Magenta #861395

Tints of Dark Magenta #861395

Color information

#861395 (or 0x861395) is unknown color: approx Dark Magenta. HEX triplet: 86, 13 and 95. RGB value is (134,19,149). Sum of RGB (Red+Green+Blue) = 134+19+149=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #861395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861395 is #79EC6A. Grayscale: #434343. Windows color (decimal): -7990379 or 9769862. OLE color: 9769862.

HSL color Cylindrical-coordinate representation of color #861395: hue angle of 293.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861395 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13419149-
CMYK0.100.8700.42
HSL293.08º77.38%32.94%-
HSV(B)293.08º87.25%58.43%-
XYZ15.497.729.1-
YUV68.2173.6174.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 19 (7.81% from 255) = 6.29%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=44.37%
G=6.29%
B=49.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134191490.100.8700.42293.0877.3832.94
Hex861395A5702A1254d21
Octal206232251212705244511541
Binary1000011010011100101011010101011101010101001001011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861395; }

 p { color: rgb(134,19,149); }

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

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

 a { background-color: rgb(134,19,149); }

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

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

 span { border-color: rgb(134,19,149); }

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