#820594

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

Shades of Dark Magenta #820594

Tints of Dark Magenta #820594

Color information

#820594 (or 0x820594) is unknown color: approx Dark Magenta. HEX triplet: 82, 05 and 94. RGB value is (130,5,148). Sum of RGB (Red+Green+Blue) = 130+5+148=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #820594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820594 is #7DFA6B. Grayscale: #3A3A3A. Windows color (decimal): -8256108 or 9700738. OLE color: 9700738.

HSL color Cylindrical-coordinate representation of color #820594: hue angle of 292.45º 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 #820594 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1305148-
CMYK0.120.9700.42
HSL292.45º93.46%30%-
HSV(B)292.45º96.62%58.04%-
XYZ14.616.9928.6-
YUV58.68178.41178.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=45.94%
G=1.77%
B=52.30%

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
Decimal13051480.120.9700.42292.4593.4630
Hex82594C6102A1245d1e
Octal20252241414105244413536
Binary1000001010110010100110011000010101010100100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820594; }

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

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

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

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

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

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

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

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