Shades of Dark Purple #8F1D81
Tints of Dark Purple #8F1D81
RGB
CMYK
RGB Variations
Color information
#8F1D81 (or 0x8F1D81) is known color: Dark Purple. HEX triplet: 8F, 1D and 81. RGB value is (143,29,129). Sum of RGB (Red+Green+Blue) = 143+29+129=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1D81 is #70E27E. Grayscale: #4A4A4A. Windows color (decimal): -7398015 or 8461711. OLE color: 8461711.
HSL color Cylindrical-coordinate representation of color #8F1D81: hue angle of 307.37º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1D81 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 29 | 129 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.44 |
| HSL | 307.37º | 0.66% | 0.34% | - |
| HSV(B) | 307.37º | 0.8% | 0.56% | - |
| XYZ | 15.73 | 8.3 | 21.54 | - |
| YUV | 74.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 129 | 0 | 0.80 | 0.10 | 0.44 | 307.37 | 0.66 | 0.34 |
| Hex | 8F | 1D | 81 | 0 | 50 | A | 2C | 133 | 42 | 22 |
| Octal | 217 | 35 | 201 | 0 | 120 | 12 | 54 | 463 | 102 | 42 |
| Binary | 10001111 | 11101 | 10000001 | 0 | 1010000 | 1010 | 101100 | 100110011 | 1000010 | 100010 |
Color Harmonies of #8F1D81
Complementary color
Monochromatic Colors of #8F1D81
Black with #8F1D81
Text Example
Text Example
White with #8F1D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1D81; }
p { color: rgb(143,29,129); }
H1.HeaderClassName
{
color: #8F1D81;
}
.AnyTagClassName
{
color: #8F1D81;
}
</style>
background-color css
<style>
a { background-color: #8F1D81; }
a { background-color: rgb(143,29,129); }
div.DivClassName
{
background-color: #8F1D81;
}
.BgClassName
{
background-color: #8F1D81;
}
</style>
border-color css
<style>
span { border-color: #8F1D81; }
span { border-color: rgb(143,29,129); }
td.TdClassName
{
border-color: #8F1D81;
}
.TagClassName
{
border-color: #8F1D81;
}
</style>