Shades of Dark Purple #8F177E
Tints of Dark Purple #8F177E
RGB
CMYK
RGB Variations
Color information
#8F177E (or 0x8F177E) is known color: Dark Purple. HEX triplet: 8F, 17 and 7E. RGB value is (143,23,126). Sum of RGB (Red+Green+Blue) = 143+23+126=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F177E is #70E881. Grayscale: #464646. Windows color (decimal): -7399554 or 8263567. OLE color: 8263567.
HSL color Cylindrical-coordinate representation of color #8F177E: hue angle of 308.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 #8F177E is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 126 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.44 |
| HSL | 308.5º | 0.72% | 0.33% | - |
| HSV(B) | 308.5º | 0.84% | 0.56% | - |
| XYZ | 15.4 | 7.96 | 20.46 | - |
| YUV | 70.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 126 | 0 | 0.84 | 0.12 | 0.44 | 308.5 | 0.72 | 0.33 |
| Hex | 8F | 17 | 7E | 0 | 54 | C | 2C | 134 | 48 | 21 |
| Octal | 217 | 27 | 176 | 0 | 124 | 14 | 54 | 464 | 110 | 41 |
| Binary | 10001111 | 10111 | 1111110 | 0 | 1010100 | 1100 | 101100 | 100110100 | 1001000 | 100001 |
Color Harmonies of #8F177E
Complementary color
Monochromatic Colors of #8F177E
Black with #8F177E
Text Example
Text Example
White with #8F177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F177E; }
p { color: rgb(143,23,126); }
H1.HeaderClassName
{
color: #8F177E;
}
.AnyTagClassName
{
color: #8F177E;
}
</style>
background-color css
<style>
a { background-color: #8F177E; }
a { background-color: rgb(143,23,126); }
div.DivClassName
{
background-color: #8F177E;
}
.BgClassName
{
background-color: #8F177E;
}
</style>
border-color css
<style>
span { border-color: #8F177E; }
span { border-color: rgb(143,23,126); }
td.TdClassName
{
border-color: #8F177E;
}
.TagClassName
{
border-color: #8F177E;
}
</style>