Shades of Dark Purple #8D417B
Tints of Dark Purple #8D417B
RGB
CMYK
RGB Variations
Color information
#8D417B (or 0x8D417B) is known color: Dark Purple. HEX triplet: 8D, 41 and 7B. RGB value is (141,65,123). Sum of RGB (Red+Green+Blue) = 141+65+123=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D417B is #72BE84. Grayscale: #5E5E5E. Windows color (decimal): -7519877 or 8077709. OLE color: 8077709.
HSL color Cylindrical-coordinate representation of color #8D417B: hue angle of 314.21º 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 #8D417B is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 123 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.45 |
| HSL | 314.21º | 0.37% | 0.4% | - |
| HSV(B) | 314.21º | 0.54% | 0.55% | - |
| XYZ | 16.45 | 10.87 | 19.97 | - |
| YUV | 94.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 123 | 0 | 0.54 | 0.13 | 0.45 | 314.21 | 0.37 | 0.4 |
| Hex | 8D | 41 | 7B | 0 | 36 | D | 2D | 13A | 25 | 28 |
| Octal | 215 | 101 | 173 | 0 | 66 | 15 | 55 | 472 | 45 | 50 |
| Binary | 10001101 | 1000001 | 1111011 | 0 | 110110 | 1101 | 101101 | 100111010 | 100101 | 101000 |
Color Harmonies of #8D417B
Complementary color
Monochromatic Colors of #8D417B
Black with #8D417B
Text Example
Text Example
White with #8D417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D417B; }
p { color: rgb(141,65,123); }
H1.HeaderClassName
{
color: #8D417B;
}
.AnyTagClassName
{
color: #8D417B;
}
</style>
background-color css
<style>
a { background-color: #8D417B; }
a { background-color: rgb(141,65,123); }
div.DivClassName
{
background-color: #8D417B;
}
.BgClassName
{
background-color: #8D417B;
}
</style>
border-color css
<style>
span { border-color: #8D417B; }
span { border-color: rgb(141,65,123); }
td.TdClassName
{
border-color: #8D417B;
}
.TagClassName
{
border-color: #8D417B;
}
</style>