Shades of Dark Magenta #8F0294
Tints of Dark Magenta #8F0294
RGB
CMYK
RGB Variations
Color information
#8F0294 (or 0x8F0294) is known color: Dark Magenta. HEX triplet: 8F, 02 and 94. RGB value is (143,2,148). Sum of RGB (Red+Green+Blue) = 143+2+148=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F0294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0294 is #70FD6B. Grayscale: #3C3C3C. Windows color (decimal): -7404908 or 9699983. OLE color: 9699983.
HSL color Cylindrical-coordinate representation of color #8F0294: hue angle of 297.95º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0294 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 2 | 148 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.42 |
| HSL | 297.95º | 0.97% | 0.29% | - |
| HSV(B) | 297.95º | 0.99% | 0.58% | - |
| XYZ | 16.69 | 8.02 | 28.69 | - |
| YUV | 60.8 | 177.21 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 148 | 0.03 | 0.99 | 0 | 0.42 | 297.95 | 0.97 | 0.29 |
| Hex | 8F | 2 | 94 | 3 | 63 | 0 | 2A | 12A | 61 | 1D |
| Octal | 217 | 2 | 224 | 3 | 143 | 0 | 52 | 452 | 141 | 35 |
| Binary | 10001111 | 10 | 10010100 | 11 | 1100011 | 0 | 101010 | 100101010 | 1100001 | 11101 |
Color Harmonies of #8F0294
Complementary color
Monochromatic Colors of #8F0294
Black with #8F0294
Text Example
Text Example
White with #8F0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0294; }
p { color: rgb(143,2,148); }
H1.HeaderClassName
{
color: #8F0294;
}
.AnyTagClassName
{
color: #8F0294;
}
</style>
background-color css
<style>
a { background-color: #8F0294; }
a { background-color: rgb(143,2,148); }
div.DivClassName
{
background-color: #8F0294;
}
.BgClassName
{
background-color: #8F0294;
}
</style>
border-color css
<style>
span { border-color: #8F0294; }
span { border-color: rgb(143,2,148); }
td.TdClassName
{
border-color: #8F0294;
}
.TagClassName
{
border-color: #8F0294;
}
</style>