Shades of Medium Purple #8C7ADE
Tints of Medium Purple #8C7ADE
RGB
CMYK
RGB Variations
Color information
#8C7ADE (or 0x8C7ADE) is known color: Medium Purple. HEX triplet: 8C, 7A and DE. RGB value is (140,122,222). Sum of RGB (Red+Green+Blue) = 140+122+222=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C7ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ADE is #738521. Grayscale: #8A8A8A. Windows color (decimal): -7570722 or 14580364. OLE color: 14580364.
HSL color Cylindrical-coordinate representation of color #8C7ADE: hue angle of 250.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C7ADE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 122 | 222 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.13 |
| HSL | 250.8º | 0.6% | 0.67% | - |
| HSV(B) | 250.8º | 0.45% | 0.87% | - |
| XYZ | 30.96 | 24.77 | 72.26 | - |
| YUV | 138.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 222 | 0.37 | 0.45 | 0 | 0.13 | 250.8 | 0.6 | 0.67 |
| Hex | 8C | 7A | DE | 25 | 2D | 0 | D | FB | 3C | 43 |
| Octal | 214 | 172 | 336 | 45 | 55 | 0 | 15 | 373 | 74 | 103 |
| Binary | 10001100 | 1111010 | 11011110 | 100101 | 101101 | 0 | 1101 | 11111011 | 111100 | 1000011 |
Color Harmonies of #8C7ADE
Complementary color
Monochromatic Colors of #8C7ADE
Black with #8C7ADE
Text Example
Text Example
White with #8C7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7ADE; }
p { color: rgb(140,122,222); }
H1.HeaderClassName
{
color: #8C7ADE;
}
.AnyTagClassName
{
color: #8C7ADE;
}
</style>
background-color css
<style>
a { background-color: #8C7ADE; }
a { background-color: rgb(140,122,222); }
div.DivClassName
{
background-color: #8C7ADE;
}
.BgClassName
{
background-color: #8C7ADE;
}
</style>
border-color css
<style>
span { border-color: #8C7ADE; }
span { border-color: rgb(140,122,222); }
td.TdClassName
{
border-color: #8C7ADE;
}
.TagClassName
{
border-color: #8C7ADE;
}
</style>