#861196

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

Shades of Dark Magenta #861196

Tints of Dark Magenta #861196

Color information

#861196 (or 0x861196) is unknown color: approx Dark Magenta. HEX triplet: 86, 11 and 96. RGB value is (134,17,150). Sum of RGB (Red+Green+Blue) = 134+17+150=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #861196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861196 is #79EE69. Grayscale: #424242. Windows color (decimal): -7990890 or 9834886. OLE color: 9834886.

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

Color convert

RGB13417150-
CMYK0.110.8900.41
HSL292.78º79.64%32.75%-
HSV(B)292.78º88.67%58.82%-
XYZ15.547.6729.52-
YUV67.14174.76175.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=44.52%
G=5.65%
B=49.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134171500.110.8900.41292.7879.6432.75
Hex861196B590291255021
Octal206212261313105144512041
Binary1000011010001100101101011101100101010011001001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861196; }

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

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

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

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

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

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

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

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