#8A129F

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

Shades of Dark Magenta #8A129F

Tints of Dark Magenta #8A129F

Color information

#8A129F (or 0x8A129F) is unknown color: approx Dark Magenta. HEX triplet: 8A, 12 and 9F. RGB value is (138,18,159). Sum of RGB (Red+Green+Blue) = 138+18+159=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A129F is #75ED60. Grayscale: #454545. Windows color (decimal): -7728481 or 10424970. OLE color: 10424970.

HSL color Cylindrical-coordinate representation of color #8A129F: hue angle of 291.06º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A129F is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13818159-
CMYK0.130.8900.38
HSL291.06º79.66%34.71%-
HSV(B)291.06º88.68%62.35%-
XYZ16.968.3433.52-
YUV69.95178.26176.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.81%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 159 (62.5% from 255) = 50.48%
R=43.81%
G=5.71%
B=50.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138181590.130.8900.38291.0679.6634.71
Hex8A129FD590261235023
Octal212222371513104644312043
Binary1000101010010100111111101101100101001101001000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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