#861599

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

Shades of Dark Magenta #861599

Tints of Dark Magenta #861599

Color information

#861599 (or 0x861599) is unknown color: approx Dark Magenta. HEX triplet: 86, 15 and 99. RGB value is (134,21,153). Sum of RGB (Red+Green+Blue) = 134+21+153=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #861599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861599 is #79EA66. Grayscale: #454545. Windows color (decimal): -7989863 or 10032518. OLE color: 10032518.

HSL color Cylindrical-coordinate representation of color #861599: hue angle of 291.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861599 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13421153-
CMYK0.120.8600.4
HSL291.36º75.86%34.12%-
HSV(B)291.36º86.27%60%-
XYZ15.857.930.83-
YUV69.83174.94173.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=43.51%
G=6.82%
B=49.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134211530.120.8600.4291.3675.8634.12
Hex861599C560281234c22
Octal206252311412605044311442
Binary1000011010101100110011100101011001010001001000111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861599; }

 p { color: rgb(134,21,153); }

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

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

 a { background-color: rgb(134,21,153); }

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

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

 span { border-color: rgb(134,21,153); }

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