Shades of Dark Purple #8D3881
Tints of Dark Purple #8D3881
RGB
CMYK
RGB Variations
Color information
#8D3881 (or 0x8D3881) is known color: Dark Purple. HEX triplet: 8D, 38 and 81. RGB value is (141,56,129). Sum of RGB (Red+Green+Blue) = 141+56+129=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3881 is #72C77E. Grayscale: #595959. Windows color (decimal): -7522175 or 8468621. OLE color: 8468621.
HSL color Cylindrical-coordinate representation of color #8D3881: hue angle of 308.47º 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 #8D3881 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 129 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.45 |
| HSL | 308.47º | 0.43% | 0.39% | - |
| HSV(B) | 308.47º | 0.6% | 0.55% | - |
| XYZ | 16.36 | 10.08 | 21.85 | - |
| YUV | 89.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 129 | 0 | 0.60 | 0.09 | 0.45 | 308.47 | 0.43 | 0.39 |
| Hex | 8D | 38 | 81 | 0 | 3C | 9 | 2D | 134 | 2B | 27 |
| Octal | 215 | 70 | 201 | 0 | 74 | 11 | 55 | 464 | 53 | 47 |
| Binary | 10001101 | 111000 | 10000001 | 0 | 111100 | 1001 | 101101 | 100110100 | 101011 | 100111 |
Color Harmonies of #8D3881
Complementary color
Monochromatic Colors of #8D3881
Black with #8D3881
Text Example
Text Example
White with #8D3881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3881; }
p { color: rgb(141,56,129); }
H1.HeaderClassName
{
color: #8D3881;
}
.AnyTagClassName
{
color: #8D3881;
}
</style>
background-color css
<style>
a { background-color: #8D3881; }
a { background-color: rgb(141,56,129); }
div.DivClassName
{
background-color: #8D3881;
}
.BgClassName
{
background-color: #8D3881;
}
</style>
border-color css
<style>
span { border-color: #8D3881; }
span { border-color: rgb(141,56,129); }
td.TdClassName
{
border-color: #8D3881;
}
.TagClassName
{
border-color: #8D3881;
}
</style>