Shades of Medium Purple #8F78DD
Tints of Medium Purple #8F78DD
RGB
CMYK
RGB Variations
Color information
#8F78DD (or 0x8F78DD) is known color: Medium Purple. HEX triplet: 8F, 78 and DD. RGB value is (143,120,221). Sum of RGB (Red+Green+Blue) = 143+120+221=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78DD is #708722. Grayscale: #8A8A8A. Windows color (decimal): -7374627 or 14514319. OLE color: 14514319.
HSL color Cylindrical-coordinate representation of color #8F78DD: hue angle of 253.66º 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 #8F78DD is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 120 | 221 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.13 |
| HSL | 253.66º | 0.6% | 0.67% | - |
| HSV(B) | 253.66º | 0.46% | 0.87% | - |
| XYZ | 31.1 | 24.49 | 71.5 | - |
| YUV | 138.39 | 174.62 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 221 | 0.35 | 0.46 | 0 | 0.13 | 253.66 | 0.6 | 0.67 |
| Hex | 8F | 78 | DD | 23 | 2E | 0 | D | FE | 3C | 43 |
| Octal | 217 | 170 | 335 | 43 | 56 | 0 | 15 | 376 | 74 | 103 |
| Binary | 10001111 | 1111000 | 11011101 | 100011 | 101110 | 0 | 1101 | 11111110 | 111100 | 1000011 |
Color Harmonies of #8F78DD
Complementary color
Monochromatic Colors of #8F78DD
Black with #8F78DD
Text Example
Text Example
White with #8F78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78DD; }
p { color: rgb(143,120,221); }
H1.HeaderClassName
{
color: #8F78DD;
}
.AnyTagClassName
{
color: #8F78DD;
}
</style>
background-color css
<style>
a { background-color: #8F78DD; }
a { background-color: rgb(143,120,221); }
div.DivClassName
{
background-color: #8F78DD;
}
.BgClassName
{
background-color: #8F78DD;
}
</style>
border-color css
<style>
span { border-color: #8F78DD; }
span { border-color: rgb(143,120,221); }
td.TdClassName
{
border-color: #8F78DD;
}
.TagClassName
{
border-color: #8F78DD;
}
</style>