Shades of Dark Magenta #8F1397
Tints of Dark Magenta #8F1397
RGB
CMYK
RGB Variations
Color information
#8F1397 (or 0x8F1397) is known color: Dark Magenta. HEX triplet: 8F, 13 and 97. RGB value is (143,19,151). Sum of RGB (Red+Green+Blue) = 143+19+151=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F1397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1397 is #70EC68. Grayscale: #464646. Windows color (decimal): -7400553 or 9900943. OLE color: 9900943.
HSL color Cylindrical-coordinate representation of color #8F1397: hue angle of 296.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1397 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 19 | 151 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.41 |
| HSL | 296.36º | 0.78% | 0.33% | - |
| HSV(B) | 296.36º | 0.87% | 0.59% | - |
| XYZ | 17.15 | 8.54 | 30.02 | - |
| YUV | 71.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 151 | 0.05 | 0.87 | 0 | 0.41 | 296.36 | 0.78 | 0.33 |
| Hex | 8F | 13 | 97 | 5 | 57 | 0 | 29 | 128 | 4E | 21 |
| Octal | 217 | 23 | 227 | 5 | 127 | 0 | 51 | 450 | 116 | 41 |
| Binary | 10001111 | 10011 | 10010111 | 101 | 1010111 | 0 | 101001 | 100101000 | 1001110 | 100001 |
Color Harmonies of #8F1397
Complementary color
Monochromatic Colors of #8F1397
Black with #8F1397
Text Example
Text Example
White with #8F1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1397; }
p { color: rgb(143,19,151); }
H1.HeaderClassName
{
color: #8F1397;
}
.AnyTagClassName
{
color: #8F1397;
}
</style>
background-color css
<style>
a { background-color: #8F1397; }
a { background-color: rgb(143,19,151); }
div.DivClassName
{
background-color: #8F1397;
}
.BgClassName
{
background-color: #8F1397;
}
</style>
border-color css
<style>
span { border-color: #8F1397; }
span { border-color: rgb(143,19,151); }
td.TdClassName
{
border-color: #8F1397;
}
.TagClassName
{
border-color: #8F1397;
}
</style>