Shades of Dark Purple #8D3C75
Tints of Dark Purple #8D3C75
RGB
CMYK
RGB Variations
Color information
#8D3C75 (or 0x8D3C75) is known color: Dark Purple. HEX triplet: 8D, 3C and 75. RGB value is (141,60,117). Sum of RGB (Red+Green+Blue) = 141+60+117=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3C75 is #72C38A. Grayscale: #5A5A5A. Windows color (decimal): -7521163 or 7683213. OLE color: 7683213.
HSL color Cylindrical-coordinate representation of color #8D3C75: hue angle of 317.78º 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 #8D3C75 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 60 | 117 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.45 |
| HSL | 317.78º | 0.4% | 0.39% | - |
| HSV(B) | 317.78º | 0.57% | 0.55% | - |
| XYZ | 15.81 | 10.18 | 17.96 | - |
| YUV | 90.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 117 | 0 | 0.57 | 0.17 | 0.45 | 317.78 | 0.4 | 0.39 |
| Hex | 8D | 3C | 75 | 0 | 39 | 11 | 2D | 13E | 28 | 27 |
| Octal | 215 | 74 | 165 | 0 | 71 | 21 | 55 | 476 | 50 | 47 |
| Binary | 10001101 | 111100 | 1110101 | 0 | 111001 | 10001 | 101101 | 100111110 | 101000 | 100111 |
Color Harmonies of #8D3C75
Complementary color
Monochromatic Colors of #8D3C75
Black with #8D3C75
Text Example
Text Example
White with #8D3C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3C75; }
p { color: rgb(141,60,117); }
H1.HeaderClassName
{
color: #8D3C75;
}
.AnyTagClassName
{
color: #8D3C75;
}
</style>
background-color css
<style>
a { background-color: #8D3C75; }
a { background-color: rgb(141,60,117); }
div.DivClassName
{
background-color: #8D3C75;
}
.BgClassName
{
background-color: #8D3C75;
}
</style>
border-color css
<style>
span { border-color: #8D3C75; }
span { border-color: rgb(141,60,117); }
td.TdClassName
{
border-color: #8D3C75;
}
.TagClassName
{
border-color: #8D3C75;
}
</style>