Shades of Dark Magenta #8F0BAC
Tints of Dark Magenta #8F0BAC
RGB
CMYK
RGB Variations
Color information
#8F0BAC (or 0x8F0BAC) is known color: Dark Magenta. HEX triplet: 8F, 0B and AC. RGB value is (143,11,172). Sum of RGB (Red+Green+Blue) = 143+11+172=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F0BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0BAC is #70F453. Grayscale: #444444. Windows color (decimal): -7402580 or 11275151. OLE color: 11275151.
HSL color Cylindrical-coordinate representation of color #8F0BAC: hue angle of 289.19º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0BAC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 11 | 172 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.33 |
| HSL | 289.19º | 0.88% | 0.36% | - |
| HSV(B) | 289.19º | 0.94% | 0.67% | - |
| XYZ | 18.89 | 9.06 | 39.78 | - |
| YUV | 68.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 172 | 0.17 | 0.94 | 0 | 0.33 | 289.19 | 0.88 | 0.36 |
| Hex | 8F | B | AC | 11 | 5E | 0 | 21 | 121 | 58 | 24 |
| Octal | 217 | 13 | 254 | 21 | 136 | 0 | 41 | 441 | 130 | 44 |
| Binary | 10001111 | 1011 | 10101100 | 10001 | 1011110 | 0 | 100001 | 100100001 | 1011000 | 100100 |
Color Harmonies of #8F0BAC
Complementary color
Monochromatic Colors of #8F0BAC
Black with #8F0BAC
Text Example
Text Example
White with #8F0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BAC; }
p { color: rgb(143,11,172); }
H1.HeaderClassName
{
color: #8F0BAC;
}
.AnyTagClassName
{
color: #8F0BAC;
}
</style>
background-color css
<style>
a { background-color: #8F0BAC; }
a { background-color: rgb(143,11,172); }
div.DivClassName
{
background-color: #8F0BAC;
}
.BgClassName
{
background-color: #8F0BAC;
}
</style>
border-color css
<style>
span { border-color: #8F0BAC; }
span { border-color: rgb(143,11,172); }
td.TdClassName
{
border-color: #8F0BAC;
}
.TagClassName
{
border-color: #8F0BAC;
}
</style>