#831590

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

Shades of Dark Magenta #831590

Tints of Dark Magenta #831590

Color information

#831590 (or 0x831590) is unknown color: approx Dark Magenta. HEX triplet: 83, 15 and 90. RGB value is (131,21,144). Sum of RGB (Red+Green+Blue) = 131+21+144=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #831590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831590 is #7CEA6F. Grayscale: #434343. Windows color (decimal): -8186480 or 9442691. OLE color: 9442691.

HSL color Cylindrical-coordinate representation of color #831590: hue angle of 293.66º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831590 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13121144-
CMYK0.090.8500.44
HSL293.66º74.55%32.35%-
HSV(B)293.66º85.42%56.47%-
XYZ14.667.3827.04-
YUV67.91170.94173-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 21 (8.59% from 255) = 7.09%
BLUE value IS 144 (56.64% from 255) = 48.65%
R=44.26%
G=7.09%
B=48.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131211440.090.8500.44293.6674.5532.35
Hex83159095502C1264b20
Octal203252201112505444611340
Binary1000001110101100100001001101010101011001001001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831590; }

 p { color: rgb(131,21,144); }

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

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

 a { background-color: rgb(131,21,144); }

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

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

 span { border-color: rgb(131,21,144); }

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