Shades of Dark Purple #8F1787
Tints of Dark Purple #8F1787
RGB
CMYK
RGB Variations
Color information
#8F1787 (or 0x8F1787) is known color: Dark Purple. HEX triplet: 8F, 17 and 87. RGB value is (143,23,135). Sum of RGB (Red+Green+Blue) = 143+23+135=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1787 is #70E878. Grayscale: #474747. Windows color (decimal): -7399545 or 8853391. OLE color: 8853391.
HSL color Cylindrical-coordinate representation of color #8F1787: hue angle of 304º 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 #8F1787 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 135 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.44 |
| HSL | 304º | 0.72% | 0.33% | - |
| HSV(B) | 304º | 0.84% | 0.56% | - |
| XYZ | 16.01 | 8.2 | 23.66 | - |
| YUV | 71.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 135 | 0 | 0.84 | 0.06 | 0.44 | 304 | 0.72 | 0.33 |
| Hex | 8F | 17 | 87 | 0 | 54 | 6 | 2C | 130 | 48 | 21 |
| Octal | 217 | 27 | 207 | 0 | 124 | 6 | 54 | 460 | 110 | 41 |
| Binary | 10001111 | 10111 | 10000111 | 0 | 1010100 | 110 | 101100 | 100110000 | 1001000 | 100001 |
Color Harmonies of #8F1787
Complementary color
Monochromatic Colors of #8F1787
Black with #8F1787
Text Example
Text Example
White with #8F1787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1787; }
p { color: rgb(143,23,135); }
H1.HeaderClassName
{
color: #8F1787;
}
.AnyTagClassName
{
color: #8F1787;
}
</style>
background-color css
<style>
a { background-color: #8F1787; }
a { background-color: rgb(143,23,135); }
div.DivClassName
{
background-color: #8F1787;
}
.BgClassName
{
background-color: #8F1787;
}
</style>
border-color css
<style>
span { border-color: #8F1787; }
span { border-color: rgb(143,23,135); }
td.TdClassName
{
border-color: #8F1787;
}
.TagClassName
{
border-color: #8F1787;
}
</style>