Shades of Dark Purple #8D417C
Tints of Dark Purple #8D417C
RGB
CMYK
RGB Variations
Color information
#8D417C (or 0x8D417C) is known color: Dark Purple. HEX triplet: 8D, 41 and 7C. RGB value is (141,65,124). Sum of RGB (Red+Green+Blue) = 141+65+124=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D417C is #72BE83. Grayscale: #5E5E5E. Windows color (decimal): -7519876 or 8143245. OLE color: 8143245.
HSL color Cylindrical-coordinate representation of color #8D417C: hue angle of 313.42º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D417C is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 124 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.45 |
| HSL | 313.42º | 0.37% | 0.4% | - |
| HSV(B) | 313.42º | 0.54% | 0.55% | - |
| XYZ | 16.51 | 10.9 | 20.3 | - |
| YUV | 94.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 124 | 0 | 0.54 | 0.12 | 0.45 | 313.42 | 0.37 | 0.4 |
| Hex | 8D | 41 | 7C | 0 | 36 | C | 2D | 139 | 25 | 28 |
| Octal | 215 | 101 | 174 | 0 | 66 | 14 | 55 | 471 | 45 | 50 |
| Binary | 10001101 | 1000001 | 1111100 | 0 | 110110 | 1100 | 101101 | 100111001 | 100101 | 101000 |
Color Harmonies of #8D417C
Complementary color
Monochromatic Colors of #8D417C
Black with #8D417C
Text Example
Text Example
White with #8D417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D417C; }
p { color: rgb(141,65,124); }
H1.HeaderClassName
{
color: #8D417C;
}
.AnyTagClassName
{
color: #8D417C;
}
</style>
background-color css
<style>
a { background-color: #8D417C; }
a { background-color: rgb(141,65,124); }
div.DivClassName
{
background-color: #8D417C;
}
.BgClassName
{
background-color: #8D417C;
}
</style>
border-color css
<style>
span { border-color: #8D417C; }
span { border-color: rgb(141,65,124); }
td.TdClassName
{
border-color: #8D417C;
}
.TagClassName
{
border-color: #8D417C;
}
</style>