Shades of Dark Magenta #8A008D
Tints of Dark Magenta #8A008D
RGB
CMYK
RGB Variations
Color information
#8A008D (or 0x8A008D) is known color: Dark Magenta. HEX triplet: 8A, 00 and 8D. RGB value is (138,0,141). Sum of RGB (Red+Green+Blue) = 138+0+141=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A008D is #75FF72. Grayscale: #383838. Windows color (decimal): -7733107 or 9240714. OLE color: 9240714.
HSL color Cylindrical-coordinate representation of color #8A008D: hue angle of 298.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A008D is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 0 | 141 | - |
| CMYK | 0.02 | 1 | 0 | 0.45 |
| HSL | 298.72º | 1% | 0.28% | - |
| HSV(B) | 298.72º | 1% | 0.55% | - |
| XYZ | 15.29 | 7.33 | 25.81 | - |
| YUV | 57.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 141 | 0.02 | 1 | 0 | 0.45 | 298.72 | 1 | 0.28 |
| Hex | 8A | 0 | 8D | 2 | 64 | 0 | 2D | 12B | 64 | 1C |
| Octal | 212 | 0 | 215 | 2 | 144 | 0 | 55 | 453 | 144 | 34 |
| Binary | 10001010 | 0 | 10001101 | 10 | 1100100 | 0 | 101101 | 100101011 | 1100100 | 11100 |
Color Harmonies of #8A008D
Complementary color
Monochromatic Colors of #8A008D
Black with #8A008D
Text Example
Text Example
White with #8A008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A008D; }
p { color: rgb(138,0,141); }
H1.HeaderClassName
{
color: #8A008D;
}
.AnyTagClassName
{
color: #8A008D;
}
</style>
background-color css
<style>
a { background-color: #8A008D; }
a { background-color: rgb(138,0,141); }
div.DivClassName
{
background-color: #8A008D;
}
.BgClassName
{
background-color: #8A008D;
}
</style>
border-color css
<style>
span { border-color: #8A008D; }
span { border-color: rgb(138,0,141); }
td.TdClassName
{
border-color: #8A008D;
}
.TagClassName
{
border-color: #8A008D;
}
</style>