Shades of Dark Magenta #8F099A
Tints of Dark Magenta #8F099A
RGB
CMYK
RGB Variations
Color information
#8F099A (or 0x8F099A) is known color: Dark Magenta. HEX triplet: 8F, 09 and 9A. RGB value is (143,9,154). Sum of RGB (Red+Green+Blue) = 143+9+154=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F099A is #70F665. Grayscale: #414141. Windows color (decimal): -7403110 or 10094991. OLE color: 10094991.
HSL color Cylindrical-coordinate representation of color #8F099A: hue angle of 295.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F099A is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 9 | 154 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.40 |
| HSL | 295.45º | 0.89% | 0.32% | - |
| HSV(B) | 295.45º | 0.94% | 0.6% | - |
| XYZ | 17.26 | 8.37 | 31.28 | - |
| YUV | 65.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 154 | 0.07 | 0.94 | 0 | 0.40 | 295.45 | 0.89 | 0.32 |
| Hex | 8F | 9 | 9A | 7 | 5E | 0 | 28 | 127 | 59 | 20 |
| Octal | 217 | 11 | 232 | 7 | 136 | 0 | 50 | 447 | 131 | 40 |
| Binary | 10001111 | 1001 | 10011010 | 111 | 1011110 | 0 | 101000 | 100100111 | 1011001 | 100000 |
Color Harmonies of #8F099A
Complementary color
Monochromatic Colors of #8F099A
Black with #8F099A
Text Example
Text Example
White with #8F099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F099A; }
p { color: rgb(143,9,154); }
H1.HeaderClassName
{
color: #8F099A;
}
.AnyTagClassName
{
color: #8F099A;
}
</style>
background-color css
<style>
a { background-color: #8F099A; }
a { background-color: rgb(143,9,154); }
div.DivClassName
{
background-color: #8F099A;
}
.BgClassName
{
background-color: #8F099A;
}
</style>
border-color css
<style>
span { border-color: #8F099A; }
span { border-color: rgb(143,9,154); }
td.TdClassName
{
border-color: #8F099A;
}
.TagClassName
{
border-color: #8F099A;
}
</style>