Shades of Dark Purple #8D3470
Tints of Dark Purple #8D3470
RGB
CMYK
RGB Variations
Color information
#8D3470 (or 0x8D3470) is known color: Dark Purple. HEX triplet: 8D, 34 and 70. RGB value is (141,52,112). Sum of RGB (Red+Green+Blue) = 141+52+112=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3470 is #72CB8F. Grayscale: #555555. Windows color (decimal): -7523216 or 7353485. OLE color: 7353485.
HSL color Cylindrical-coordinate representation of color #8D3470: hue angle of 319.55º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3470 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 112 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.45 |
| HSL | 319.55º | 0.46% | 0.38% | - |
| HSV(B) | 319.55º | 0.63% | 0.55% | - |
| XYZ | 15.14 | 9.29 | 16.32 | - |
| YUV | 85.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 112 | 0 | 0.63 | 0.21 | 0.45 | 319.55 | 0.46 | 0.38 |
| Hex | 8D | 34 | 70 | 0 | 3F | 15 | 2D | 140 | 2E | 26 |
| Octal | 215 | 64 | 160 | 0 | 77 | 25 | 55 | 500 | 56 | 46 |
| Binary | 10001101 | 110100 | 1110000 | 0 | 111111 | 10101 | 101101 | 101000000 | 101110 | 100110 |
Color Harmonies of #8D3470
Complementary color
Monochromatic Colors of #8D3470
Black with #8D3470
Text Example
Text Example
White with #8D3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3470; }
p { color: rgb(141,52,112); }
H1.HeaderClassName
{
color: #8D3470;
}
.AnyTagClassName
{
color: #8D3470;
}
</style>
background-color css
<style>
a { background-color: #8D3470; }
a { background-color: rgb(141,52,112); }
div.DivClassName
{
background-color: #8D3470;
}
.BgClassName
{
background-color: #8D3470;
}
</style>
border-color css
<style>
span { border-color: #8D3470; }
span { border-color: rgb(141,52,112); }
td.TdClassName
{
border-color: #8D3470;
}
.TagClassName
{
border-color: #8D3470;
}
</style>