Shades of Dark Purple #8D297F
Tints of Dark Purple #8D297F
RGB
CMYK
RGB Variations
Color information
#8D297F (or 0x8D297F) is known color: Dark Purple. HEX triplet: 8D, 29 and 7F. RGB value is (141,41,127). Sum of RGB (Red+Green+Blue) = 141+41+127=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D297F is #72D680. Grayscale: #505050. Windows color (decimal): -7526017 or 8333709. OLE color: 8333709.
HSL color Cylindrical-coordinate representation of color #8D297F: hue angle of 308.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D297F is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 127 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.45 |
| HSL | 308.4º | 0.55% | 0.36% | - |
| HSV(B) | 308.4º | 0.71% | 0.55% | - |
| XYZ | 15.61 | 8.78 | 20.95 | - |
| YUV | 80.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 127 | 0 | 0.71 | 0.10 | 0.45 | 308.4 | 0.55 | 0.36 |
| Hex | 8D | 29 | 7F | 0 | 47 | A | 2D | 134 | 37 | 24 |
| Octal | 215 | 51 | 177 | 0 | 107 | 12 | 55 | 464 | 67 | 44 |
| Binary | 10001101 | 101001 | 1111111 | 0 | 1000111 | 1010 | 101101 | 100110100 | 110111 | 100100 |
Color Harmonies of #8D297F
Complementary color
Monochromatic Colors of #8D297F
Black with #8D297F
Text Example
Text Example
White with #8D297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D297F; }
p { color: rgb(141,41,127); }
H1.HeaderClassName
{
color: #8D297F;
}
.AnyTagClassName
{
color: #8D297F;
}
</style>
background-color css
<style>
a { background-color: #8D297F; }
a { background-color: rgb(141,41,127); }
div.DivClassName
{
background-color: #8D297F;
}
.BgClassName
{
background-color: #8D297F;
}
</style>
border-color css
<style>
span { border-color: #8D297F; }
span { border-color: rgb(141,41,127); }
td.TdClassName
{
border-color: #8D297F;
}
.TagClassName
{
border-color: #8D297F;
}
</style>