Shades of Medium Purple #8C7ADF
Tints of Medium Purple #8C7ADF
RGB
CMYK
RGB Variations
Color information
#8C7ADF (or 0x8C7ADF) is known color: Medium Purple. HEX triplet: 8C, 7A and DF. RGB value is (140,122,223). Sum of RGB (Red+Green+Blue) = 140+122+223=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C7ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ADF is #738520. Grayscale: #8A8A8A. Windows color (decimal): -7570721 or 14645900. OLE color: 14645900.
HSL color Cylindrical-coordinate representation of color #8C7ADF: hue angle of 250.69º 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 #8C7ADF is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 122 | 223 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.13 |
| HSL | 250.69º | 0.61% | 0.68% | - |
| HSV(B) | 250.69º | 0.45% | 0.87% | - |
| XYZ | 31.09 | 24.82 | 72.96 | - |
| YUV | 138.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 223 | 0.37 | 0.45 | 0 | 0.13 | 250.69 | 0.61 | 0.68 |
| Hex | 8C | 7A | DF | 25 | 2D | 0 | D | FB | 3D | 44 |
| Octal | 214 | 172 | 337 | 45 | 55 | 0 | 15 | 373 | 75 | 104 |
| Binary | 10001100 | 1111010 | 11011111 | 100101 | 101101 | 0 | 1101 | 11111011 | 111101 | 1000100 |
Color Harmonies of #8C7ADF
Complementary color
Monochromatic Colors of #8C7ADF
Black with #8C7ADF
Text Example
Text Example
White with #8C7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7ADF; }
p { color: rgb(140,122,223); }
H1.HeaderClassName
{
color: #8C7ADF;
}
.AnyTagClassName
{
color: #8C7ADF;
}
</style>
background-color css
<style>
a { background-color: #8C7ADF; }
a { background-color: rgb(140,122,223); }
div.DivClassName
{
background-color: #8C7ADF;
}
.BgClassName
{
background-color: #8C7ADF;
}
</style>
border-color css
<style>
span { border-color: #8C7ADF; }
span { border-color: rgb(140,122,223); }
td.TdClassName
{
border-color: #8C7ADF;
}
.TagClassName
{
border-color: #8C7ADF;
}
</style>