Shades of Medium Purple #8C7ADD
Tints of Medium Purple #8C7ADD
RGB
CMYK
RGB Variations
Color information
#8C7ADD (or 0x8C7ADD) is known color: Medium Purple. HEX triplet: 8C, 7A and DD. RGB value is (140,122,221). Sum of RGB (Red+Green+Blue) = 140+122+221=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ADD is #738522. Grayscale: #8A8A8A. Windows color (decimal): -7570723 or 14514828. OLE color: 14514828.
HSL color Cylindrical-coordinate representation of color #8C7ADD: hue angle of 250.91º degrees, saturation: 0.59, 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 #8C7ADD is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 122 | 221 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.13 |
| HSL | 250.91º | 0.59% | 0.67% | - |
| HSV(B) | 250.91º | 0.45% | 0.87% | - |
| XYZ | 30.83 | 24.71 | 71.55 | - |
| YUV | 138.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 221 | 0.37 | 0.45 | 0 | 0.13 | 250.91 | 0.59 | 0.67 |
| Hex | 8C | 7A | DD | 25 | 2D | 0 | D | FB | 3B | 43 |
| Octal | 214 | 172 | 335 | 45 | 55 | 0 | 15 | 373 | 73 | 103 |
| Binary | 10001100 | 1111010 | 11011101 | 100101 | 101101 | 0 | 1101 | 11111011 | 111011 | 1000011 |
Color Harmonies of #8C7ADD
Complementary color
Monochromatic Colors of #8C7ADD
Black with #8C7ADD
Text Example
Text Example
White with #8C7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7ADD; }
p { color: rgb(140,122,221); }
H1.HeaderClassName
{
color: #8C7ADD;
}
.AnyTagClassName
{
color: #8C7ADD;
}
</style>
background-color css
<style>
a { background-color: #8C7ADD; }
a { background-color: rgb(140,122,221); }
div.DivClassName
{
background-color: #8C7ADD;
}
.BgClassName
{
background-color: #8C7ADD;
}
</style>
border-color css
<style>
span { border-color: #8C7ADD; }
span { border-color: rgb(140,122,221); }
td.TdClassName
{
border-color: #8C7ADD;
}
.TagClassName
{
border-color: #8C7ADD;
}
</style>