#820A8D

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

Shades of Dark Magenta #820A8D

Tints of Dark Magenta #820A8D

Color information

#820A8D (or 0x820A8D) is unknown color: approx Dark Magenta. HEX triplet: 82, 0A and 8D. RGB value is (130,10,141). Sum of RGB (Red+Green+Blue) = 130+10+141=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #820A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820A8D is #7DF572. Grayscale: #3C3C3C. Windows color (decimal): -8254835 or 9243266. OLE color: 9243266.

HSL color Cylindrical-coordinate representation of color #820A8D: hue angle of 294.96º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820A8D is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13010141-
CMYK0.080.9300.45
HSL294.96º86.75%29.61%-
HSV(B)294.96º92.91%55.29%-
XYZ14.126.8925.78-
YUV60.81173.26177.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 10 (4.30% from 255) = 3.56%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=46.26%
G=3.56%
B=50.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130101410.080.9300.45294.9686.7529.61
Hex82A8D85D02D127571e
Octal202122151013505544712736
Binary10000010101010001101100010111010101101100100111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820A8D; }

 p { color: rgb(130,10,141); }

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

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

 a { background-color: rgb(130,10,141); }

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

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

 span { border-color: rgb(130,10,141); }

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