#8A11AA

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

Shades of Dark Magenta #8A11AA

Tints of Dark Magenta #8A11AA

Color information

#8A11AA (or 0x8A11AA) is unknown color: approx Dark Magenta. HEX triplet: 8A, 11 and AA. RGB value is (138,17,170). Sum of RGB (Red+Green+Blue) = 138+17+170=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A11AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A11AA is #75EE55. Grayscale: #464646. Windows color (decimal): -7728726 or 11145610. OLE color: 11145610.

HSL color Cylindrical-coordinate representation of color #8A11AA: hue angle of 287.45º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A11AA is Cyan = 0.19, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13817170-
CMYK0.190.900.33
HSL287.45º81.82%36.67%-
HSV(B)287.45º90%66.67%-
XYZ17.948.7138.77-
YUV70.62184.09176.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 17 (7.03% from 255) = 5.23%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=42.46%
G=5.23%
B=52.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171700.190.900.33287.4581.8236.67
Hex8A11AA135A02111f5225
Octal212212522313204143712245
Binary10001010100011010101010011101101001000011000111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A11AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,17,170); }

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

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

 a { background-color: rgb(138,17,170); }

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

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

 span { border-color: rgb(138,17,170); }

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