Shades of Dark Purple #8F2E87
Tints of Dark Purple #8F2E87
RGB
CMYK
RGB Variations
Color information
#8F2E87 (or 0x8F2E87) is known color: Dark Purple. HEX triplet: 8F, 2E and 87. RGB value is (143,46,135). Sum of RGB (Red+Green+Blue) = 143+46+135=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2E87 is #70D178. Grayscale: #545454. Windows color (decimal): -7393657 or 8859279. OLE color: 8859279.
HSL color Cylindrical-coordinate representation of color #8F2E87: hue angle of 304.95º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F2E87 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 46 | 135 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.44 |
| HSL | 304.95º | 0.51% | 0.37% | - |
| HSV(B) | 304.95º | 0.68% | 0.56% | - |
| XYZ | 16.68 | 9.54 | 23.88 | - |
| YUV | 85.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 135 | 0 | 0.68 | 0.06 | 0.44 | 304.95 | 0.51 | 0.37 |
| Hex | 8F | 2E | 87 | 0 | 44 | 6 | 2C | 131 | 33 | 25 |
| Octal | 217 | 56 | 207 | 0 | 104 | 6 | 54 | 461 | 63 | 45 |
| Binary | 10001111 | 101110 | 10000111 | 0 | 1000100 | 110 | 101100 | 100110001 | 110011 | 100101 |
Color Harmonies of #8F2E87
Complementary color
Monochromatic Colors of #8F2E87
Black with #8F2E87
Text Example
Text Example
White with #8F2E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2E87; }
p { color: rgb(143,46,135); }
H1.HeaderClassName
{
color: #8F2E87;
}
.AnyTagClassName
{
color: #8F2E87;
}
</style>
background-color css
<style>
a { background-color: #8F2E87; }
a { background-color: rgb(143,46,135); }
div.DivClassName
{
background-color: #8F2E87;
}
.BgClassName
{
background-color: #8F2E87;
}
</style>
border-color css
<style>
span { border-color: #8F2E87; }
span { border-color: rgb(143,46,135); }
td.TdClassName
{
border-color: #8F2E87;
}
.TagClassName
{
border-color: #8F2E87;
}
</style>