Shades of Dark Magenta #8D018B
Tints of Dark Magenta #8D018B
RGB
CMYK
RGB Variations
Color information
#8D018B (or 0x8D018B) is known color: Dark Magenta. HEX triplet: 8D, 01 and 8B. RGB value is (141,1,139). Sum of RGB (Red+Green+Blue) = 141+1+139=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D018B is #72FE74. Grayscale: #3A3A3A. Windows color (decimal): -7536245 or 9109901. OLE color: 9109901.
HSL color Cylindrical-coordinate representation of color #8D018B: hue angle of 300.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D018B is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.45 |
| HSL | 300.86º | 0.99% | 0.28% | - |
| HSV(B) | 300.86º | 0.99% | 0.55% | - |
| XYZ | 15.66 | 7.55 | 25.06 | - |
| YUV | 58.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 139 | 0 | 0.99 | 0.01 | 0.45 | 300.86 | 0.99 | 0.28 |
| Hex | 8D | 1 | 8B | 0 | 63 | 1 | 2D | 12D | 63 | 1C |
| Octal | 215 | 1 | 213 | 0 | 143 | 1 | 55 | 455 | 143 | 34 |
| Binary | 10001101 | 1 | 10001011 | 0 | 1100011 | 1 | 101101 | 100101101 | 1100011 | 11100 |
Color Harmonies of #8D018B
Complementary color
Monochromatic Colors of #8D018B
Black with #8D018B
Text Example
Text Example
White with #8D018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D018B; }
p { color: rgb(141,1,139); }
H1.HeaderClassName
{
color: #8D018B;
}
.AnyTagClassName
{
color: #8D018B;
}
</style>
background-color css
<style>
a { background-color: #8D018B; }
a { background-color: rgb(141,1,139); }
div.DivClassName
{
background-color: #8D018B;
}
.BgClassName
{
background-color: #8D018B;
}
</style>
border-color css
<style>
span { border-color: #8D018B; }
span { border-color: rgb(141,1,139); }
td.TdClassName
{
border-color: #8D018B;
}
.TagClassName
{
border-color: #8D018B;
}
</style>