#8A129A

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

Shades of Dark Magenta #8A129A

Tints of Dark Magenta #8A129A

Color information

#8A129A (or 0x8A129A) is unknown color: approx Dark Magenta. HEX triplet: 8A, 12 and 9A. RGB value is (138,18,154). Sum of RGB (Red+Green+Blue) = 138+18+154=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A129A is #75ED65. Grayscale: #444444. Windows color (decimal): -7728486 or 10097290. OLE color: 10097290.

HSL color Cylindrical-coordinate representation of color #8A129A: hue angle of 292.94º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A129A is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13818154-
CMYK0.100.8800.40
HSL292.94º79.07%33.73%-
HSV(B)292.94º88.31%60.39%-
XYZ16.538.1731.28-
YUV69.38175.76176.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.52%
GREEN value IS 18 (7.42% from 255) = 5.81%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=44.52%
G=5.81%
B=49.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138181540.100.8800.40292.9479.0733.73
Hex8A129AA580281254f22
Octal212222321213005044511742
Binary1000101010010100110101010101100001010001001001011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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