Shades of Dark Magenta #8F08AB
Tints of Dark Magenta #8F08AB
RGB
CMYK
RGB Variations
Color information
#8F08AB (or 0x8F08AB) is known color: Dark Magenta. HEX triplet: 8F, 08 and AB. RGB value is (143,8,171). Sum of RGB (Red+Green+Blue) = 143+8+171=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F08AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F08AB is #70F754. Grayscale: #424242. Windows color (decimal): -7403349 or 11208847. OLE color: 11208847.
HSL color Cylindrical-coordinate representation of color #8F08AB: hue angle of 289.69º degrees, saturation: 0.91, 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 #8F08AB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 8 | 171 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.33 |
| HSL | 289.69º | 0.91% | 0.35% | - |
| HSV(B) | 289.69º | 0.95% | 0.67% | - |
| XYZ | 18.77 | 8.95 | 39.27 | - |
| YUV | 66.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 171 | 0.16 | 0.95 | 0 | 0.33 | 289.69 | 0.91 | 0.35 |
| Hex | 8F | 8 | AB | 10 | 5F | 0 | 21 | 122 | 5B | 23 |
| Octal | 217 | 10 | 253 | 20 | 137 | 0 | 41 | 442 | 133 | 43 |
| Binary | 10001111 | 1000 | 10101011 | 10000 | 1011111 | 0 | 100001 | 100100010 | 1011011 | 100011 |
Color Harmonies of #8F08AB
Complementary color
Monochromatic Colors of #8F08AB
Black with #8F08AB
Text Example
Text Example
White with #8F08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F08AB; }
p { color: rgb(143,8,171); }
H1.HeaderClassName
{
color: #8F08AB;
}
.AnyTagClassName
{
color: #8F08AB;
}
</style>
background-color css
<style>
a { background-color: #8F08AB; }
a { background-color: rgb(143,8,171); }
div.DivClassName
{
background-color: #8F08AB;
}
.BgClassName
{
background-color: #8F08AB;
}
</style>
border-color css
<style>
span { border-color: #8F08AB; }
span { border-color: rgb(143,8,171); }
td.TdClassName
{
border-color: #8F08AB;
}
.TagClassName
{
border-color: #8F08AB;
}
</style>