Shades of Dark Purple #8D2D6F
Tints of Dark Purple #8D2D6F
RGB
CMYK
RGB Variations
Color information
#8D2D6F (or 0x8D2D6F) is known color: Dark Purple. HEX triplet: 8D, 2D and 6F. RGB value is (141,45,111). Sum of RGB (Red+Green+Blue) = 141+45+111=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2D6F is #72D290. Grayscale: #515151. Windows color (decimal): -7525009 or 7286157. OLE color: 7286157.
HSL color Cylindrical-coordinate representation of color #8D2D6F: hue angle of 318.75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D2D6F is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 45 | 111 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.45 |
| HSL | 318.75º | 0.52% | 0.36% | - |
| HSV(B) | 318.75º | 0.68% | 0.55% | - |
| XYZ | 14.79 | 8.69 | 15.94 | - |
| YUV | 81.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 45 | 111 | 0 | 0.68 | 0.21 | 0.45 | 318.75 | 0.52 | 0.36 |
| Hex | 8D | 2D | 6F | 0 | 44 | 15 | 2D | 13F | 34 | 24 |
| Octal | 215 | 55 | 157 | 0 | 104 | 25 | 55 | 477 | 64 | 44 |
| Binary | 10001101 | 101101 | 1101111 | 0 | 1000100 | 10101 | 101101 | 100111111 | 110100 | 100100 |
Color Harmonies of #8D2D6F
Complementary color
Monochromatic Colors of #8D2D6F
Black with #8D2D6F
Text Example
Text Example
White with #8D2D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2D6F; }
p { color: rgb(141,45,111); }
H1.HeaderClassName
{
color: #8D2D6F;
}
.AnyTagClassName
{
color: #8D2D6F;
}
</style>
background-color css
<style>
a { background-color: #8D2D6F; }
a { background-color: rgb(141,45,111); }
div.DivClassName
{
background-color: #8D2D6F;
}
.BgClassName
{
background-color: #8D2D6F;
}
</style>
border-color css
<style>
span { border-color: #8D2D6F; }
span { border-color: rgb(141,45,111); }
td.TdClassName
{
border-color: #8D2D6F;
}
.TagClassName
{
border-color: #8D2D6F;
}
</style>