Shades of Dark Magenta #8F18AB
Tints of Dark Magenta #8F18AB
RGB
CMYK
RGB Variations
Color information
#8F18AB (or 0x8F18AB) is known color: Dark Magenta. HEX triplet: 8F, 18 and AB. RGB value is (143,24,171). Sum of RGB (Red+Green+Blue) = 143+24+171=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F18AB is #70E754. Grayscale: #4B4B4B. Windows color (decimal): -7399253 or 11212943. OLE color: 11212943.
HSL color Cylindrical-coordinate representation of color #8F18AB: hue angle of 288.57º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F18AB is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 24 | 171 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.33 |
| HSL | 288.57º | 0.75% | 0.38% | - |
| HSV(B) | 288.57º | 0.86% | 0.67% | - |
| XYZ | 19.01 | 9.43 | 39.35 | - |
| YUV | 76.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 171 | 0.16 | 0.86 | 0 | 0.33 | 288.57 | 0.75 | 0.38 |
| Hex | 8F | 18 | AB | 10 | 56 | 0 | 21 | 121 | 4B | 26 |
| Octal | 217 | 30 | 253 | 20 | 126 | 0 | 41 | 441 | 113 | 46 |
| Binary | 10001111 | 11000 | 10101011 | 10000 | 1010110 | 0 | 100001 | 100100001 | 1001011 | 100110 |
Color Harmonies of #8F18AB
Complementary color
Monochromatic Colors of #8F18AB
Black with #8F18AB
Text Example
Text Example
White with #8F18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F18AB; }
p { color: rgb(143,24,171); }
H1.HeaderClassName
{
color: #8F18AB;
}
.AnyTagClassName
{
color: #8F18AB;
}
</style>
background-color css
<style>
a { background-color: #8F18AB; }
a { background-color: rgb(143,24,171); }
div.DivClassName
{
background-color: #8F18AB;
}
.BgClassName
{
background-color: #8F18AB;
}
</style>
border-color css
<style>
span { border-color: #8F18AB; }
span { border-color: rgb(143,24,171); }
td.TdClassName
{
border-color: #8F18AB;
}
.TagClassName
{
border-color: #8F18AB;
}
</style>