Shades of Dark Purple #8F1781
Tints of Dark Purple #8F1781
RGB
CMYK
RGB Variations
Color information
#8F1781 (or 0x8F1781) is known color: Dark Purple. HEX triplet: 8F, 17 and 81. RGB value is (143,23,129). Sum of RGB (Red+Green+Blue) = 143+23+129=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1781 is #70E87E. Grayscale: #464646. Windows color (decimal): -7399551 or 8460175. OLE color: 8460175.
HSL color Cylindrical-coordinate representation of color #8F1781: hue angle of 307º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1781 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 129 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.44 |
| HSL | 307º | 0.72% | 0.33% | - |
| HSV(B) | 307º | 0.84% | 0.56% | - |
| XYZ | 15.6 | 8.04 | 21.5 | - |
| YUV | 70.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 129 | 0 | 0.84 | 0.10 | 0.44 | 307 | 0.72 | 0.33 |
| Hex | 8F | 17 | 81 | 0 | 54 | A | 2C | 133 | 48 | 21 |
| Octal | 217 | 27 | 201 | 0 | 124 | 12 | 54 | 463 | 110 | 41 |
| Binary | 10001111 | 10111 | 10000001 | 0 | 1010100 | 1010 | 101100 | 100110011 | 1001000 | 100001 |
Color Harmonies of #8F1781
Complementary color
Monochromatic Colors of #8F1781
Black with #8F1781
Text Example
Text Example
White with #8F1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1781; }
p { color: rgb(143,23,129); }
H1.HeaderClassName
{
color: #8F1781;
}
.AnyTagClassName
{
color: #8F1781;
}
</style>
background-color css
<style>
a { background-color: #8F1781; }
a { background-color: rgb(143,23,129); }
div.DivClassName
{
background-color: #8F1781;
}
.BgClassName
{
background-color: #8F1781;
}
</style>
border-color css
<style>
span { border-color: #8F1781; }
span { border-color: rgb(143,23,129); }
td.TdClassName
{
border-color: #8F1781;
}
.TagClassName
{
border-color: #8F1781;
}
</style>