Shades of Medium Purple #8F78DB
Tints of Medium Purple #8F78DB
RGB
CMYK
RGB Variations
Color information
#8F78DB (or 0x8F78DB) is known color: Medium Purple. HEX triplet: 8F, 78 and DB. RGB value is (143,120,219). Sum of RGB (Red+Green+Blue) = 143+120+219=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78DB is #708724. Grayscale: #898989. Windows color (decimal): -7374629 or 14383247. OLE color: 14383247.
HSL color Cylindrical-coordinate representation of color #8F78DB: hue angle of 253.94º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F78DB is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 120 | 219 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.14 |
| HSL | 253.94º | 0.58% | 0.66% | - |
| HSV(B) | 253.94º | 0.45% | 0.86% | - |
| XYZ | 30.83 | 24.39 | 70.1 | - |
| YUV | 138.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 219 | 0.35 | 0.45 | 0 | 0.14 | 253.94 | 0.58 | 0.66 |
| Hex | 8F | 78 | DB | 23 | 2D | 0 | E | FE | 3A | 42 |
| Octal | 217 | 170 | 333 | 43 | 55 | 0 | 16 | 376 | 72 | 102 |
| Binary | 10001111 | 1111000 | 11011011 | 100011 | 101101 | 0 | 1110 | 11111110 | 111010 | 1000010 |
Color Harmonies of #8F78DB
Complementary color
Monochromatic Colors of #8F78DB
Black with #8F78DB
Text Example
Text Example
White with #8F78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78DB; }
p { color: rgb(143,120,219); }
H1.HeaderClassName
{
color: #8F78DB;
}
.AnyTagClassName
{
color: #8F78DB;
}
</style>
background-color css
<style>
a { background-color: #8F78DB; }
a { background-color: rgb(143,120,219); }
div.DivClassName
{
background-color: #8F78DB;
}
.BgClassName
{
background-color: #8F78DB;
}
</style>
border-color css
<style>
span { border-color: #8F78DB; }
span { border-color: rgb(143,120,219); }
td.TdClassName
{
border-color: #8F78DB;
}
.TagClassName
{
border-color: #8F78DB;
}
</style>