Shades of Dark Magenta #8F09AC
Tints of Dark Magenta #8F09AC
RGB
CMYK
RGB Variations
Color information
#8F09AC (or 0x8F09AC) is known color: Dark Magenta. HEX triplet: 8F, 09 and AC. RGB value is (143,9,172). Sum of RGB (Red+Green+Blue) = 143+9+172=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F09AC is #70F653. Grayscale: #434343. Windows color (decimal): -7403092 or 11274639. OLE color: 11274639.
HSL color Cylindrical-coordinate representation of color #8F09AC: hue angle of 289.33º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F09AC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 9 | 172 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.33 |
| HSL | 289.33º | 0.9% | 0.35% | - |
| HSV(B) | 289.33º | 0.95% | 0.67% | - |
| XYZ | 18.87 | 9.01 | 39.77 | - |
| YUV | 67.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 172 | 0.17 | 0.95 | 0 | 0.33 | 289.33 | 0.9 | 0.35 |
| Hex | 8F | 9 | AC | 11 | 5F | 0 | 21 | 121 | 5A | 23 |
| Octal | 217 | 11 | 254 | 21 | 137 | 0 | 41 | 441 | 132 | 43 |
| Binary | 10001111 | 1001 | 10101100 | 10001 | 1011111 | 0 | 100001 | 100100001 | 1011010 | 100011 |
Color Harmonies of #8F09AC
Complementary color
Monochromatic Colors of #8F09AC
Black with #8F09AC
Text Example
Text Example
White with #8F09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F09AC; }
p { color: rgb(143,9,172); }
H1.HeaderClassName
{
color: #8F09AC;
}
.AnyTagClassName
{
color: #8F09AC;
}
</style>
background-color css
<style>
a { background-color: #8F09AC; }
a { background-color: rgb(143,9,172); }
div.DivClassName
{
background-color: #8F09AC;
}
.BgClassName
{
background-color: #8F09AC;
}
</style>
border-color css
<style>
span { border-color: #8F09AC; }
span { border-color: rgb(143,9,172); }
td.TdClassName
{
border-color: #8F09AC;
}
.TagClassName
{
border-color: #8F09AC;
}
</style>