#8003A9

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

Shades of Dark Magenta #8003A9

Tints of Dark Magenta #8003A9

Color information

#8003A9 (or 0x8003A9) is unknown color: approx Dark Magenta. HEX triplet: 80, 03 and A9. RGB value is (128,3,169). Sum of RGB (Red+Green+Blue) = 128+3+169=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 169 (66.41% from 255 or 56.33% from 300); Max value from RGB is 169 - color contains mainly: blue. Hex color #8003A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8003A9 is #7FFC56. Grayscale: #3A3A3A. Windows color (decimal): -8387671 or 11076480. OLE color: 11076480.

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

Color convert

RGB1283169-
CMYK0.240.9800.34
HSL285.18º96.51%33.73%-
HSV(B)285.18º98.22%66.27%-
XYZ16.17.5238.14-
YUV59.3189.91177-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 3 (1.56% from 255) = 1%
BLUE value IS 169 (66.41% from 255) = 56.33%
R=42.67%
G=1%
B=56.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12831690.240.9800.34285.1896.5133.73
Hex803A9186202211d6122
Octal20032513014204243514142
Binary10000000111010100111000110001001000101000111011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8003A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,3,169); }

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

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

 a { background-color: rgb(128,3,169); }

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

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

 span { border-color: rgb(128,3,169); }

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