Shades of Dark Magenta #8A1387
Tints of Dark Magenta #8A1387
RGB
CMYK
RGB Variations
Color information
#8A1387 (or 0x8A1387) is known color: Dark Magenta. HEX triplet: 8A, 13 and 87. RGB value is (138,19,135). Sum of RGB (Red+Green+Blue) = 138+19+135=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1387 is #75EC78. Grayscale: #434343. Windows color (decimal): -7728249 or 8852362. OLE color: 8852362.
HSL color Cylindrical-coordinate representation of color #8A1387: hue angle of 301.51º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1387 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 19 | 135 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.46 |
| HSL | 301.51º | 0.76% | 0.31% | - |
| HSV(B) | 301.51º | 0.86% | 0.54% | - |
| XYZ | 15.09 | 7.62 | 23.6 | - |
| YUV | 67.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 19 | 135 | 0 | 0.86 | 0.02 | 0.46 | 301.51 | 0.76 | 0.31 |
| Hex | 8A | 13 | 87 | 0 | 56 | 2 | 2E | 12E | 4C | 1F |
| Octal | 212 | 23 | 207 | 0 | 126 | 2 | 56 | 456 | 114 | 37 |
| Binary | 10001010 | 10011 | 10000111 | 0 | 1010110 | 10 | 101110 | 100101110 | 1001100 | 11111 |
Color Harmonies of #8A1387
Complementary color
Monochromatic Colors of #8A1387
Black with #8A1387
Text Example
Text Example
White with #8A1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1387; }
p { color: rgb(138,19,135); }
H1.HeaderClassName
{
color: #8A1387;
}
.AnyTagClassName
{
color: #8A1387;
}
</style>
background-color css
<style>
a { background-color: #8A1387; }
a { background-color: rgb(138,19,135); }
div.DivClassName
{
background-color: #8A1387;
}
.BgClassName
{
background-color: #8A1387;
}
</style>
border-color css
<style>
span { border-color: #8A1387; }
span { border-color: rgb(138,19,135); }
td.TdClassName
{
border-color: #8A1387;
}
.TagClassName
{
border-color: #8A1387;
}
</style>