Shades of Medium Purple #8D78DD
Tints of Medium Purple #8D78DD
RGB
CMYK
RGB Variations
Color information
#8D78DD (or 0x8D78DD) is known color: Medium Purple. HEX triplet: 8D, 78 and DD. RGB value is (141,120,221). Sum of RGB (Red+Green+Blue) = 141+120+221=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D78DD is #728722. Grayscale: #898989. Windows color (decimal): -7505699 or 14514317. OLE color: 14514317.
HSL color Cylindrical-coordinate representation of color #8D78DD: hue angle of 252.48º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D78DD is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 120 | 221 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.13 |
| HSL | 252.48º | 0.6% | 0.67% | - |
| HSV(B) | 252.48º | 0.46% | 0.87% | - |
| XYZ | 30.75 | 24.32 | 71.48 | - |
| YUV | 137.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 221 | 0.36 | 0.46 | 0 | 0.13 | 252.48 | 0.6 | 0.67 |
| Hex | 8D | 78 | DD | 24 | 2E | 0 | D | FC | 3C | 43 |
| Octal | 215 | 170 | 335 | 44 | 56 | 0 | 15 | 374 | 74 | 103 |
| Binary | 10001101 | 1111000 | 11011101 | 100100 | 101110 | 0 | 1101 | 11111100 | 111100 | 1000011 |
Color Harmonies of #8D78DD
Complementary color
Monochromatic Colors of #8D78DD
Black with #8D78DD
Text Example
Text Example
White with #8D78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78DD; }
p { color: rgb(141,120,221); }
H1.HeaderClassName
{
color: #8D78DD;
}
.AnyTagClassName
{
color: #8D78DD;
}
</style>
background-color css
<style>
a { background-color: #8D78DD; }
a { background-color: rgb(141,120,221); }
div.DivClassName
{
background-color: #8D78DD;
}
.BgClassName
{
background-color: #8D78DD;
}
</style>
border-color css
<style>
span { border-color: #8D78DD; }
span { border-color: rgb(141,120,221); }
td.TdClassName
{
border-color: #8D78DD;
}
.TagClassName
{
border-color: #8D78DD;
}
</style>