Shades of Dark Purple #8D3773
Tints of Dark Purple #8D3773
RGB
CMYK
RGB Variations
Color information
#8D3773 (or 0x8D3773) is known color: Dark Purple. HEX triplet: 8D, 37 and 73. RGB value is (141,55,115). Sum of RGB (Red+Green+Blue) = 141+55+115=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3773 is #72C88C. Grayscale: #575757. Windows color (decimal): -7522445 or 7550861. OLE color: 7550861.
HSL color Cylindrical-coordinate representation of color #8D3773: hue angle of 318.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3773 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 115 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.45 |
| HSL | 318.14º | 0.44% | 0.38% | - |
| HSV(B) | 318.14º | 0.61% | 0.55% | - |
| XYZ | 15.45 | 9.63 | 17.26 | - |
| YUV | 87.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 115 | 0 | 0.61 | 0.18 | 0.45 | 318.14 | 0.44 | 0.38 |
| Hex | 8D | 37 | 73 | 0 | 3D | 12 | 2D | 13E | 2C | 26 |
| Octal | 215 | 67 | 163 | 0 | 75 | 22 | 55 | 476 | 54 | 46 |
| Binary | 10001101 | 110111 | 1110011 | 0 | 111101 | 10010 | 101101 | 100111110 | 101100 | 100110 |
Color Harmonies of #8D3773
Complementary color
Monochromatic Colors of #8D3773
Black with #8D3773
Text Example
Text Example
White with #8D3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3773; }
p { color: rgb(141,55,115); }
H1.HeaderClassName
{
color: #8D3773;
}
.AnyTagClassName
{
color: #8D3773;
}
</style>
background-color css
<style>
a { background-color: #8D3773; }
a { background-color: rgb(141,55,115); }
div.DivClassName
{
background-color: #8D3773;
}
.BgClassName
{
background-color: #8D3773;
}
</style>
border-color css
<style>
span { border-color: #8D3773; }
span { border-color: rgb(141,55,115); }
td.TdClassName
{
border-color: #8D3773;
}
.TagClassName
{
border-color: #8D3773;
}
</style>