Shades of Dark Magenta #8F188E
Tints of Dark Magenta #8F188E
RGB
CMYK
RGB Variations
Color information
#8F188E (or 0x8F188E) is known color: Dark Magenta. HEX triplet: 8F, 18 and 8E. RGB value is (143,24,142). Sum of RGB (Red+Green+Blue) = 143+24+142=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F188E is #70E771. Grayscale: #484848. Windows color (decimal): -7399282 or 9312399. OLE color: 9312399.
HSL color Cylindrical-coordinate representation of color #8F188E: hue angle of 300.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F188E is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 142 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.44 |
| HSL | 300.5º | 0.71% | 0.33% | - |
| HSV(B) | 300.5º | 0.83% | 0.56% | - |
| XYZ | 16.54 | 8.45 | 26.35 | - |
| YUV | 73.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 142 | 0 | 0.83 | 0.01 | 0.44 | 300.5 | 0.71 | 0.33 |
| Hex | 8F | 18 | 8E | 0 | 53 | 1 | 2C | 12D | 47 | 21 |
| Octal | 217 | 30 | 216 | 0 | 123 | 1 | 54 | 455 | 107 | 41 |
| Binary | 10001111 | 11000 | 10001110 | 0 | 1010011 | 1 | 101100 | 100101101 | 1000111 | 100001 |
Color Harmonies of #8F188E
Complementary color
Monochromatic Colors of #8F188E
Black with #8F188E
Text Example
Text Example
White with #8F188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F188E; }
p { color: rgb(143,24,142); }
H1.HeaderClassName
{
color: #8F188E;
}
.AnyTagClassName
{
color: #8F188E;
}
</style>
background-color css
<style>
a { background-color: #8F188E; }
a { background-color: rgb(143,24,142); }
div.DivClassName
{
background-color: #8F188E;
}
.BgClassName
{
background-color: #8F188E;
}
</style>
border-color css
<style>
span { border-color: #8F188E; }
span { border-color: rgb(143,24,142); }
td.TdClassName
{
border-color: #8F188E;
}
.TagClassName
{
border-color: #8F188E;
}
</style>