Shades of Dark Purple #8F177C
Tints of Dark Purple #8F177C
RGB
CMYK
RGB Variations
Color information
#8F177C (or 0x8F177C) is known color: Dark Purple. HEX triplet: 8F, 17 and 7C. RGB value is (143,23,124). Sum of RGB (Red+Green+Blue) = 143+23+124=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F177C is #70E883. Grayscale: #464646. Windows color (decimal): -7399556 or 8132495. OLE color: 8132495.
HSL color Cylindrical-coordinate representation of color #8F177C: hue angle of 309.5º 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 #8F177C is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 124 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.44 |
| HSL | 309.5º | 0.72% | 0.33% | - |
| HSV(B) | 309.5º | 0.84% | 0.56% | - |
| XYZ | 15.27 | 7.91 | 19.79 | - |
| YUV | 70.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 124 | 0 | 0.84 | 0.13 | 0.44 | 309.5 | 0.72 | 0.33 |
| Hex | 8F | 17 | 7C | 0 | 54 | D | 2C | 136 | 48 | 21 |
| Octal | 217 | 27 | 174 | 0 | 124 | 15 | 54 | 466 | 110 | 41 |
| Binary | 10001111 | 10111 | 1111100 | 0 | 1010100 | 1101 | 101100 | 100110110 | 1001000 | 100001 |
Color Harmonies of #8F177C
Complementary color
Monochromatic Colors of #8F177C
Black with #8F177C
Text Example
Text Example
White with #8F177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F177C; }
p { color: rgb(143,23,124); }
H1.HeaderClassName
{
color: #8F177C;
}
.AnyTagClassName
{
color: #8F177C;
}
</style>
background-color css
<style>
a { background-color: #8F177C; }
a { background-color: rgb(143,23,124); }
div.DivClassName
{
background-color: #8F177C;
}
.BgClassName
{
background-color: #8F177C;
}
</style>
border-color css
<style>
span { border-color: #8F177C; }
span { border-color: rgb(143,23,124); }
td.TdClassName
{
border-color: #8F177C;
}
.TagClassName
{
border-color: #8F177C;
}
</style>