#861996

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

Shades of Dark Magenta #861996

Tints of Dark Magenta #861996

Color information

#861996 (or 0x861996) is unknown color: approx Dark Magenta. HEX triplet: 86, 19 and 96. RGB value is (134,25,150). Sum of RGB (Red+Green+Blue) = 134+25+150=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #861996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861996 is #79E669. Grayscale: #474747. Windows color (decimal): -7988842 or 9836934. OLE color: 9836934.

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

Color convert

RGB13425150-
CMYK0.110.8300.41
HSL292.32º71.43%34.31%-
HSV(B)292.32º83.33%58.82%-
XYZ15.687.9729.57-
YUV71.84172.11172.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 25 (10.16% from 255) = 8.09%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=43.37%
G=8.09%
B=48.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134251500.110.8300.41292.3271.4334.31
Hex861996B530291244722
Octal206312261312305144410742
Binary1000011011001100101101011101001101010011001001001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861996; }

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

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

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

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

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

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

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

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