Shades of Dark Purple #8D3776
Tints of Dark Purple #8D3776
RGB
CMYK
RGB Variations
Color information
#8D3776 (or 0x8D3776) is known color: Dark Purple. HEX triplet: 8D, 37 and 76. RGB value is (141,55,118). Sum of RGB (Red+Green+Blue) = 141+55+118=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3776 is #72C889. Grayscale: #575757. Windows color (decimal): -7522442 or 7747469. OLE color: 7747469.
HSL color Cylindrical-coordinate representation of color #8D3776: hue angle of 316.05º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3776 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 118 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.45 |
| HSL | 316.05º | 0.44% | 0.38% | - |
| HSV(B) | 316.05º | 0.61% | 0.55% | - |
| XYZ | 15.62 | 9.7 | 18.19 | - |
| YUV | 87.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 118 | 0 | 0.61 | 0.16 | 0.45 | 316.05 | 0.44 | 0.38 |
| Hex | 8D | 37 | 76 | 0 | 3D | 10 | 2D | 13C | 2C | 26 |
| Octal | 215 | 67 | 166 | 0 | 75 | 20 | 55 | 474 | 54 | 46 |
| Binary | 10001101 | 110111 | 1110110 | 0 | 111101 | 10000 | 101101 | 100111100 | 101100 | 100110 |
Color Harmonies of #8D3776
Complementary color
Monochromatic Colors of #8D3776
Black with #8D3776
Text Example
Text Example
White with #8D3776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3776; }
p { color: rgb(141,55,118); }
H1.HeaderClassName
{
color: #8D3776;
}
.AnyTagClassName
{
color: #8D3776;
}
</style>
background-color css
<style>
a { background-color: #8D3776; }
a { background-color: rgb(141,55,118); }
div.DivClassName
{
background-color: #8D3776;
}
.BgClassName
{
background-color: #8D3776;
}
</style>
border-color css
<style>
span { border-color: #8D3776; }
span { border-color: rgb(141,55,118); }
td.TdClassName
{
border-color: #8D3776;
}
.TagClassName
{
border-color: #8D3776;
}
</style>