Shades of Dark Magenta #8F189B
Tints of Dark Magenta #8F189B
RGB
CMYK
RGB Variations
Color information
#8F189B (or 0x8F189B) is known color: Dark Magenta. HEX triplet: 8F, 18 and 9B. RGB value is (143,24,155). Sum of RGB (Red+Green+Blue) = 143+24+155=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F189B is #70E764. Grayscale: #4A4A4A. Windows color (decimal): -7399269 or 10164367. OLE color: 10164367.
HSL color Cylindrical-coordinate representation of color #8F189B: hue angle of 294.5º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F189B is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 24 | 155 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.39 |
| HSL | 294.5º | 0.73% | 0.35% | - |
| HSV(B) | 294.5º | 0.85% | 0.61% | - |
| XYZ | 17.57 | 8.86 | 31.79 | - |
| YUV | 74.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 155 | 0.08 | 0.85 | 0 | 0.39 | 294.5 | 0.73 | 0.35 |
| Hex | 8F | 18 | 9B | 8 | 55 | 0 | 27 | 127 | 49 | 23 |
| Octal | 217 | 30 | 233 | 10 | 125 | 0 | 47 | 447 | 111 | 43 |
| Binary | 10001111 | 11000 | 10011011 | 1000 | 1010101 | 0 | 100111 | 100100111 | 1001001 | 100011 |
Color Harmonies of #8F189B
Complementary color
Monochromatic Colors of #8F189B
Black with #8F189B
Text Example
Text Example
White with #8F189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F189B; }
p { color: rgb(143,24,155); }
H1.HeaderClassName
{
color: #8F189B;
}
.AnyTagClassName
{
color: #8F189B;
}
</style>
background-color css
<style>
a { background-color: #8F189B; }
a { background-color: rgb(143,24,155); }
div.DivClassName
{
background-color: #8F189B;
}
.BgClassName
{
background-color: #8F189B;
}
</style>
border-color css
<style>
span { border-color: #8F189B; }
span { border-color: rgb(143,24,155); }
td.TdClassName
{
border-color: #8F189B;
}
.TagClassName
{
border-color: #8F189B;
}
</style>