Shades of Medium Purple #8F7ADF
Tints of Medium Purple #8F7ADF
RGB
CMYK
RGB Variations
Color information
#8F7ADF (or 0x8F7ADF) is known color: Medium Purple. HEX triplet: 8F, 7A and DF. RGB value is (143,122,223). Sum of RGB (Red+Green+Blue) = 143+122+223=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F7ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ADF is #708520. Grayscale: #8B8B8B. Windows color (decimal): -7374113 or 14645903. OLE color: 14645903.
HSL color Cylindrical-coordinate representation of color #8F7ADF: hue angle of 252.48º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F7ADF is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 122 | 223 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.13 |
| HSL | 252.48º | 0.61% | 0.68% | - |
| HSV(B) | 252.48º | 0.45% | 0.87% | - |
| XYZ | 31.61 | 25.09 | 72.99 | - |
| YUV | 139.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 223 | 0.36 | 0.45 | 0 | 0.13 | 252.48 | 0.61 | 0.68 |
| Hex | 8F | 7A | DF | 24 | 2D | 0 | D | FC | 3D | 44 |
| Octal | 217 | 172 | 337 | 44 | 55 | 0 | 15 | 374 | 75 | 104 |
| Binary | 10001111 | 1111010 | 11011111 | 100100 | 101101 | 0 | 1101 | 11111100 | 111101 | 1000100 |
Color Harmonies of #8F7ADF
Complementary color
Monochromatic Colors of #8F7ADF
Black with #8F7ADF
Text Example
Text Example
White with #8F7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7ADF; }
p { color: rgb(143,122,223); }
H1.HeaderClassName
{
color: #8F7ADF;
}
.AnyTagClassName
{
color: #8F7ADF;
}
</style>
background-color css
<style>
a { background-color: #8F7ADF; }
a { background-color: rgb(143,122,223); }
div.DivClassName
{
background-color: #8F7ADF;
}
.BgClassName
{
background-color: #8F7ADF;
}
</style>
border-color css
<style>
span { border-color: #8F7ADF; }
span { border-color: rgb(143,122,223); }
td.TdClassName
{
border-color: #8F7ADF;
}
.TagClassName
{
border-color: #8F7ADF;
}
</style>