#861593

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

Shades of Dark Magenta #861593

Tints of Dark Magenta #861593

Color information

#861593 (or 0x861593) is unknown color: approx Dark Magenta. HEX triplet: 86, 15 and 93. RGB value is (134,21,147). Sum of RGB (Red+Green+Blue) = 134+21+147=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #861593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861593 is #79EA6C. Grayscale: #444444. Windows color (decimal): -7989869 or 9639302. OLE color: 9639302.

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

Color convert

RGB13421147-
CMYK0.090.8600.42
HSL293.81º75%32.94%-
HSV(B)293.81º85.71%57.65%-
XYZ15.377.7128.28-
YUV69.15171.94174.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=44.37%
G=6.95%
B=48.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134211470.090.8600.42293.817532.94
Hex86159395602A1264b21
Octal206252231112605244611341
Binary1000011010101100100111001101011001010101001001101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861593; }

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

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

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

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

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

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

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

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