Shades of Dark Magenta #8F0D92
Tints of Dark Magenta #8F0D92
RGB
CMYK
RGB Variations
Color information
#8F0D92 (or 0x8F0D92) is known color: Dark Magenta. HEX triplet: 8F, 0D and 92. RGB value is (143,13,146). Sum of RGB (Red+Green+Blue) = 143+13+146=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F0D92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0D92 is #70F26D. Grayscale: #424242. Windows color (decimal): -7402094 or 9571727. OLE color: 9571727.
HSL color Cylindrical-coordinate representation of color #8F0D92: hue angle of 298.65º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D92 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 13 | 146 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.43 |
| HSL | 298.65º | 0.84% | 0.31% | - |
| HSV(B) | 298.65º | 0.91% | 0.57% | - |
| XYZ | 16.66 | 8.2 | 27.9 | - |
| YUV | 67.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 146 | 0.02 | 0.91 | 0 | 0.43 | 298.65 | 0.84 | 0.31 |
| Hex | 8F | D | 92 | 2 | 5B | 0 | 2B | 12B | 54 | 1F |
| Octal | 217 | 15 | 222 | 2 | 133 | 0 | 53 | 453 | 124 | 37 |
| Binary | 10001111 | 1101 | 10010010 | 10 | 1011011 | 0 | 101011 | 100101011 | 1010100 | 11111 |
Color Harmonies of #8F0D92
Complementary color
Monochromatic Colors of #8F0D92
Black with #8F0D92
Text Example
Text Example
White with #8F0D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0D92; }
p { color: rgb(143,13,146); }
H1.HeaderClassName
{
color: #8F0D92;
}
.AnyTagClassName
{
color: #8F0D92;
}
</style>
background-color css
<style>
a { background-color: #8F0D92; }
a { background-color: rgb(143,13,146); }
div.DivClassName
{
background-color: #8F0D92;
}
.BgClassName
{
background-color: #8F0D92;
}
</style>
border-color css
<style>
span { border-color: #8F0D92; }
span { border-color: rgb(143,13,146); }
td.TdClassName
{
border-color: #8F0D92;
}
.TagClassName
{
border-color: #8F0D92;
}
</style>