#8200AD

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

Shades of Dark Magenta #8200AD

Tints of Dark Magenta #8200AD

Color information

#8200AD (or 0x8200AD) is unknown color: approx Dark Magenta. HEX triplet: 82, 00 and AD. RGB value is (130,0,173). Sum of RGB (Red+Green+Blue) = 130+0+173=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #8200AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8200AD is #7DFF52. Grayscale: #3A3A3A. Windows color (decimal): -8257363 or 11337858. OLE color: 11337858.

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

Color convert

RGB1300173-
CMYK0.25100.32
HSL285.09º100%33.92%-
HSV(B)285.09º100%67.84%-
XYZ16.757.7640.15-
YUV58.59192.57178.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=42.90%
G=0%
B=57.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13001730.25100.32285.0910033.92
Hex820AD196402011d6422
Octal20202553114404043514442
Binary1000001001010110111001110010001000001000111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8200AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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