#8A0AAC

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

Shades of Dark Magenta #8A0AAC

Tints of Dark Magenta #8A0AAC

Color information

#8A0AAC (or 0x8A0AAC) is unknown color: approx Dark Magenta. HEX triplet: 8A, 0A and AC. RGB value is (138,10,172). Sum of RGB (Red+Green+Blue) = 138+10+172=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A0AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0AAC is #75F553. Grayscale: #424242. Windows color (decimal): -7730516 or 11274890. OLE color: 11274890.

HSL color Cylindrical-coordinate representation of color #8A0AAC: hue angle of 287.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0AAC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13810172-
CMYK0.200.9400.33
HSL287.41º89.01%35.69%-
HSV(B)287.41º94.19%67.45%-
XYZ18.048.639.74-
YUV66.74187.41178.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.12%
GREEN value IS 10 (4.30% from 255) = 3.12%
BLUE value IS 172 (67.58% from 255) = 53.75%
R=43.12%
G=3.12%
B=53.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138101720.200.9400.33287.4189.0135.69
Hex8AAAC145E02111f5924
Octal212122542413604143713144
Binary1000101010101010110010100101111001000011000111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A0AAC; }

 p { color: rgb(138,10,172); }

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

<style>
 a { background-color: #8A0AAC; }

 a { background-color: rgb(138,10,172); }

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

<style>
 span { border-color: #8A0AAC; }

 span { border-color: rgb(138,10,172); }

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