Shades of Dark Purple #8D396F
Tints of Dark Purple #8D396F
RGB
CMYK
RGB Variations
Color information
#8D396F (or 0x8D396F) is known color: Dark Purple. HEX triplet: 8D, 39 and 6F. RGB value is (141,57,111). Sum of RGB (Red+Green+Blue) = 141+57+111=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D396F is #72C690. Grayscale: #585858. Windows color (decimal): -7521937 or 7289229. OLE color: 7289229.
HSL color Cylindrical-coordinate representation of color #8D396F: hue angle of 321.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D396F is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 57 | 111 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.45 |
| HSL | 321.43º | 0.42% | 0.39% | - |
| HSV(B) | 321.43º | 0.6% | 0.55% | - |
| XYZ | 15.32 | 9.74 | 16.11 | - |
| YUV | 88.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 111 | 0 | 0.60 | 0.21 | 0.45 | 321.43 | 0.42 | 0.39 |
| Hex | 8D | 39 | 6F | 0 | 3C | 15 | 2D | 141 | 2A | 27 |
| Octal | 215 | 71 | 157 | 0 | 74 | 25 | 55 | 501 | 52 | 47 |
| Binary | 10001101 | 111001 | 1101111 | 0 | 111100 | 10101 | 101101 | 101000001 | 101010 | 100111 |
Color Harmonies of #8D396F
Complementary color
Monochromatic Colors of #8D396F
Black with #8D396F
Text Example
Text Example
White with #8D396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D396F; }
p { color: rgb(141,57,111); }
H1.HeaderClassName
{
color: #8D396F;
}
.AnyTagClassName
{
color: #8D396F;
}
</style>
background-color css
<style>
a { background-color: #8D396F; }
a { background-color: rgb(141,57,111); }
div.DivClassName
{
background-color: #8D396F;
}
.BgClassName
{
background-color: #8D396F;
}
</style>
border-color css
<style>
span { border-color: #8D396F; }
span { border-color: rgb(141,57,111); }
td.TdClassName
{
border-color: #8D396F;
}
.TagClassName
{
border-color: #8D396F;
}
</style>