Shades of Dark Magenta #8F019E
Tints of Dark Magenta #8F019E
RGB
CMYK
RGB Variations
Color information
#8F019E (or 0x8F019E) is known color: Dark Magenta. HEX triplet: 8F, 01 and 9E. RGB value is (143,1,158). Sum of RGB (Red+Green+Blue) = 143+1+158=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F019E is #70FE61. Grayscale: #3C3C3C. Windows color (decimal): -7405154 or 10355087. OLE color: 10355087.
HSL color Cylindrical-coordinate representation of color #8F019E: hue angle of 294.27º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F019E is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 1 | 158 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.38 |
| HSL | 294.27º | 0.99% | 0.31% | - |
| HSV(B) | 294.27º | 0.99% | 0.62% | - |
| XYZ | 17.51 | 8.33 | 33.03 | - |
| YUV | 61.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 158 | 0.09 | 0.99 | 0 | 0.38 | 294.27 | 0.99 | 0.31 |
| Hex | 8F | 1 | 9E | 9 | 63 | 0 | 26 | 126 | 63 | 1F |
| Octal | 217 | 1 | 236 | 11 | 143 | 0 | 46 | 446 | 143 | 37 |
| Binary | 10001111 | 1 | 10011110 | 1001 | 1100011 | 0 | 100110 | 100100110 | 1100011 | 11111 |
Color Harmonies of #8F019E
Complementary color
Monochromatic Colors of #8F019E
Black with #8F019E
Text Example
Text Example
White with #8F019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F019E; }
p { color: rgb(143,1,158); }
H1.HeaderClassName
{
color: #8F019E;
}
.AnyTagClassName
{
color: #8F019E;
}
</style>
background-color css
<style>
a { background-color: #8F019E; }
a { background-color: rgb(143,1,158); }
div.DivClassName
{
background-color: #8F019E;
}
.BgClassName
{
background-color: #8F019E;
}
</style>
border-color css
<style>
span { border-color: #8F019E; }
span { border-color: rgb(143,1,158); }
td.TdClassName
{
border-color: #8F019E;
}
.TagClassName
{
border-color: #8F019E;
}
</style>