Shades of Dark Magenta #8A1390
Tints of Dark Magenta #8A1390
RGB
CMYK
RGB Variations
Color information
#8A1390 (or 0x8A1390) is known color: Dark Magenta. HEX triplet: 8A, 13 and 90. RGB value is (138,19,144). Sum of RGB (Red+Green+Blue) = 138+19+144=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A1390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1390 is #75EC6F. Grayscale: #444444. Windows color (decimal): -7728240 or 9442186. OLE color: 9442186.
HSL color Cylindrical-coordinate representation of color #8A1390: hue angle of 297.12º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1390 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 19 | 144 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.44 |
| HSL | 297.12º | 0.77% | 0.32% | - |
| HSV(B) | 297.12º | 0.87% | 0.56% | - |
| XYZ | 15.75 | 7.88 | 27.08 | - |
| YUV | 68.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 19 | 144 | 0.04 | 0.87 | 0 | 0.44 | 297.12 | 0.77 | 0.32 |
| Hex | 8A | 13 | 90 | 4 | 57 | 0 | 2C | 129 | 4D | 20 |
| Octal | 212 | 23 | 220 | 4 | 127 | 0 | 54 | 451 | 115 | 40 |
| Binary | 10001010 | 10011 | 10010000 | 100 | 1010111 | 0 | 101100 | 100101001 | 1001101 | 100000 |
Color Harmonies of #8A1390
Complementary color
Monochromatic Colors of #8A1390
Black with #8A1390
Text Example
Text Example
White with #8A1390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1390; }
p { color: rgb(138,19,144); }
H1.HeaderClassName
{
color: #8A1390;
}
.AnyTagClassName
{
color: #8A1390;
}
</style>
background-color css
<style>
a { background-color: #8A1390; }
a { background-color: rgb(138,19,144); }
div.DivClassName
{
background-color: #8A1390;
}
.BgClassName
{
background-color: #8A1390;
}
</style>
border-color css
<style>
span { border-color: #8A1390; }
span { border-color: rgb(138,19,144); }
td.TdClassName
{
border-color: #8A1390;
}
.TagClassName
{
border-color: #8A1390;
}
</style>