Shades of Dark Purple #8F166B
Tints of Dark Purple #8F166B
RGB
CMYK
RGB Variations
Color information
#8F166B (or 0x8F166B) is known color: Dark Purple. HEX triplet: 8F, 16 and 6B. RGB value is (143,22,107). Sum of RGB (Red+Green+Blue) = 143+22+107=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F166B is #70E994. Grayscale: #434343. Windows color (decimal): -7399829 or 7018127. OLE color: 7018127.
HSL color Cylindrical-coordinate representation of color #8F166B: hue angle of 317.85º 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 #8F166B is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 107 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.44 |
| HSL | 317.85º | 0.73% | 0.32% | - |
| HSV(B) | 317.85º | 0.85% | 0.56% | - |
| XYZ | 14.27 | 7.47 | 14.6 | - |
| YUV | 67.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 107 | 0 | 0.85 | 0.25 | 0.44 | 317.85 | 0.73 | 0.32 |
| Hex | 8F | 16 | 6B | 0 | 55 | 19 | 2C | 13E | 49 | 20 |
| Octal | 217 | 26 | 153 | 0 | 125 | 31 | 54 | 476 | 111 | 40 |
| Binary | 10001111 | 10110 | 1101011 | 0 | 1010101 | 11001 | 101100 | 100111110 | 1001001 | 100000 |
Color Harmonies of #8F166B
Complementary color
Monochromatic Colors of #8F166B
Black with #8F166B
Text Example
Text Example
White with #8F166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F166B; }
p { color: rgb(143,22,107); }
H1.HeaderClassName
{
color: #8F166B;
}
.AnyTagClassName
{
color: #8F166B;
}
</style>
background-color css
<style>
a { background-color: #8F166B; }
a { background-color: rgb(143,22,107); }
div.DivClassName
{
background-color: #8F166B;
}
.BgClassName
{
background-color: #8F166B;
}
</style>
border-color css
<style>
span { border-color: #8F166B; }
span { border-color: rgb(143,22,107); }
td.TdClassName
{
border-color: #8F166B;
}
.TagClassName
{
border-color: #8F166B;
}
</style>