Shades of Dark Purple #8D297B
Tints of Dark Purple #8D297B
RGB
CMYK
RGB Variations
Color information
#8D297B (or 0x8D297B) is known color: Dark Purple. HEX triplet: 8D, 29 and 7B. RGB value is (141,41,123). Sum of RGB (Red+Green+Blue) = 141+41+123=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D297B is #72D684. Grayscale: #505050. Windows color (decimal): -7526021 or 8071565. OLE color: 8071565.
HSL color Cylindrical-coordinate representation of color #8D297B: hue angle of 310.8º 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 #8D297B is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 123 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.45 |
| HSL | 310.8º | 0.55% | 0.36% | - |
| HSV(B) | 310.8º | 0.71% | 0.55% | - |
| XYZ | 15.35 | 8.68 | 19.6 | - |
| YUV | 80.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 123 | 0 | 0.71 | 0.13 | 0.45 | 310.8 | 0.55 | 0.36 |
| Hex | 8D | 29 | 7B | 0 | 47 | D | 2D | 137 | 37 | 24 |
| Octal | 215 | 51 | 173 | 0 | 107 | 15 | 55 | 467 | 67 | 44 |
| Binary | 10001101 | 101001 | 1111011 | 0 | 1000111 | 1101 | 101101 | 100110111 | 110111 | 100100 |
Color Harmonies of #8D297B
Complementary color
Monochromatic Colors of #8D297B
Black with #8D297B
Text Example
Text Example
White with #8D297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D297B; }
p { color: rgb(141,41,123); }
H1.HeaderClassName
{
color: #8D297B;
}
.AnyTagClassName
{
color: #8D297B;
}
</style>
background-color css
<style>
a { background-color: #8D297B; }
a { background-color: rgb(141,41,123); }
div.DivClassName
{
background-color: #8D297B;
}
.BgClassName
{
background-color: #8D297B;
}
</style>
border-color css
<style>
span { border-color: #8D297B; }
span { border-color: rgb(141,41,123); }
td.TdClassName
{
border-color: #8D297B;
}
.TagClassName
{
border-color: #8D297B;
}
</style>