#8204AD

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

Shades of Dark Magenta #8204AD

Tints of Dark Magenta #8204AD

Color information

#8204AD (or 0x8204AD) is unknown color: approx Dark Magenta. HEX triplet: 82, 04 and AD. RGB value is (130,4,173). Sum of RGB (Red+Green+Blue) = 130+4+173=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #8204AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8204AD is #7DFB52. Grayscale: #3C3C3C. Windows color (decimal): -8256339 or 11338882. OLE color: 11338882.

HSL color Cylindrical-coordinate representation of color #8204AD: hue angle of 284.73º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204AD is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1304173-
CMYK0.250.9800.32
HSL284.73º95.48%34.71%-
HSV(B)284.73º97.69%67.84%-
XYZ16.797.8540.17-
YUV60.94191.24177.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 173 (67.97% from 255) = 56.35%
R=42.35%
G=1.30%
B=56.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13041730.250.9800.32284.7395.4834.71
Hex824AD196202011d5f23
Octal20242553114204043513743
Binary100000101001010110111001110001001000001000111011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8204AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8204AD; }

 p { color: rgb(130,4,173); }

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

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

 a { background-color: rgb(130,4,173); }

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

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

 span { border-color: rgb(130,4,173); }

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