Shades of Dark Purple #8D3183
Tints of Dark Purple #8D3183
RGB
CMYK
RGB Variations
Color information
#8D3183 (or 0x8D3183) is known color: Dark Purple. HEX triplet: 8D, 31 and 83. RGB value is (141,49,131). Sum of RGB (Red+Green+Blue) = 141+49+131=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3183 is #72CE7C. Grayscale: #555555. Windows color (decimal): -7523965 or 8597901. OLE color: 8597901.
HSL color Cylindrical-coordinate representation of color #8D3183: hue angle of 306.52º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3183 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 49 | 131 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.45 |
| HSL | 306.52º | 0.48% | 0.37% | - |
| HSV(B) | 306.52º | 0.65% | 0.55% | - |
| XYZ | 16.18 | 9.5 | 22.45 | - |
| YUV | 85.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 49 | 131 | 0 | 0.65 | 0.07 | 0.45 | 306.52 | 0.48 | 0.37 |
| Hex | 8D | 31 | 83 | 0 | 41 | 7 | 2D | 133 | 30 | 25 |
| Octal | 215 | 61 | 203 | 0 | 101 | 7 | 55 | 463 | 60 | 45 |
| Binary | 10001101 | 110001 | 10000011 | 0 | 1000001 | 111 | 101101 | 100110011 | 110000 | 100101 |
Color Harmonies of #8D3183
Complementary color
Monochromatic Colors of #8D3183
Black with #8D3183
Text Example
Text Example
White with #8D3183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3183; }
p { color: rgb(141,49,131); }
H1.HeaderClassName
{
color: #8D3183;
}
.AnyTagClassName
{
color: #8D3183;
}
</style>
background-color css
<style>
a { background-color: #8D3183; }
a { background-color: rgb(141,49,131); }
div.DivClassName
{
background-color: #8D3183;
}
.BgClassName
{
background-color: #8D3183;
}
</style>
border-color css
<style>
span { border-color: #8D3183; }
span { border-color: rgb(141,49,131); }
td.TdClassName
{
border-color: #8D3183;
}
.TagClassName
{
border-color: #8D3183;
}
</style>