#8000A4

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

Shades of Dark Magenta #8000A4

Tints of Dark Magenta #8000A4

Color information

#8000A4 (or 0x8000A4) is unknown color: approx Dark Magenta. HEX triplet: 80, 00 and A4. RGB value is (128,0,164). Sum of RGB (Red+Green+Blue) = 128+0+164=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #8000A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8000A4 is #7FFF5B. Grayscale: #383838. Windows color (decimal): -8388444 or 10748032. OLE color: 10748032.

HSL color Cylindrical-coordinate representation of color #8000A4: hue angle of 286.83º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000A4 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1280164-
CMYK0.22100.36
HSL286.83º100%32.16%-
HSV(B)286.83º100%64.31%-
XYZ15.67.2735.7-
YUV56.97188.41178.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 164 (64.45% from 255) = 56.16%
R=43.84%
G=0%
B=56.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12801640.22100.36286.8310032.16
Hex800A4166402411f6420
Octal20002442614404443714440
Binary1000000001010010010110110010001001001000111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8000A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8000A4; }

 p { color: rgb(128,0,164); }

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

<style>
 a { background-color: #8000A4; }

 a { background-color: rgb(128,0,164); }

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

<style>
 span { border-color: #8000A4; }

 span { border-color: rgb(128,0,164); }

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