Shades of Medium Purple #8F78DC
Tints of Medium Purple #8F78DC
RGB
CMYK
RGB Variations
Color information
#8F78DC (or 0x8F78DC) is known color: Medium Purple. HEX triplet: 8F, 78 and DC. RGB value is (143,120,220). Sum of RGB (Red+Green+Blue) = 143+120+220=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F78DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F78DC is #708723. Grayscale: #898989. Windows color (decimal): -7374628 or 14448783. OLE color: 14448783.
HSL color Cylindrical-coordinate representation of color #8F78DC: hue angle of 253.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F78DC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 120 | 220 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.14 |
| HSL | 253.8º | 0.59% | 0.67% | - |
| HSV(B) | 253.8º | 0.45% | 0.86% | - |
| XYZ | 30.96 | 24.44 | 70.8 | - |
| YUV | 138.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 220 | 0.35 | 0.45 | 0 | 0.14 | 253.8 | 0.59 | 0.67 |
| Hex | 8F | 78 | DC | 23 | 2D | 0 | E | FE | 3B | 43 |
| Octal | 217 | 170 | 334 | 43 | 55 | 0 | 16 | 376 | 73 | 103 |
| Binary | 10001111 | 1111000 | 11011100 | 100011 | 101101 | 0 | 1110 | 11111110 | 111011 | 1000011 |
Color Harmonies of #8F78DC
Complementary color
Monochromatic Colors of #8F78DC
Black with #8F78DC
Text Example
Text Example
White with #8F78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F78DC; }
p { color: rgb(143,120,220); }
H1.HeaderClassName
{
color: #8F78DC;
}
.AnyTagClassName
{
color: #8F78DC;
}
</style>
background-color css
<style>
a { background-color: #8F78DC; }
a { background-color: rgb(143,120,220); }
div.DivClassName
{
background-color: #8F78DC;
}
.BgClassName
{
background-color: #8F78DC;
}
</style>
border-color css
<style>
span { border-color: #8F78DC; }
span { border-color: rgb(143,120,220); }
td.TdClassName
{
border-color: #8F78DC;
}
.TagClassName
{
border-color: #8F78DC;
}
</style>