Shades of Dark Purple #8D3774
Tints of Dark Purple #8D3774
RGB
CMYK
RGB Variations
Color information
#8D3774 (or 0x8D3774) is known color: Dark Purple. HEX triplet: 8D, 37 and 74. RGB value is (141,55,116). Sum of RGB (Red+Green+Blue) = 141+55+116=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3774 is #72C88B. Grayscale: #575757. Windows color (decimal): -7522444 or 7616397. OLE color: 7616397.
HSL color Cylindrical-coordinate representation of color #8D3774: hue angle of 317.44º 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 #8D3774 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 116 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.45 |
| HSL | 317.44º | 0.44% | 0.38% | - |
| HSV(B) | 317.44º | 0.61% | 0.55% | - |
| XYZ | 15.5 | 9.66 | 17.57 | - |
| YUV | 87.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 116 | 0 | 0.61 | 0.18 | 0.45 | 317.44 | 0.44 | 0.38 |
| Hex | 8D | 37 | 74 | 0 | 3D | 12 | 2D | 13D | 2C | 26 |
| Octal | 215 | 67 | 164 | 0 | 75 | 22 | 55 | 475 | 54 | 46 |
| Binary | 10001101 | 110111 | 1110100 | 0 | 111101 | 10010 | 101101 | 100111101 | 101100 | 100110 |
Color Harmonies of #8D3774
Complementary color
Monochromatic Colors of #8D3774
Black with #8D3774
Text Example
Text Example
White with #8D3774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3774; }
p { color: rgb(141,55,116); }
H1.HeaderClassName
{
color: #8D3774;
}
.AnyTagClassName
{
color: #8D3774;
}
</style>
background-color css
<style>
a { background-color: #8D3774; }
a { background-color: rgb(141,55,116); }
div.DivClassName
{
background-color: #8D3774;
}
.BgClassName
{
background-color: #8D3774;
}
</style>
border-color css
<style>
span { border-color: #8D3774; }
span { border-color: rgb(141,55,116); }
td.TdClassName
{
border-color: #8D3774;
}
.TagClassName
{
border-color: #8D3774;
}
</style>