Shades of Dark Purple #8D3883
Tints of Dark Purple #8D3883
RGB
CMYK
RGB Variations
Color information
#8D3883 (or 0x8D3883) is known color: Dark Purple. HEX triplet: 8D, 38 and 83. RGB value is (141,56,131). Sum of RGB (Red+Green+Blue) = 141+56+131=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3883 is #72C77C. Grayscale: #595959. Windows color (decimal): -7522173 or 8599693. OLE color: 8599693.
HSL color Cylindrical-coordinate representation of color #8D3883: hue angle of 307.06º 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 #8D3883 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 56 | 131 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.45 |
| HSL | 307.06º | 0.43% | 0.39% | - |
| HSV(B) | 307.06º | 0.6% | 0.55% | - |
| XYZ | 16.5 | 10.13 | 22.56 | - |
| YUV | 89.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 56 | 131 | 0 | 0.60 | 0.07 | 0.45 | 307.06 | 0.43 | 0.39 |
| Hex | 8D | 38 | 83 | 0 | 3C | 7 | 2D | 133 | 2B | 27 |
| Octal | 215 | 70 | 203 | 0 | 74 | 7 | 55 | 463 | 53 | 47 |
| Binary | 10001101 | 111000 | 10000011 | 0 | 111100 | 111 | 101101 | 100110011 | 101011 | 100111 |
Color Harmonies of #8D3883
Complementary color
Monochromatic Colors of #8D3883
Black with #8D3883
Text Example
Text Example
White with #8D3883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3883; }
p { color: rgb(141,56,131); }
H1.HeaderClassName
{
color: #8D3883;
}
.AnyTagClassName
{
color: #8D3883;
}
</style>
background-color css
<style>
a { background-color: #8D3883; }
a { background-color: rgb(141,56,131); }
div.DivClassName
{
background-color: #8D3883;
}
.BgClassName
{
background-color: #8D3883;
}
</style>
border-color css
<style>
span { border-color: #8D3883; }
span { border-color: rgb(141,56,131); }
td.TdClassName
{
border-color: #8D3883;
}
.TagClassName
{
border-color: #8D3883;
}
</style>