#821590

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

Shades of Dark Magenta #821590

Tints of Dark Magenta #821590

Color information

#821590 (or 0x821590) is unknown color: approx Dark Magenta. HEX triplet: 82, 15 and 90. RGB value is (130,21,144). Sum of RGB (Red+Green+Blue) = 130+21+144=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #821590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821590 is #7DEA6F. Grayscale: #434343. Windows color (decimal): -8252016 or 9442690. OLE color: 9442690.

HSL color Cylindrical-coordinate representation of color #821590: hue angle of 293.17º 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 #821590 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13021144-
CMYK0.100.8500.44
HSL293.17º74.55%32.35%-
HSV(B)293.17º85.42%56.47%-
XYZ14.517.327.03-
YUV67.61171.11172.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 21 (8.59% from 255) = 7.12%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=44.07%
G=7.12%
B=48.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130211440.100.8500.44293.1774.5532.35
Hex821590A5502C1254b20
Octal202252201212505444511340
Binary1000001010101100100001010101010101011001001001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821590; }

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

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

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

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

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

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

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

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