Shades of Dark Purple #8F1F80
Tints of Dark Purple #8F1F80
RGB
CMYK
RGB Variations
Color information
#8F1F80 (or 0x8F1F80) is known color: Dark Purple. HEX triplet: 8F, 1F and 80. RGB value is (143,31,128). Sum of RGB (Red+Green+Blue) = 143+31+128=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1F80 is #70E07F. Grayscale: #4B4B4B. Windows color (decimal): -7397504 or 8396687. OLE color: 8396687.
HSL color Cylindrical-coordinate representation of color #8F1F80: hue angle of 308.04º 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 #8F1F80 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 31 | 128 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.44 |
| HSL | 308.04º | 0.64% | 0.34% | - |
| HSV(B) | 308.04º | 0.78% | 0.56% | - |
| XYZ | 15.71 | 8.38 | 21.21 | - |
| YUV | 75.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 128 | 0 | 0.78 | 0.10 | 0.44 | 308.04 | 0.64 | 0.34 |
| Hex | 8F | 1F | 80 | 0 | 4E | A | 2C | 134 | 40 | 22 |
| Octal | 217 | 37 | 200 | 0 | 116 | 12 | 54 | 464 | 100 | 42 |
| Binary | 10001111 | 11111 | 10000000 | 0 | 1001110 | 1010 | 101100 | 100110100 | 1000000 | 100010 |
Color Harmonies of #8F1F80
Complementary color
Monochromatic Colors of #8F1F80
Black with #8F1F80
Text Example
Text Example
White with #8F1F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1F80; }
p { color: rgb(143,31,128); }
H1.HeaderClassName
{
color: #8F1F80;
}
.AnyTagClassName
{
color: #8F1F80;
}
</style>
background-color css
<style>
a { background-color: #8F1F80; }
a { background-color: rgb(143,31,128); }
div.DivClassName
{
background-color: #8F1F80;
}
.BgClassName
{
background-color: #8F1F80;
}
</style>
border-color css
<style>
span { border-color: #8F1F80; }
span { border-color: rgb(143,31,128); }
td.TdClassName
{
border-color: #8F1F80;
}
.TagClassName
{
border-color: #8F1F80;
}
</style>