Shades of Dark Magenta #8F00AB
Tints of Dark Magenta #8F00AB
RGB
CMYK
RGB Variations
Color information
#8F00AB (or 0x8F00AB) is known color: Dark Magenta. HEX triplet: 8F, 00 and AB. RGB value is (143,0,171). Sum of RGB (Red+Green+Blue) = 143+0+171=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F00AB is #70FF54. Grayscale: #3D3D3D. Windows color (decimal): -7405397 or 11206799. OLE color: 11206799.
HSL color Cylindrical-coordinate representation of color #8F00AB: hue angle of 290.18º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00AB is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 0 | 171 | - |
| CMYK | 0.16 | 1 | 0 | 0.33 |
| HSL | 290.18º | 1% | 0.34% | - |
| HSV(B) | 290.18º | 1% | 0.67% | - |
| XYZ | 18.68 | 8.78 | 39.24 | - |
| YUV | 62.25 | 189.38 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 171 | 0.16 | 1 | 0 | 0.33 | 290.18 | 1 | 0.34 |
| Hex | 8F | 0 | AB | 10 | 64 | 0 | 21 | 122 | 64 | 22 |
| Octal | 217 | 0 | 253 | 20 | 144 | 0 | 41 | 442 | 144 | 42 |
| Binary | 10001111 | 0 | 10101011 | 10000 | 1100100 | 0 | 100001 | 100100010 | 1100100 | 100010 |
Color Harmonies of #8F00AB
Complementary color
Monochromatic Colors of #8F00AB
Black with #8F00AB
Text Example
Text Example
White with #8F00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F00AB; }
p { color: rgb(143,0,171); }
H1.HeaderClassName
{
color: #8F00AB;
}
.AnyTagClassName
{
color: #8F00AB;
}
</style>
background-color css
<style>
a { background-color: #8F00AB; }
a { background-color: rgb(143,0,171); }
div.DivClassName
{
background-color: #8F00AB;
}
.BgClassName
{
background-color: #8F00AB;
}
</style>
border-color css
<style>
span { border-color: #8F00AB; }
span { border-color: rgb(143,0,171); }
td.TdClassName
{
border-color: #8F00AB;
}
.TagClassName
{
border-color: #8F00AB;
}
</style>