Shades of Dark Purple #8F246E
Tints of Dark Purple #8F246E
RGB
CMYK
RGB Variations
Color information
#8F246E (or 0x8F246E) is known color: Dark Purple. HEX triplet: 8F, 24 and 6E. RGB value is (143,36,110). Sum of RGB (Red+Green+Blue) = 143+36+110=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F246E is #70DB91. Grayscale: #4C4C4C. Windows color (decimal): -7396242 or 7218319. OLE color: 7218319.
HSL color Cylindrical-coordinate representation of color #8F246E: hue angle of 318.5º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F246E is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 110 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.44 |
| HSL | 318.5º | 0.6% | 0.35% | - |
| HSV(B) | 318.5º | 0.75% | 0.56% | - |
| XYZ | 14.77 | 8.23 | 15.56 | - |
| YUV | 76.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 110 | 0 | 0.75 | 0.23 | 0.44 | 318.5 | 0.6 | 0.35 |
| Hex | 8F | 24 | 6E | 0 | 4B | 17 | 2C | 13F | 3C | 23 |
| Octal | 217 | 44 | 156 | 0 | 113 | 27 | 54 | 477 | 74 | 43 |
| Binary | 10001111 | 100100 | 1101110 | 0 | 1001011 | 10111 | 101100 | 100111111 | 111100 | 100011 |
Color Harmonies of #8F246E
Complementary color
Monochromatic Colors of #8F246E
Black with #8F246E
Text Example
Text Example
White with #8F246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F246E; }
p { color: rgb(143,36,110); }
H1.HeaderClassName
{
color: #8F246E;
}
.AnyTagClassName
{
color: #8F246E;
}
</style>
background-color css
<style>
a { background-color: #8F246E; }
a { background-color: rgb(143,36,110); }
div.DivClassName
{
background-color: #8F246E;
}
.BgClassName
{
background-color: #8F246E;
}
</style>
border-color css
<style>
span { border-color: #8F246E; }
span { border-color: rgb(143,36,110); }
td.TdClassName
{
border-color: #8F246E;
}
.TagClassName
{
border-color: #8F246E;
}
</style>