#820591

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

Shades of Dark Magenta #820591

Tints of Dark Magenta #820591

Color information

#820591 (or 0x820591) is unknown color: approx Dark Magenta. HEX triplet: 82, 05 and 91. RGB value is (130,5,145). Sum of RGB (Red+Green+Blue) = 130+5+145=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #820591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820591 is #7DFA6E. Grayscale: #393939. Windows color (decimal): -8256111 or 9504130. OLE color: 9504130.

HSL color Cylindrical-coordinate representation of color #820591: hue angle of 293.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820591 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1305145-
CMYK0.100.9700.43
HSL293.57º93.33%29.41%-
HSV(B)293.57º96.55%56.86%-
XYZ14.376.927.36-
YUV58.34176.91179.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 5 (2.34% from 255) = 1.79%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=46.43%
G=1.79%
B=51.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13051450.100.9700.43293.5793.3329.41
Hex82591A6102B1265d1d
Octal20252211214105344613535
Binary1000001010110010001101011000010101011100100110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820591; }

 p { color: rgb(130,5,145); }

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

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

 a { background-color: rgb(130,5,145); }

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

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

 span { border-color: rgb(130,5,145); }

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