Shades of Dark Purple #8D3478
Tints of Dark Purple #8D3478
RGB
CMYK
RGB Variations
Color information
#8D3478 (or 0x8D3478) is known color: Dark Purple. HEX triplet: 8D, 34 and 78. RGB value is (141,52,120). Sum of RGB (Red+Green+Blue) = 141+52+120=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3478 is #72CB87. Grayscale: #565656. Windows color (decimal): -7523208 or 7877773. OLE color: 7877773.
HSL color Cylindrical-coordinate representation of color #8D3478: hue angle of 314.16º 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 #8D3478 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 120 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.45 |
| HSL | 314.16º | 0.46% | 0.38% | - |
| HSV(B) | 314.16º | 0.63% | 0.55% | - |
| XYZ | 15.6 | 9.47 | 18.78 | - |
| YUV | 86.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 120 | 0 | 0.63 | 0.15 | 0.45 | 314.16 | 0.46 | 0.38 |
| Hex | 8D | 34 | 78 | 0 | 3F | F | 2D | 13A | 2E | 26 |
| Octal | 215 | 64 | 170 | 0 | 77 | 17 | 55 | 472 | 56 | 46 |
| Binary | 10001101 | 110100 | 1111000 | 0 | 111111 | 1111 | 101101 | 100111010 | 101110 | 100110 |
Color Harmonies of #8D3478
Complementary color
Monochromatic Colors of #8D3478
Black with #8D3478
Text Example
Text Example
White with #8D3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3478; }
p { color: rgb(141,52,120); }
H1.HeaderClassName
{
color: #8D3478;
}
.AnyTagClassName
{
color: #8D3478;
}
</style>
background-color css
<style>
a { background-color: #8D3478; }
a { background-color: rgb(141,52,120); }
div.DivClassName
{
background-color: #8D3478;
}
.BgClassName
{
background-color: #8D3478;
}
</style>
border-color css
<style>
span { border-color: #8D3478; }
span { border-color: rgb(141,52,120); }
td.TdClassName
{
border-color: #8D3478;
}
.TagClassName
{
border-color: #8D3478;
}
</style>