Shades of Medium Purple #8D78DF
Tints of Medium Purple #8D78DF
RGB
CMYK
RGB Variations
Color information
#8D78DF (or 0x8D78DF) is known color: Medium Purple. HEX triplet: 8D, 78 and DF. RGB value is (141,120,223). Sum of RGB (Red+Green+Blue) = 141+120+223=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D78DF is #728720. Grayscale: #898989. Windows color (decimal): -7505697 or 14645389. OLE color: 14645389.
HSL color Cylindrical-coordinate representation of color #8D78DF: hue angle of 252.23º degrees, saturation: 0.62, 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 #8D78DF is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 120 | 223 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.13 |
| HSL | 252.23º | 0.62% | 0.67% | - |
| HSV(B) | 252.23º | 0.46% | 0.87% | - |
| XYZ | 31.02 | 24.42 | 72.89 | - |
| YUV | 138.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 223 | 0.37 | 0.46 | 0 | 0.13 | 252.23 | 0.62 | 0.67 |
| Hex | 8D | 78 | DF | 25 | 2E | 0 | D | FC | 3E | 43 |
| Octal | 215 | 170 | 337 | 45 | 56 | 0 | 15 | 374 | 76 | 103 |
| Binary | 10001101 | 1111000 | 11011111 | 100101 | 101110 | 0 | 1101 | 11111100 | 111110 | 1000011 |
Color Harmonies of #8D78DF
Complementary color
Monochromatic Colors of #8D78DF
Black with #8D78DF
Text Example
Text Example
White with #8D78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78DF; }
p { color: rgb(141,120,223); }
H1.HeaderClassName
{
color: #8D78DF;
}
.AnyTagClassName
{
color: #8D78DF;
}
</style>
background-color css
<style>
a { background-color: #8D78DF; }
a { background-color: rgb(141,120,223); }
div.DivClassName
{
background-color: #8D78DF;
}
.BgClassName
{
background-color: #8D78DF;
}
</style>
border-color css
<style>
span { border-color: #8D78DF; }
span { border-color: rgb(141,120,223); }
td.TdClassName
{
border-color: #8D78DF;
}
.TagClassName
{
border-color: #8D78DF;
}
</style>