Shades of Dark Purple #8F176B
Tints of Dark Purple #8F176B
RGB
CMYK
RGB Variations
Color information
#8F176B (or 0x8F176B) is known color: Dark Purple. HEX triplet: 8F, 17 and 6B. RGB value is (143,23,107). Sum of RGB (Red+Green+Blue) = 143+23+107=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F176B is #70E894. Grayscale: #444444. Windows color (decimal): -7399573 or 7018383. OLE color: 7018383.
HSL color Cylindrical-coordinate representation of color #8F176B: hue angle of 318º 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 #8F176B is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 107 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.44 |
| HSL | 318º | 0.72% | 0.33% | - |
| HSV(B) | 318º | 0.84% | 0.56% | - |
| XYZ | 14.29 | 7.51 | 14.61 | - |
| YUV | 68.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 107 | 0 | 0.84 | 0.25 | 0.44 | 318 | 0.72 | 0.33 |
| Hex | 8F | 17 | 6B | 0 | 54 | 19 | 2C | 13E | 48 | 21 |
| Octal | 217 | 27 | 153 | 0 | 124 | 31 | 54 | 476 | 110 | 41 |
| Binary | 10001111 | 10111 | 1101011 | 0 | 1010100 | 11001 | 101100 | 100111110 | 1001000 | 100001 |
Color Harmonies of #8F176B
Complementary color
Monochromatic Colors of #8F176B
Black with #8F176B
Text Example
Text Example
White with #8F176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F176B; }
p { color: rgb(143,23,107); }
H1.HeaderClassName
{
color: #8F176B;
}
.AnyTagClassName
{
color: #8F176B;
}
</style>
background-color css
<style>
a { background-color: #8F176B; }
a { background-color: rgb(143,23,107); }
div.DivClassName
{
background-color: #8F176B;
}
.BgClassName
{
background-color: #8F176B;
}
</style>
border-color css
<style>
span { border-color: #8F176B; }
span { border-color: rgb(143,23,107); }
td.TdClassName
{
border-color: #8F176B;
}
.TagClassName
{
border-color: #8F176B;
}
</style>