#8A12A4

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

Shades of Dark Magenta #8A12A4

Tints of Dark Magenta #8A12A4

Color information

#8A12A4 (or 0x8A12A4) is unknown color: approx Dark Magenta. HEX triplet: 8A, 12 and A4. RGB value is (138,18,164). Sum of RGB (Red+Green+Blue) = 138+18+164=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A12A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A12A4 is #75ED5B. Grayscale: #464646. Windows color (decimal): -7728476 or 10752650. OLE color: 10752650.

HSL color Cylindrical-coordinate representation of color #8A12A4: hue angle of 289.32º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A12A4 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13818164-
CMYK0.160.8900.36
HSL289.32º80.22%35.69%-
HSV(B)289.32º89.02%64.31%-
XYZ17.48.5235.85-
YUV70.52180.76176.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.12%
GREEN value IS 18 (7.42% from 255) = 5.62%
BLUE value IS 164 (64.45% from 255) = 51.25%
R=43.12%
G=5.62%
B=51.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138181640.160.8900.36289.3280.2235.69
Hex8A12A410590241215024
Octal212222442013104444112044
Binary10001010100101010010010000101100101001001001000011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A12A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,18,164); }

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

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

 a { background-color: rgb(138,18,164); }

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

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

 span { border-color: rgb(138,18,164); }

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