Shades of Dark Purple #8D346F
Tints of Dark Purple #8D346F
RGB
CMYK
RGB Variations
Color information
#8D346F (or 0x8D346F) is known color: Dark Purple. HEX triplet: 8D, 34 and 6F. RGB value is (141,52,111). Sum of RGB (Red+Green+Blue) = 141+52+111=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D346F is #72CB90. Grayscale: #555555. Windows color (decimal): -7523217 or 7287949. OLE color: 7287949.
HSL color Cylindrical-coordinate representation of color #8D346F: hue angle of 320.22º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D346F is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 111 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.45 |
| HSL | 320.22º | 0.46% | 0.38% | - |
| HSV(B) | 320.22º | 0.63% | 0.55% | - |
| XYZ | 15.08 | 9.27 | 16.03 | - |
| YUV | 85.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 111 | 0 | 0.63 | 0.21 | 0.45 | 320.22 | 0.46 | 0.38 |
| Hex | 8D | 34 | 6F | 0 | 3F | 15 | 2D | 140 | 2E | 26 |
| Octal | 215 | 64 | 157 | 0 | 77 | 25 | 55 | 500 | 56 | 46 |
| Binary | 10001101 | 110100 | 1101111 | 0 | 111111 | 10101 | 101101 | 101000000 | 101110 | 100110 |
Color Harmonies of #8D346F
Complementary color
Monochromatic Colors of #8D346F
Black with #8D346F
Text Example
Text Example
White with #8D346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D346F; }
p { color: rgb(141,52,111); }
H1.HeaderClassName
{
color: #8D346F;
}
.AnyTagClassName
{
color: #8D346F;
}
</style>
background-color css
<style>
a { background-color: #8D346F; }
a { background-color: rgb(141,52,111); }
div.DivClassName
{
background-color: #8D346F;
}
.BgClassName
{
background-color: #8D346F;
}
</style>
border-color css
<style>
span { border-color: #8D346F; }
span { border-color: rgb(141,52,111); }
td.TdClassName
{
border-color: #8D346F;
}
.TagClassName
{
border-color: #8D346F;
}
</style>