Shades of Dark Purple #8F297D
Tints of Dark Purple #8F297D
RGB
CMYK
RGB Variations
Color information
#8F297D (or 0x8F297D) is known color: Dark Purple. HEX triplet: 8F, 29 and 7D. RGB value is (143,41,125). Sum of RGB (Red+Green+Blue) = 143+41+125=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F297D is #70D682. Grayscale: #505050. Windows color (decimal): -7394947 or 8202639. OLE color: 8202639.
HSL color Cylindrical-coordinate representation of color #8F297D: hue angle of 310.59º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F297D is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 125 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.44 |
| HSL | 310.59º | 0.55% | 0.36% | - |
| HSV(B) | 310.59º | 0.71% | 0.56% | - |
| XYZ | 15.82 | 8.91 | 20.29 | - |
| YUV | 81.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 125 | 0 | 0.71 | 0.13 | 0.44 | 310.59 | 0.55 | 0.36 |
| Hex | 8F | 29 | 7D | 0 | 47 | D | 2C | 137 | 37 | 24 |
| Octal | 217 | 51 | 175 | 0 | 107 | 15 | 54 | 467 | 67 | 44 |
| Binary | 10001111 | 101001 | 1111101 | 0 | 1000111 | 1101 | 101100 | 100110111 | 110111 | 100100 |
Color Harmonies of #8F297D
Complementary color
Monochromatic Colors of #8F297D
Black with #8F297D
Text Example
Text Example
White with #8F297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F297D; }
p { color: rgb(143,41,125); }
H1.HeaderClassName
{
color: #8F297D;
}
.AnyTagClassName
{
color: #8F297D;
}
</style>
background-color css
<style>
a { background-color: #8F297D; }
a { background-color: rgb(143,41,125); }
div.DivClassName
{
background-color: #8F297D;
}
.BgClassName
{
background-color: #8F297D;
}
</style>
border-color css
<style>
span { border-color: #8F297D; }
span { border-color: rgb(143,41,125); }
td.TdClassName
{
border-color: #8F297D;
}
.TagClassName
{
border-color: #8F297D;
}
</style>