Shades of Dark Purple #8D0E7B
Tints of Dark Purple #8D0E7B
RGB
CMYK
RGB Variations
Color information
#8D0E7B (or 0x8D0E7B) is known color: Dark Purple. HEX triplet: 8D, 0E and 7B. RGB value is (141,14,123). Sum of RGB (Red+Green+Blue) = 141+14+123=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0E7B is #72F184. Grayscale: #404040. Windows color (decimal): -7532933 or 8064653. OLE color: 8064653.
HSL color Cylindrical-coordinate representation of color #8D0E7B: hue angle of 308.5º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E7B is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 14 | 123 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.45 |
| HSL | 308.5º | 0.82% | 0.3% | - |
| HSV(B) | 308.5º | 0.9% | 0.55% | - |
| XYZ | 14.72 | 7.41 | 19.39 | - |
| YUV | 64.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 14 | 123 | 0 | 0.90 | 0.13 | 0.45 | 308.5 | 0.82 | 0.3 |
| Hex | 8D | E | 7B | 0 | 5A | D | 2D | 135 | 52 | 1E |
| Octal | 215 | 16 | 173 | 0 | 132 | 15 | 55 | 465 | 122 | 36 |
| Binary | 10001101 | 1110 | 1111011 | 0 | 1011010 | 1101 | 101101 | 100110101 | 1010010 | 11110 |
Color Harmonies of #8D0E7B
Complementary color
Monochromatic Colors of #8D0E7B
Black with #8D0E7B
Text Example
Text Example
White with #8D0E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0E7B; }
p { color: rgb(141,14,123); }
H1.HeaderClassName
{
color: #8D0E7B;
}
.AnyTagClassName
{
color: #8D0E7B;
}
</style>
background-color css
<style>
a { background-color: #8D0E7B; }
a { background-color: rgb(141,14,123); }
div.DivClassName
{
background-color: #8D0E7B;
}
.BgClassName
{
background-color: #8D0E7B;
}
</style>
border-color css
<style>
span { border-color: #8D0E7B; }
span { border-color: rgb(141,14,123); }
td.TdClassName
{
border-color: #8D0E7B;
}
.TagClassName
{
border-color: #8D0E7B;
}
</style>