Shades of Dark Magenta #8F148F
Tints of Dark Magenta #8F148F
RGB
CMYK
RGB Variations
Color information
#8F148F (or 0x8F148F) is known color: Dark Magenta. HEX triplet: 8F, 14 and 8F. RGB value is (143,20,143). Sum of RGB (Red+Green+Blue) = 143+20+143=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: red, blue. Hex color #8F148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F148F is #70EB70. Grayscale: #464646. Windows color (decimal): -7400305 or 9376911. OLE color: 9376911.
HSL color Cylindrical-coordinate representation of color #8F148F: hue angle of 300º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F148F is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 20 | 143 | - |
| CMYK | 0 | 0.86 | 0 | 0.44 |
| HSL | 300º | 0.75% | 0.32% | - |
| HSV(B) | 300º | 0.86% | 0.56% | - |
| XYZ | 16.54 | 8.32 | 26.72 | - |
| YUV | 70.8 | 168.75 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 143 | 0 | 0.86 | 0 | 0.44 | 300 | 0.75 | 0.32 |
| Hex | 8F | 14 | 8F | 0 | 56 | 0 | 2C | 12C | 4B | 20 |
| Octal | 217 | 24 | 217 | 0 | 126 | 0 | 54 | 454 | 113 | 40 |
| Binary | 10001111 | 10100 | 10001111 | 0 | 1010110 | 0 | 101100 | 100101100 | 1001011 | 100000 |
Color Harmonies of #8F148F
Complementary color
Monochromatic Colors of #8F148F
Black with #8F148F
Text Example
Text Example
White with #8F148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F148F; }
p { color: rgb(143,20,143); }
H1.HeaderClassName
{
color: #8F148F;
}
.AnyTagClassName
{
color: #8F148F;
}
</style>
background-color css
<style>
a { background-color: #8F148F; }
a { background-color: rgb(143,20,143); }
div.DivClassName
{
background-color: #8F148F;
}
.BgClassName
{
background-color: #8F148F;
}
</style>
border-color css
<style>
span { border-color: #8F148F; }
span { border-color: rgb(143,20,143); }
td.TdClassName
{
border-color: #8F148F;
}
.TagClassName
{
border-color: #8F148F;
}
</style>