Shades of Dark Purple #8D0976
Tints of Dark Purple #8D0976
RGB
CMYK
RGB Variations
Color information
#8D0976 (or 0x8D0976) is known color: Dark Purple. HEX triplet: 8D, 09 and 76. RGB value is (141,9,118). Sum of RGB (Red+Green+Blue) = 141+9+118=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0976 is #72F689. Grayscale: #3C3C3C. Windows color (decimal): -7534218 or 7735693. OLE color: 7735693.
HSL color Cylindrical-coordinate representation of color #8D0976: hue angle of 310.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0976 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 118 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.45 |
| HSL | 310.45º | 0.88% | 0.29% | - |
| HSV(B) | 310.45º | 0.94% | 0.55% | - |
| XYZ | 14.35 | 7.17 | 17.77 | - |
| YUV | 60.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 118 | 0 | 0.94 | 0.16 | 0.45 | 310.45 | 0.88 | 0.29 |
| Hex | 8D | 9 | 76 | 0 | 5E | 10 | 2D | 136 | 58 | 1D |
| Octal | 215 | 11 | 166 | 0 | 136 | 20 | 55 | 466 | 130 | 35 |
| Binary | 10001101 | 1001 | 1110110 | 0 | 1011110 | 10000 | 101101 | 100110110 | 1011000 | 11101 |
Color Harmonies of #8D0976
Complementary color
Monochromatic Colors of #8D0976
Black with #8D0976
Text Example
Text Example
White with #8D0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0976; }
p { color: rgb(141,9,118); }
H1.HeaderClassName
{
color: #8D0976;
}
.AnyTagClassName
{
color: #8D0976;
}
</style>
background-color css
<style>
a { background-color: #8D0976; }
a { background-color: rgb(141,9,118); }
div.DivClassName
{
background-color: #8D0976;
}
.BgClassName
{
background-color: #8D0976;
}
</style>
border-color css
<style>
span { border-color: #8D0976; }
span { border-color: rgb(141,9,118); }
td.TdClassName
{
border-color: #8D0976;
}
.TagClassName
{
border-color: #8D0976;
}
</style>