Shades of Medium Purple #8F7FDD
Tints of Medium Purple #8F7FDD
RGB
CMYK
RGB Variations
Color information
#8F7FDD (or 0x8F7FDD) is known color: Medium Purple. HEX triplet: 8F, 7F and DD. RGB value is (143,127,221). Sum of RGB (Red+Green+Blue) = 143+127+221=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F7FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FDD is #708022. Grayscale: #8E8E8E. Windows color (decimal): -7372835 or 14516111. OLE color: 14516111.
HSL color Cylindrical-coordinate representation of color #8F7FDD: hue angle of 250.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F7FDD is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 127 | 221 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.13 |
| HSL | 250.21º | 0.58% | 0.68% | - |
| HSV(B) | 250.21º | 0.43% | 0.87% | - |
| XYZ | 31.97 | 26.24 | 71.79 | - |
| YUV | 142.5 | 172.3 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 221 | 0.35 | 0.43 | 0 | 0.13 | 250.21 | 0.58 | 0.68 |
| Hex | 8F | 7F | DD | 23 | 2B | 0 | D | FA | 3A | 44 |
| Octal | 217 | 177 | 335 | 43 | 53 | 0 | 15 | 372 | 72 | 104 |
| Binary | 10001111 | 1111111 | 11011101 | 100011 | 101011 | 0 | 1101 | 11111010 | 111010 | 1000100 |
Color Harmonies of #8F7FDD
Complementary color
Monochromatic Colors of #8F7FDD
Black with #8F7FDD
Text Example
Text Example
White with #8F7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FDD; }
p { color: rgb(143,127,221); }
H1.HeaderClassName
{
color: #8F7FDD;
}
.AnyTagClassName
{
color: #8F7FDD;
}
</style>
background-color css
<style>
a { background-color: #8F7FDD; }
a { background-color: rgb(143,127,221); }
div.DivClassName
{
background-color: #8F7FDD;
}
.BgClassName
{
background-color: #8F7FDD;
}
</style>
border-color css
<style>
span { border-color: #8F7FDD; }
span { border-color: rgb(143,127,221); }
td.TdClassName
{
border-color: #8F7FDD;
}
.TagClassName
{
border-color: #8F7FDD;
}
</style>