Shades of Dark Magenta #8F09AB
Tints of Dark Magenta #8F09AB
RGB
CMYK
RGB Variations
Color information
#8F09AB (or 0x8F09AB) is known color: Dark Magenta. HEX triplet: 8F, 09 and AB. RGB value is (143,9,171). Sum of RGB (Red+Green+Blue) = 143+9+171=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F09AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F09AB is #70F654. Grayscale: #434343. Windows color (decimal): -7403093 or 11209103. OLE color: 11209103.
HSL color Cylindrical-coordinate representation of color #8F09AB: hue angle of 289.63º 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 #8F09AB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 9 | 171 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.33 |
| HSL | 289.63º | 0.9% | 0.35% | - |
| HSV(B) | 289.63º | 0.95% | 0.67% | - |
| XYZ | 18.78 | 8.98 | 39.27 | - |
| YUV | 67.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 171 | 0.16 | 0.95 | 0 | 0.33 | 289.63 | 0.9 | 0.35 |
| Hex | 8F | 9 | AB | 10 | 5F | 0 | 21 | 122 | 5A | 23 |
| Octal | 217 | 11 | 253 | 20 | 137 | 0 | 41 | 442 | 132 | 43 |
| Binary | 10001111 | 1001 | 10101011 | 10000 | 1011111 | 0 | 100001 | 100100010 | 1011010 | 100011 |
Color Harmonies of #8F09AB
Complementary color
Monochromatic Colors of #8F09AB
Black with #8F09AB
Text Example
Text Example
White with #8F09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F09AB; }
p { color: rgb(143,9,171); }
H1.HeaderClassName
{
color: #8F09AB;
}
.AnyTagClassName
{
color: #8F09AB;
}
</style>
background-color css
<style>
a { background-color: #8F09AB; }
a { background-color: rgb(143,9,171); }
div.DivClassName
{
background-color: #8F09AB;
}
.BgClassName
{
background-color: #8F09AB;
}
</style>
border-color css
<style>
span { border-color: #8F09AB; }
span { border-color: rgb(143,9,171); }
td.TdClassName
{
border-color: #8F09AB;
}
.TagClassName
{
border-color: #8F09AB;
}
</style>