#820593

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

Shades of Dark Magenta #820593

Tints of Dark Magenta #820593

Color information

#820593 (or 0x820593) is unknown color: approx Dark Magenta. HEX triplet: 82, 05 and 93. RGB value is (130,5,147). Sum of RGB (Red+Green+Blue) = 130+5+147=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #820593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820593 is #7DFA6C. Grayscale: #3A3A3A. Windows color (decimal): -8256109 or 9635202. OLE color: 9635202.

HSL color Cylindrical-coordinate representation of color #820593: hue angle of 292.82º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820593 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1305147-
CMYK0.120.9700.42
HSL292.82º93.42%29.8%-
HSV(B)292.82º96.6%57.65%-
XYZ14.536.9628.18-
YUV58.56177.91178.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=46.10%
G=1.77%
B=52.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13051470.120.9700.42292.8293.4229.8
Hex82593C6102A1255d1e
Octal20252231414105244513536
Binary1000001010110010011110011000010101010100100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820593; }

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

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

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

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

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

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

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

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