Shades of Dark Purple #8F1F70
Tints of Dark Purple #8F1F70
RGB
CMYK
RGB Variations
Color information
#8F1F70 (or 0x8F1F70) is known color: Dark Purple. HEX triplet: 8F, 1F and 70. RGB value is (143,31,112). Sum of RGB (Red+Green+Blue) = 143+31+112=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1F70 is #70E08F. Grayscale: #494949. Windows color (decimal): -7397520 or 7348111. OLE color: 7348111.
HSL color Cylindrical-coordinate representation of color #8F1F70: hue angle of 316.61º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F1F70 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 31 | 112 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.44 |
| HSL | 316.61º | 0.64% | 0.34% | - |
| HSV(B) | 316.61º | 0.78% | 0.56% | - |
| XYZ | 14.74 | 7.99 | 16.09 | - |
| YUV | 73.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 112 | 0 | 0.78 | 0.22 | 0.44 | 316.61 | 0.64 | 0.34 |
| Hex | 8F | 1F | 70 | 0 | 4E | 16 | 2C | 13D | 40 | 22 |
| Octal | 217 | 37 | 160 | 0 | 116 | 26 | 54 | 475 | 100 | 42 |
| Binary | 10001111 | 11111 | 1110000 | 0 | 1001110 | 10110 | 101100 | 100111101 | 1000000 | 100010 |
Color Harmonies of #8F1F70
Complementary color
Monochromatic Colors of #8F1F70
Black with #8F1F70
Text Example
Text Example
White with #8F1F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1F70; }
p { color: rgb(143,31,112); }
H1.HeaderClassName
{
color: #8F1F70;
}
.AnyTagClassName
{
color: #8F1F70;
}
</style>
background-color css
<style>
a { background-color: #8F1F70; }
a { background-color: rgb(143,31,112); }
div.DivClassName
{
background-color: #8F1F70;
}
.BgClassName
{
background-color: #8F1F70;
}
</style>
border-color css
<style>
span { border-color: #8F1F70; }
span { border-color: rgb(143,31,112); }
td.TdClassName
{
border-color: #8F1F70;
}
.TagClassName
{
border-color: #8F1F70;
}
</style>