Shades of Dark Magenta #8A0F8D
Tints of Dark Magenta #8A0F8D
RGB
CMYK
RGB Variations
Color information
#8A0F8D (or 0x8A0F8D) is known color: Dark Magenta. HEX triplet: 8A, 0F and 8D. RGB value is (138,15,141). Sum of RGB (Red+Green+Blue) = 138+15+141=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A0F8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0F8D is #75F072. Grayscale: #414141. Windows color (decimal): -7729267 or 9244554. OLE color: 9244554.
HSL color Cylindrical-coordinate representation of color #8A0F8D: hue angle of 298.57º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A0F8D is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 15 | 141 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.45 |
| HSL | 298.57º | 0.81% | 0.31% | - |
| HSV(B) | 298.57º | 0.89% | 0.55% | - |
| XYZ | 15.46 | 7.67 | 25.86 | - |
| YUV | 66.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 141 | 0.02 | 0.89 | 0 | 0.45 | 298.57 | 0.81 | 0.31 |
| Hex | 8A | F | 8D | 2 | 59 | 0 | 2D | 12B | 51 | 1F |
| Octal | 212 | 17 | 215 | 2 | 131 | 0 | 55 | 453 | 121 | 37 |
| Binary | 10001010 | 1111 | 10001101 | 10 | 1011001 | 0 | 101101 | 100101011 | 1010001 | 11111 |
Color Harmonies of #8A0F8D
Complementary color
Monochromatic Colors of #8A0F8D
Black with #8A0F8D
Text Example
Text Example
White with #8A0F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0F8D; }
p { color: rgb(138,15,141); }
H1.HeaderClassName
{
color: #8A0F8D;
}
.AnyTagClassName
{
color: #8A0F8D;
}
</style>
background-color css
<style>
a { background-color: #8A0F8D; }
a { background-color: rgb(138,15,141); }
div.DivClassName
{
background-color: #8A0F8D;
}
.BgClassName
{
background-color: #8A0F8D;
}
</style>
border-color css
<style>
span { border-color: #8A0F8D; }
span { border-color: rgb(138,15,141); }
td.TdClassName
{
border-color: #8A0F8D;
}
.TagClassName
{
border-color: #8A0F8D;
}
</style>