Shades of Dark Purple #8D3884
Tints of Dark Purple #8D3884
RGB
CMYK
RGB Variations
Color information
#8D3884 (or 0x8D3884) is known color: Dark Purple. HEX triplet: 8D, 38 and 84. RGB value is (141,56,132). Sum of RGB (Red+Green+Blue) = 141+56+132=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3884 is #72C77B. Grayscale: #595959. Windows color (decimal): -7522172 or 8665229. OLE color: 8665229.
HSL color Cylindrical-coordinate representation of color #8D3884: hue angle of 306.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3884 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 132 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.45 |
| HSL | 306.35º | 0.43% | 0.39% | - |
| HSV(B) | 306.35º | 0.6% | 0.55% | - |
| XYZ | 16.56 | 10.16 | 22.92 | - |
| YUV | 90.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 132 | 0 | 0.60 | 0.06 | 0.45 | 306.35 | 0.43 | 0.39 |
| Hex | 8D | 38 | 84 | 0 | 3C | 6 | 2D | 132 | 2B | 27 |
| Octal | 215 | 70 | 204 | 0 | 74 | 6 | 55 | 462 | 53 | 47 |
| Binary | 10001101 | 111000 | 10000100 | 0 | 111100 | 110 | 101101 | 100110010 | 101011 | 100111 |
Color Harmonies of #8D3884
Complementary color
Monochromatic Colors of #8D3884
Black with #8D3884
Text Example
Text Example
White with #8D3884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3884; }
p { color: rgb(141,56,132); }
H1.HeaderClassName
{
color: #8D3884;
}
.AnyTagClassName
{
color: #8D3884;
}
</style>
background-color css
<style>
a { background-color: #8D3884; }
a { background-color: rgb(141,56,132); }
div.DivClassName
{
background-color: #8D3884;
}
.BgClassName
{
background-color: #8D3884;
}
</style>
border-color css
<style>
span { border-color: #8D3884; }
span { border-color: rgb(141,56,132); }
td.TdClassName
{
border-color: #8D3884;
}
.TagClassName
{
border-color: #8D3884;
}
</style>