Shades of Dark Purple #8F286E
Tints of Dark Purple #8F286E
RGB
CMYK
RGB Variations
Color information
#8F286E (or 0x8F286E) is known color: Dark Purple. HEX triplet: 8F, 28 and 6E. RGB value is (143,40,110). Sum of RGB (Red+Green+Blue) = 143+40+110=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 143 - color contains mainly: red. Hex color #8F286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F286E is #70D791. Grayscale: #4E4E4E. Windows color (decimal): -7395218 or 7219343. OLE color: 7219343.
HSL color Cylindrical-coordinate representation of color #8F286E: hue angle of 319.22º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F286E is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 110 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.44 |
| HSL | 319.22º | 0.56% | 0.36% | - |
| HSV(B) | 319.22º | 0.72% | 0.56% | - |
| XYZ | 14.9 | 8.48 | 15.6 | - |
| YUV | 78.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 110 | 0 | 0.72 | 0.23 | 0.44 | 319.22 | 0.56 | 0.36 |
| Hex | 8F | 28 | 6E | 0 | 48 | 17 | 2C | 13F | 38 | 24 |
| Octal | 217 | 50 | 156 | 0 | 110 | 27 | 54 | 477 | 70 | 44 |
| Binary | 10001111 | 101000 | 1101110 | 0 | 1001000 | 10111 | 101100 | 100111111 | 111000 | 100100 |
Color Harmonies of #8F286E
Complementary color
Monochromatic Colors of #8F286E
Black with #8F286E
Text Example
Text Example
White with #8F286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F286E; }
p { color: rgb(143,40,110); }
H1.HeaderClassName
{
color: #8F286E;
}
.AnyTagClassName
{
color: #8F286E;
}
</style>
background-color css
<style>
a { background-color: #8F286E; }
a { background-color: rgb(143,40,110); }
div.DivClassName
{
background-color: #8F286E;
}
.BgClassName
{
background-color: #8F286E;
}
</style>
border-color css
<style>
span { border-color: #8F286E; }
span { border-color: rgb(143,40,110); }
td.TdClassName
{
border-color: #8F286E;
}
.TagClassName
{
border-color: #8F286E;
}
</style>