Shades of Dark Purple #8F1E8D
Tints of Dark Purple #8F1E8D
RGB
CMYK
RGB Variations
Color information
#8F1E8D (or 0x8F1E8D) is known color: Dark Purple. HEX triplet: 8F, 1E and 8D. RGB value is (143,30,141). Sum of RGB (Red+Green+Blue) = 143+30+141=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1E8D is #70E172. Grayscale: #4C4C4C. Windows color (decimal): -7397747 or 9248399. OLE color: 9248399.
HSL color Cylindrical-coordinate representation of color #8F1E8D: hue angle of 301.06º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F1E8D is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 30 | 141 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.44 |
| HSL | 301.06º | 0.65% | 0.34% | - |
| HSV(B) | 301.06º | 0.79% | 0.56% | - |
| XYZ | 16.6 | 8.69 | 26 | - |
| YUV | 76.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 141 | 0 | 0.79 | 0.01 | 0.44 | 301.06 | 0.65 | 0.34 |
| Hex | 8F | 1E | 8D | 0 | 4F | 1 | 2C | 12D | 41 | 22 |
| Octal | 217 | 36 | 215 | 0 | 117 | 1 | 54 | 455 | 101 | 42 |
| Binary | 10001111 | 11110 | 10001101 | 0 | 1001111 | 1 | 101100 | 100101101 | 1000001 | 100010 |
Color Harmonies of #8F1E8D
Complementary color
Monochromatic Colors of #8F1E8D
Black with #8F1E8D
Text Example
Text Example
White with #8F1E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1E8D; }
p { color: rgb(143,30,141); }
H1.HeaderClassName
{
color: #8F1E8D;
}
.AnyTagClassName
{
color: #8F1E8D;
}
</style>
background-color css
<style>
a { background-color: #8F1E8D; }
a { background-color: rgb(143,30,141); }
div.DivClassName
{
background-color: #8F1E8D;
}
.BgClassName
{
background-color: #8F1E8D;
}
</style>
border-color css
<style>
span { border-color: #8F1E8D; }
span { border-color: rgb(143,30,141); }
td.TdClassName
{
border-color: #8F1E8D;
}
.TagClassName
{
border-color: #8F1E8D;
}
</style>