Shades of Dark Purple #8D3C74
Tints of Dark Purple #8D3C74
RGB
CMYK
RGB Variations
Color information
#8D3C74 (or 0x8D3C74) is known color: Dark Purple. HEX triplet: 8D, 3C and 74. RGB value is (141,60,116). Sum of RGB (Red+Green+Blue) = 141+60+116=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3C74 is #72C38B. Grayscale: #5A5A5A. Windows color (decimal): -7521164 or 7617677. OLE color: 7617677.
HSL color Cylindrical-coordinate representation of color #8D3C74: hue angle of 318.52º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3C74 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 60 | 116 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.45 |
| HSL | 318.52º | 0.4% | 0.39% | - |
| HSV(B) | 318.52º | 0.57% | 0.55% | - |
| XYZ | 15.75 | 10.16 | 17.65 | - |
| YUV | 90.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 116 | 0 | 0.57 | 0.18 | 0.45 | 318.52 | 0.4 | 0.39 |
| Hex | 8D | 3C | 74 | 0 | 39 | 12 | 2D | 13F | 28 | 27 |
| Octal | 215 | 74 | 164 | 0 | 71 | 22 | 55 | 477 | 50 | 47 |
| Binary | 10001101 | 111100 | 1110100 | 0 | 111001 | 10010 | 101101 | 100111111 | 101000 | 100111 |
Color Harmonies of #8D3C74
Complementary color
Monochromatic Colors of #8D3C74
Black with #8D3C74
Text Example
Text Example
White with #8D3C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3C74; }
p { color: rgb(141,60,116); }
H1.HeaderClassName
{
color: #8D3C74;
}
.AnyTagClassName
{
color: #8D3C74;
}
</style>
background-color css
<style>
a { background-color: #8D3C74; }
a { background-color: rgb(141,60,116); }
div.DivClassName
{
background-color: #8D3C74;
}
.BgClassName
{
background-color: #8D3C74;
}
</style>
border-color css
<style>
span { border-color: #8D3C74; }
span { border-color: rgb(141,60,116); }
td.TdClassName
{
border-color: #8D3C74;
}
.TagClassName
{
border-color: #8D3C74;
}
</style>