Shades of Medium Purple #8F61DF
Tints of Medium Purple #8F61DF
RGB
CMYK
RGB Variations
Color information
#8F61DF (or 0x8F61DF) is known color: Medium Purple. HEX triplet: 8F, 61 and DF. RGB value is (143,97,223). Sum of RGB (Red+Green+Blue) = 143+97+223=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F61DF is #709E20. Grayscale: #7C7C7C. Windows color (decimal): -7380513 or 14639503. OLE color: 14639503.
HSL color Cylindrical-coordinate representation of color #8F61DF: hue angle of 261.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F61DF is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 97 | 223 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.13 |
| HSL | 261.9º | 0.66% | 0.63% | - |
| HSV(B) | 261.9º | 0.57% | 0.87% | - |
| XYZ | 28.92 | 19.72 | 72.09 | - |
| YUV | 125.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 223 | 0.36 | 0.57 | 0 | 0.13 | 261.9 | 0.66 | 0.63 |
| Hex | 8F | 61 | DF | 24 | 39 | 0 | D | 106 | 42 | 3F |
| Octal | 217 | 141 | 337 | 44 | 71 | 0 | 15 | 406 | 102 | 77 |
| Binary | 10001111 | 1100001 | 11011111 | 100100 | 111001 | 0 | 1101 | 100000110 | 1000010 | 111111 |
Color Harmonies of #8F61DF
Complementary color
Monochromatic Colors of #8F61DF
Black with #8F61DF
Text Example
Text Example
White with #8F61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F61DF; }
p { color: rgb(143,97,223); }
H1.HeaderClassName
{
color: #8F61DF;
}
.AnyTagClassName
{
color: #8F61DF;
}
</style>
background-color css
<style>
a { background-color: #8F61DF; }
a { background-color: rgb(143,97,223); }
div.DivClassName
{
background-color: #8F61DF;
}
.BgClassName
{
background-color: #8F61DF;
}
</style>
border-color css
<style>
span { border-color: #8F61DF; }
span { border-color: rgb(143,97,223); }
td.TdClassName
{
border-color: #8F61DF;
}
.TagClassName
{
border-color: #8F61DF;
}
</style>