Shades of Dark Purple #8D347C
Tints of Dark Purple #8D347C
RGB
CMYK
RGB Variations
Color information
#8D347C (or 0x8D347C) is known color: Dark Purple. HEX triplet: 8D, 34 and 7C. RGB value is (141,52,124). Sum of RGB (Red+Green+Blue) = 141+52+124=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D347C is #72CB83. Grayscale: #565656. Windows color (decimal): -7523204 or 8139917. OLE color: 8139917.
HSL color Cylindrical-coordinate representation of color #8D347C: hue angle of 311.46º 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 #8D347C is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 124 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.45 |
| HSL | 311.46º | 0.46% | 0.38% | - |
| HSV(B) | 311.46º | 0.63% | 0.55% | - |
| XYZ | 15.85 | 9.57 | 20.08 | - |
| YUV | 86.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 124 | 0 | 0.63 | 0.12 | 0.45 | 311.46 | 0.46 | 0.38 |
| Hex | 8D | 34 | 7C | 0 | 3F | C | 2D | 137 | 2E | 26 |
| Octal | 215 | 64 | 174 | 0 | 77 | 14 | 55 | 467 | 56 | 46 |
| Binary | 10001101 | 110100 | 1111100 | 0 | 111111 | 1100 | 101101 | 100110111 | 101110 | 100110 |
Color Harmonies of #8D347C
Complementary color
Monochromatic Colors of #8D347C
Black with #8D347C
Text Example
Text Example
White with #8D347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D347C; }
p { color: rgb(141,52,124); }
H1.HeaderClassName
{
color: #8D347C;
}
.AnyTagClassName
{
color: #8D347C;
}
</style>
background-color css
<style>
a { background-color: #8D347C; }
a { background-color: rgb(141,52,124); }
div.DivClassName
{
background-color: #8D347C;
}
.BgClassName
{
background-color: #8D347C;
}
</style>
border-color css
<style>
span { border-color: #8D347C; }
span { border-color: rgb(141,52,124); }
td.TdClassName
{
border-color: #8D347C;
}
.TagClassName
{
border-color: #8D347C;
}
</style>