Shades of Dark Purple #8D407B
Tints of Dark Purple #8D407B
RGB
CMYK
RGB Variations
Color information
#8D407B (or 0x8D407B) is known color: Dark Purple. HEX triplet: 8D, 40 and 7B. RGB value is (141,64,123). Sum of RGB (Red+Green+Blue) = 141+64+123=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D407B is #72BF84. Grayscale: #5D5D5D. Windows color (decimal): -7520133 or 8077453. OLE color: 8077453.
HSL color Cylindrical-coordinate representation of color #8D407B: hue angle of 314.03º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D407B is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 123 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.45 |
| HSL | 314.03º | 0.38% | 0.4% | - |
| HSV(B) | 314.03º | 0.55% | 0.55% | - |
| XYZ | 16.39 | 10.76 | 19.95 | - |
| YUV | 93.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 123 | 0 | 0.55 | 0.13 | 0.45 | 314.03 | 0.38 | 0.4 |
| Hex | 8D | 40 | 7B | 0 | 37 | D | 2D | 13A | 26 | 28 |
| Octal | 215 | 100 | 173 | 0 | 67 | 15 | 55 | 472 | 46 | 50 |
| Binary | 10001101 | 1000000 | 1111011 | 0 | 110111 | 1101 | 101101 | 100111010 | 100110 | 101000 |
Color Harmonies of #8D407B
Complementary color
Monochromatic Colors of #8D407B
Black with #8D407B
Text Example
Text Example
White with #8D407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D407B; }
p { color: rgb(141,64,123); }
H1.HeaderClassName
{
color: #8D407B;
}
.AnyTagClassName
{
color: #8D407B;
}
</style>
background-color css
<style>
a { background-color: #8D407B; }
a { background-color: rgb(141,64,123); }
div.DivClassName
{
background-color: #8D407B;
}
.BgClassName
{
background-color: #8D407B;
}
</style>
border-color css
<style>
span { border-color: #8D407B; }
span { border-color: rgb(141,64,123); }
td.TdClassName
{
border-color: #8D407B;
}
.TagClassName
{
border-color: #8D407B;
}
</style>