Shades of Dark Magenta #8F019B
Tints of Dark Magenta #8F019B
RGB
CMYK
RGB Variations
Color information
#8F019B (or 0x8F019B) is known color: Dark Magenta. HEX triplet: 8F, 01 and 9B. RGB value is (143,1,155). Sum of RGB (Red+Green+Blue) = 143+1+155=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F019B is #70FE64. Grayscale: #3C3C3C. Windows color (decimal): -7405157 or 10158479. OLE color: 10158479.
HSL color Cylindrical-coordinate representation of color #8F019B: hue angle of 295.32º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F019B is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 1 | 155 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.39 |
| HSL | 295.32º | 0.99% | 0.31% | - |
| HSV(B) | 295.32º | 0.99% | 0.61% | - |
| XYZ | 17.25 | 8.23 | 31.69 | - |
| YUV | 61.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 155 | 0.08 | 0.99 | 0 | 0.39 | 295.32 | 0.99 | 0.31 |
| Hex | 8F | 1 | 9B | 8 | 63 | 0 | 27 | 127 | 63 | 1F |
| Octal | 217 | 1 | 233 | 10 | 143 | 0 | 47 | 447 | 143 | 37 |
| Binary | 10001111 | 1 | 10011011 | 1000 | 1100011 | 0 | 100111 | 100100111 | 1100011 | 11111 |
Color Harmonies of #8F019B
Complementary color
Monochromatic Colors of #8F019B
Black with #8F019B
Text Example
Text Example
White with #8F019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F019B; }
p { color: rgb(143,1,155); }
H1.HeaderClassName
{
color: #8F019B;
}
.AnyTagClassName
{
color: #8F019B;
}
</style>
background-color css
<style>
a { background-color: #8F019B; }
a { background-color: rgb(143,1,155); }
div.DivClassName
{
background-color: #8F019B;
}
.BgClassName
{
background-color: #8F019B;
}
</style>
border-color css
<style>
span { border-color: #8F019B; }
span { border-color: rgb(143,1,155); }
td.TdClassName
{
border-color: #8F019B;
}
.TagClassName
{
border-color: #8F019B;
}
</style>