Shades of Dark Magenta #8F0BAB
Tints of Dark Magenta #8F0BAB
RGB
CMYK
RGB Variations
Color information
#8F0BAB (or 0x8F0BAB) is known color: Dark Magenta. HEX triplet: 8F, 0B and AB. RGB value is (143,11,171). Sum of RGB (Red+Green+Blue) = 143+11+171=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F0BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0BAB is #70F454. Grayscale: #444444. Windows color (decimal): -7402581 or 11209615. OLE color: 11209615.
HSL color Cylindrical-coordinate representation of color #8F0BAB: hue angle of 289.5º 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 #8F0BAB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 11 | 171 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.33 |
| HSL | 289.5º | 0.88% | 0.36% | - |
| HSV(B) | 289.5º | 0.94% | 0.67% | - |
| XYZ | 18.8 | 9.02 | 39.28 | - |
| YUV | 68.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 171 | 0.16 | 0.94 | 0 | 0.33 | 289.5 | 0.88 | 0.36 |
| Hex | 8F | B | AB | 10 | 5E | 0 | 21 | 122 | 58 | 24 |
| Octal | 217 | 13 | 253 | 20 | 136 | 0 | 41 | 442 | 130 | 44 |
| Binary | 10001111 | 1011 | 10101011 | 10000 | 1011110 | 0 | 100001 | 100100010 | 1011000 | 100100 |
Color Harmonies of #8F0BAB
Complementary color
Monochromatic Colors of #8F0BAB
Black with #8F0BAB
Text Example
Text Example
White with #8F0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BAB; }
p { color: rgb(143,11,171); }
H1.HeaderClassName
{
color: #8F0BAB;
}
.AnyTagClassName
{
color: #8F0BAB;
}
</style>
background-color css
<style>
a { background-color: #8F0BAB; }
a { background-color: rgb(143,11,171); }
div.DivClassName
{
background-color: #8F0BAB;
}
.BgClassName
{
background-color: #8F0BAB;
}
</style>
border-color css
<style>
span { border-color: #8F0BAB; }
span { border-color: rgb(143,11,171); }
td.TdClassName
{
border-color: #8F0BAB;
}
.TagClassName
{
border-color: #8F0BAB;
}
</style>