Shades of Dark Purple #8D0C76
Tints of Dark Purple #8D0C76
RGB
CMYK
RGB Variations
Color information
#8D0C76 (or 0x8D0C76) is known color: Dark Purple. HEX triplet: 8D, 0C and 76. RGB value is (141,12,118). Sum of RGB (Red+Green+Blue) = 141+12+118=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0C76 is #72F389. Grayscale: #3E3E3E. Windows color (decimal): -7533450 or 7736461. OLE color: 7736461.
HSL color Cylindrical-coordinate representation of color #8D0C76: hue angle of 310.7º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0C76 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 12 | 118 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.45 |
| HSL | 310.7º | 0.84% | 0.3% | - |
| HSV(B) | 310.7º | 0.91% | 0.55% | - |
| XYZ | 14.39 | 7.23 | 17.78 | - |
| YUV | 62.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 118 | 0 | 0.91 | 0.16 | 0.45 | 310.7 | 0.84 | 0.3 |
| Hex | 8D | C | 76 | 0 | 5B | 10 | 2D | 137 | 54 | 1E |
| Octal | 215 | 14 | 166 | 0 | 133 | 20 | 55 | 467 | 124 | 36 |
| Binary | 10001101 | 1100 | 1110110 | 0 | 1011011 | 10000 | 101101 | 100110111 | 1010100 | 11110 |
Color Harmonies of #8D0C76
Complementary color
Monochromatic Colors of #8D0C76
Black with #8D0C76
Text Example
Text Example
White with #8D0C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0C76; }
p { color: rgb(141,12,118); }
H1.HeaderClassName
{
color: #8D0C76;
}
.AnyTagClassName
{
color: #8D0C76;
}
</style>
background-color css
<style>
a { background-color: #8D0C76; }
a { background-color: rgb(141,12,118); }
div.DivClassName
{
background-color: #8D0C76;
}
.BgClassName
{
background-color: #8D0C76;
}
</style>
border-color css
<style>
span { border-color: #8D0C76; }
span { border-color: rgb(141,12,118); }
td.TdClassName
{
border-color: #8D0C76;
}
.TagClassName
{
border-color: #8D0C76;
}
</style>