Shades of Dark Purple #8D3778
Tints of Dark Purple #8D3778
RGB
CMYK
RGB Variations
Color information
#8D3778 (or 0x8D3778) is known color: Dark Purple. HEX triplet: 8D, 37 and 78. RGB value is (141,55,120). Sum of RGB (Red+Green+Blue) = 141+55+120=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3778 is #72C887. Grayscale: #575757. Windows color (decimal): -7522440 or 7878541. OLE color: 7878541.
HSL color Cylindrical-coordinate representation of color #8D3778: hue angle of 314.65º 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 #8D3778 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 120 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.45 |
| HSL | 314.65º | 0.44% | 0.38% | - |
| HSV(B) | 314.65º | 0.61% | 0.55% | - |
| XYZ | 15.74 | 9.75 | 18.82 | - |
| YUV | 88.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 120 | 0 | 0.61 | 0.15 | 0.45 | 314.65 | 0.44 | 0.38 |
| Hex | 8D | 37 | 78 | 0 | 3D | F | 2D | 13B | 2C | 26 |
| Octal | 215 | 67 | 170 | 0 | 75 | 17 | 55 | 473 | 54 | 46 |
| Binary | 10001101 | 110111 | 1111000 | 0 | 111101 | 1111 | 101101 | 100111011 | 101100 | 100110 |
Color Harmonies of #8D3778
Complementary color
Monochromatic Colors of #8D3778
Black with #8D3778
Text Example
Text Example
White with #8D3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3778; }
p { color: rgb(141,55,120); }
H1.HeaderClassName
{
color: #8D3778;
}
.AnyTagClassName
{
color: #8D3778;
}
</style>
background-color css
<style>
a { background-color: #8D3778; }
a { background-color: rgb(141,55,120); }
div.DivClassName
{
background-color: #8D3778;
}
.BgClassName
{
background-color: #8D3778;
}
</style>
border-color css
<style>
span { border-color: #8D3778; }
span { border-color: rgb(141,55,120); }
td.TdClassName
{
border-color: #8D3778;
}
.TagClassName
{
border-color: #8D3778;
}
</style>