#861195

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

Shades of Dark Magenta #861195

Tints of Dark Magenta #861195

Color information

#861195 (or 0x861195) is unknown color: approx Dark Magenta. HEX triplet: 86, 11 and 95. RGB value is (134,17,149). Sum of RGB (Red+Green+Blue) = 134+17+149=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #861195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861195 is #79EE6A. Grayscale: #424242. Windows color (decimal): -7990891 or 9769350. OLE color: 9769350.

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

Color convert

RGB13417149-
CMYK0.100.8900.42
HSL293.18º79.52%32.55%-
HSV(B)293.18º88.59%58.43%-
XYZ15.467.6429.09-
YUV67.03174.26175.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=44.67%
G=5.67%
B=49.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134171490.100.8900.42293.1879.5232.55
Hex861195A5902A1255021
Octal206212251213105244512041
Binary1000011010001100101011010101100101010101001001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861195; }

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

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

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

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

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

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

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

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