Shades of Dark Magenta #8F169A
Tints of Dark Magenta #8F169A
RGB
CMYK
RGB Variations
Color information
#8F169A (or 0x8F169A) is known color: Dark Magenta. HEX triplet: 8F, 16 and 9A. RGB value is (143,22,154). Sum of RGB (Red+Green+Blue) = 143+22+154=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F169A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F169A is #70E965. Grayscale: #484848. Windows color (decimal): -7399782 or 10098319. OLE color: 10098319.
HSL color Cylindrical-coordinate representation of color #8F169A: hue angle of 295º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F169A is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 22 | 154 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.40 |
| HSL | 295º | 0.75% | 0.35% | - |
| HSV(B) | 295º | 0.86% | 0.6% | - |
| XYZ | 17.45 | 8.75 | 31.34 | - |
| YUV | 73.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 154 | 0.07 | 0.86 | 0 | 0.40 | 295 | 0.75 | 0.35 |
| Hex | 8F | 16 | 9A | 7 | 56 | 0 | 28 | 127 | 4B | 23 |
| Octal | 217 | 26 | 232 | 7 | 126 | 0 | 50 | 447 | 113 | 43 |
| Binary | 10001111 | 10110 | 10011010 | 111 | 1010110 | 0 | 101000 | 100100111 | 1001011 | 100011 |
Color Harmonies of #8F169A
Complementary color
Monochromatic Colors of #8F169A
Black with #8F169A
Text Example
Text Example
White with #8F169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F169A; }
p { color: rgb(143,22,154); }
H1.HeaderClassName
{
color: #8F169A;
}
.AnyTagClassName
{
color: #8F169A;
}
</style>
background-color css
<style>
a { background-color: #8F169A; }
a { background-color: rgb(143,22,154); }
div.DivClassName
{
background-color: #8F169A;
}
.BgClassName
{
background-color: #8F169A;
}
</style>
border-color css
<style>
span { border-color: #8F169A; }
span { border-color: rgb(143,22,154); }
td.TdClassName
{
border-color: #8F169A;
}
.TagClassName
{
border-color: #8F169A;
}
</style>