Shades of Dark Purple #8D297D
Tints of Dark Purple #8D297D
RGB
CMYK
RGB Variations
Color information
#8D297D (or 0x8D297D) is known color: Dark Purple. HEX triplet: 8D, 29 and 7D. RGB value is (141,41,125). Sum of RGB (Red+Green+Blue) = 141+41+125=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D297D is #72D682. Grayscale: #505050. Windows color (decimal): -7526019 or 8202637. OLE color: 8202637.
HSL color Cylindrical-coordinate representation of color #8D297D: hue angle of 309.6º 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 #8D297D is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 125 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.45 |
| HSL | 309.6º | 0.55% | 0.36% | - |
| HSV(B) | 309.6º | 0.71% | 0.55% | - |
| XYZ | 15.48 | 8.73 | 20.27 | - |
| YUV | 80.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 125 | 0 | 0.71 | 0.11 | 0.45 | 309.6 | 0.55 | 0.36 |
| Hex | 8D | 29 | 7D | 0 | 47 | B | 2D | 136 | 37 | 24 |
| Octal | 215 | 51 | 175 | 0 | 107 | 13 | 55 | 466 | 67 | 44 |
| Binary | 10001101 | 101001 | 1111101 | 0 | 1000111 | 1011 | 101101 | 100110110 | 110111 | 100100 |
Color Harmonies of #8D297D
Complementary color
Monochromatic Colors of #8D297D
Black with #8D297D
Text Example
Text Example
White with #8D297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D297D; }
p { color: rgb(141,41,125); }
H1.HeaderClassName
{
color: #8D297D;
}
.AnyTagClassName
{
color: #8D297D;
}
</style>
background-color css
<style>
a { background-color: #8D297D; }
a { background-color: rgb(141,41,125); }
div.DivClassName
{
background-color: #8D297D;
}
.BgClassName
{
background-color: #8D297D;
}
</style>
border-color css
<style>
span { border-color: #8D297D; }
span { border-color: rgb(141,41,125); }
td.TdClassName
{
border-color: #8D297D;
}
.TagClassName
{
border-color: #8D297D;
}
</style>