Shades of Medium Purple #8F78D8
Tints of Medium Purple #8F78D8
RGB
CMYK
RGB Variations
Color information
#8F78D8 (or 0x8F78D8) is known color: Medium Purple. HEX triplet: 8F, 78 and D8. RGB value is (143,120,216). Sum of RGB (Red+Green+Blue) = 143+120+216=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F78D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78D8 is #708727. Grayscale: #898989. Windows color (decimal): -7374632 or 14186639. OLE color: 14186639.
HSL color Cylindrical-coordinate representation of color #8F78D8: hue angle of 254.38º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F78D8 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 120 | 216 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.15 |
| HSL | 254.38º | 0.55% | 0.66% | - |
| HSV(B) | 254.38º | 0.44% | 0.85% | - |
| XYZ | 30.44 | 24.23 | 68.04 | - |
| YUV | 137.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 216 | 0.34 | 0.44 | 0 | 0.15 | 254.38 | 0.55 | 0.66 |
| Hex | 8F | 78 | D8 | 22 | 2C | 0 | F | FE | 37 | 42 |
| Octal | 217 | 170 | 330 | 42 | 54 | 0 | 17 | 376 | 67 | 102 |
| Binary | 10001111 | 1111000 | 11011000 | 100010 | 101100 | 0 | 1111 | 11111110 | 110111 | 1000010 |
Color Harmonies of #8F78D8
Complementary color
Monochromatic Colors of #8F78D8
Black with #8F78D8
Text Example
Text Example
White with #8F78D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78D8; }
p { color: rgb(143,120,216); }
H1.HeaderClassName
{
color: #8F78D8;
}
.AnyTagClassName
{
color: #8F78D8;
}
</style>
background-color css
<style>
a { background-color: #8F78D8; }
a { background-color: rgb(143,120,216); }
div.DivClassName
{
background-color: #8F78D8;
}
.BgClassName
{
background-color: #8F78D8;
}
</style>
border-color css
<style>
span { border-color: #8F78D8; }
span { border-color: rgb(143,120,216); }
td.TdClassName
{
border-color: #8F78D8;
}
.TagClassName
{
border-color: #8F78D8;
}
</style>