#8202A9

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

Shades of Dark Magenta #8202A9

Tints of Dark Magenta #8202A9

Color information

#8202A9 (or 0x8202A9) is unknown color: approx Dark Magenta. HEX triplet: 82, 02 and A9. RGB value is (130,2,169). Sum of RGB (Red+Green+Blue) = 130+2+169=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #8202A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8202A9 is #7DFD56. Grayscale: #3A3A3A. Windows color (decimal): -8256855 or 11076226. OLE color: 11076226.

HSL color Cylindrical-coordinate representation of color #8202A9: hue angle of 285.99º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202A9 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1302169-
CMYK0.230.9900.34
HSL285.99º97.66%33.53%-
HSV(B)285.99º98.82%66.27%-
XYZ16.397.6538.15-
YUV59.31189.91178.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 169 (66.41% from 255) = 56.15%
R=43.19%
G=0.66%
B=56.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13021690.230.9900.34285.9997.6633.53
Hex822A9176302211e6222
Octal20222512714304243614242
Binary10000010101010100110111110001101000101000111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8202A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8202A9; }

 p { color: rgb(130,2,169); }

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

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

 a { background-color: rgb(130,2,169); }

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

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

 span { border-color: rgb(130,2,169); }

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