Shades of Medium Purple #8F80DD
Tints of Medium Purple #8F80DD
RGB
CMYK
RGB Variations
Color information
#8F80DD (or 0x8F80DD) is known color: Medium Purple. HEX triplet: 8F, 80 and DD. RGB value is (143,128,221). Sum of RGB (Red+Green+Blue) = 143+128+221=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80DD is #707F22. Grayscale: #8E8E8E. Windows color (decimal): -7372579 or 14516367. OLE color: 14516367.
HSL color Cylindrical-coordinate representation of color #8F80DD: hue angle of 249.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F80DD is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 128 | 221 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.13 |
| HSL | 249.68º | 0.58% | 0.68% | - |
| HSV(B) | 249.68º | 0.42% | 0.87% | - |
| XYZ | 32.1 | 26.5 | 71.83 | - |
| YUV | 143.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 221 | 0.35 | 0.42 | 0 | 0.13 | 249.68 | 0.58 | 0.68 |
| Hex | 8F | 80 | DD | 23 | 2A | 0 | D | FA | 3A | 44 |
| Octal | 217 | 200 | 335 | 43 | 52 | 0 | 15 | 372 | 72 | 104 |
| Binary | 10001111 | 10000000 | 11011101 | 100011 | 101010 | 0 | 1101 | 11111010 | 111010 | 1000100 |
Color Harmonies of #8F80DD
Complementary color
Monochromatic Colors of #8F80DD
Black with #8F80DD
Text Example
Text Example
White with #8F80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80DD; }
p { color: rgb(143,128,221); }
H1.HeaderClassName
{
color: #8F80DD;
}
.AnyTagClassName
{
color: #8F80DD;
}
</style>
background-color css
<style>
a { background-color: #8F80DD; }
a { background-color: rgb(143,128,221); }
div.DivClassName
{
background-color: #8F80DD;
}
.BgClassName
{
background-color: #8F80DD;
}
</style>
border-color css
<style>
span { border-color: #8F80DD; }
span { border-color: rgb(143,128,221); }
td.TdClassName
{
border-color: #8F80DD;
}
.TagClassName
{
border-color: #8F80DD;
}
</style>