Shades of Dark Purple #8F167A
Tints of Dark Purple #8F167A
RGB
CMYK
RGB Variations
Color information
#8F167A (or 0x8F167A) is known color: Dark Purple. HEX triplet: 8F, 16 and 7A. RGB value is (143,22,122). Sum of RGB (Red+Green+Blue) = 143+22+122=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F167A is #70E985. Grayscale: #454545. Windows color (decimal): -7399814 or 8001167. OLE color: 8001167.
HSL color Cylindrical-coordinate representation of color #8F167A: hue angle of 310.41º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F167A is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 122 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.44 |
| HSL | 310.41º | 0.73% | 0.32% | - |
| HSV(B) | 310.41º | 0.85% | 0.56% | - |
| XYZ | 15.13 | 7.82 | 19.12 | - |
| YUV | 69.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 122 | 0 | 0.85 | 0.15 | 0.44 | 310.41 | 0.73 | 0.32 |
| Hex | 8F | 16 | 7A | 0 | 55 | F | 2C | 136 | 49 | 20 |
| Octal | 217 | 26 | 172 | 0 | 125 | 17 | 54 | 466 | 111 | 40 |
| Binary | 10001111 | 10110 | 1111010 | 0 | 1010101 | 1111 | 101100 | 100110110 | 1001001 | 100000 |
Color Harmonies of #8F167A
Complementary color
Monochromatic Colors of #8F167A
Black with #8F167A
Text Example
Text Example
White with #8F167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F167A; }
p { color: rgb(143,22,122); }
H1.HeaderClassName
{
color: #8F167A;
}
.AnyTagClassName
{
color: #8F167A;
}
</style>
background-color css
<style>
a { background-color: #8F167A; }
a { background-color: rgb(143,22,122); }
div.DivClassName
{
background-color: #8F167A;
}
.BgClassName
{
background-color: #8F167A;
}
</style>
border-color css
<style>
span { border-color: #8F167A; }
span { border-color: rgb(143,22,122); }
td.TdClassName
{
border-color: #8F167A;
}
.TagClassName
{
border-color: #8F167A;
}
</style>