Shades of Medium Purple #8C7ADB
Tints of Medium Purple #8C7ADB
RGB
CMYK
RGB Variations
Color information
#8C7ADB (or 0x8C7ADB) is known color: Medium Purple. HEX triplet: 8C, 7A and DB. RGB value is (140,122,219). Sum of RGB (Red+Green+Blue) = 140+122+219=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C7ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7ADB is #738524. Grayscale: #8A8A8A. Windows color (decimal): -7570725 or 14383756. OLE color: 14383756.
HSL color Cylindrical-coordinate representation of color #8C7ADB: hue angle of 251.13º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C7ADB is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 122 | 219 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.14 |
| HSL | 251.13º | 0.57% | 0.67% | - |
| HSV(B) | 251.13º | 0.44% | 0.86% | - |
| XYZ | 30.56 | 24.61 | 70.16 | - |
| YUV | 138.44 | 173.46 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 219 | 0.36 | 0.44 | 0 | 0.14 | 251.13 | 0.57 | 0.67 |
| Hex | 8C | 7A | DB | 24 | 2C | 0 | E | FB | 39 | 43 |
| Octal | 214 | 172 | 333 | 44 | 54 | 0 | 16 | 373 | 71 | 103 |
| Binary | 10001100 | 1111010 | 11011011 | 100100 | 101100 | 0 | 1110 | 11111011 | 111001 | 1000011 |
Color Harmonies of #8C7ADB
Complementary color
Monochromatic Colors of #8C7ADB
Black with #8C7ADB
Text Example
Text Example
White with #8C7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7ADB; }
p { color: rgb(140,122,219); }
H1.HeaderClassName
{
color: #8C7ADB;
}
.AnyTagClassName
{
color: #8C7ADB;
}
</style>
background-color css
<style>
a { background-color: #8C7ADB; }
a { background-color: rgb(140,122,219); }
div.DivClassName
{
background-color: #8C7ADB;
}
.BgClassName
{
background-color: #8C7ADB;
}
</style>
border-color css
<style>
span { border-color: #8C7ADB; }
span { border-color: rgb(140,122,219); }
td.TdClassName
{
border-color: #8C7ADB;
}
.TagClassName
{
border-color: #8C7ADB;
}
</style>