Shades of Dark Magenta #8F0E9D
Tints of Dark Magenta #8F0E9D
RGB
CMYK
RGB Variations
Color information
#8F0E9D (or 0x8F0E9D) is known color: Dark Magenta. HEX triplet: 8F, 0E and 9D. RGB value is (143,14,157). Sum of RGB (Red+Green+Blue) = 143+14+157=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F0E9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0E9D is #70F162. Grayscale: #444444. Windows color (decimal): -7401827 or 10292879. OLE color: 10292879.
HSL color Cylindrical-coordinate representation of color #8F0E9D: hue angle of 294.13º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0E9D is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 14 | 157 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.38 |
| HSL | 294.13º | 0.84% | 0.34% | - |
| HSV(B) | 294.13º | 0.91% | 0.62% | - |
| XYZ | 17.57 | 8.59 | 32.63 | - |
| YUV | 68.87 | 177.74 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 157 | 0.09 | 0.91 | 0 | 0.38 | 294.13 | 0.84 | 0.34 |
| Hex | 8F | E | 9D | 9 | 5B | 0 | 26 | 126 | 54 | 22 |
| Octal | 217 | 16 | 235 | 11 | 133 | 0 | 46 | 446 | 124 | 42 |
| Binary | 10001111 | 1110 | 10011101 | 1001 | 1011011 | 0 | 100110 | 100100110 | 1010100 | 100010 |
Color Harmonies of #8F0E9D
Complementary color
Monochromatic Colors of #8F0E9D
Black with #8F0E9D
Text Example
Text Example
White with #8F0E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E9D; }
p { color: rgb(143,14,157); }
H1.HeaderClassName
{
color: #8F0E9D;
}
.AnyTagClassName
{
color: #8F0E9D;
}
</style>
background-color css
<style>
a { background-color: #8F0E9D; }
a { background-color: rgb(143,14,157); }
div.DivClassName
{
background-color: #8F0E9D;
}
.BgClassName
{
background-color: #8F0E9D;
}
</style>
border-color css
<style>
span { border-color: #8F0E9D; }
span { border-color: rgb(143,14,157); }
td.TdClassName
{
border-color: #8F0E9D;
}
.TagClassName
{
border-color: #8F0E9D;
}
</style>