Shades of Medium Purple #8D7ADA
Tints of Medium Purple #8D7ADA
RGB
CMYK
RGB Variations
Color information
#8D7ADA (or 0x8D7ADA) is known color: Medium Purple. HEX triplet: 8D, 7A and DA. RGB value is (141,122,218). Sum of RGB (Red+Green+Blue) = 141+122+218=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D7ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7ADA is #728525. Grayscale: #8A8A8A. Windows color (decimal): -7505190 or 14318221. OLE color: 14318221.
HSL color Cylindrical-coordinate representation of color #8D7ADA: hue angle of 251.87º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D7ADA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 122 | 218 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.15 |
| HSL | 251.88º | 0.56% | 0.67% | - |
| HSV(B) | 251.88º | 0.44% | 0.85% | - |
| XYZ | 30.6 | 24.64 | 69.47 | - |
| YUV | 138.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 218 | 0.35 | 0.44 | 0 | 0.15 | 251.88 | 0.56 | 0.67 |
| Hex | 8D | 7A | DA | 23 | 2C | 0 | F | FC | 38 | 43 |
| Octal | 215 | 172 | 332 | 43 | 54 | 0 | 17 | 374 | 70 | 103 |
| Binary | 10001101 | 1111010 | 11011010 | 100011 | 101100 | 0 | 1111 | 11111100 | 111000 | 1000011 |
Color Harmonies of #8D7ADA
Complementary color
Monochromatic Colors of #8D7ADA
Black with #8D7ADA
Text Example
Text Example
White with #8D7ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7ADA; }
p { color: rgb(141,122,218); }
H1.HeaderClassName
{
color: #8D7ADA;
}
.AnyTagClassName
{
color: #8D7ADA;
}
</style>
background-color css
<style>
a { background-color: #8D7ADA; }
a { background-color: rgb(141,122,218); }
div.DivClassName
{
background-color: #8D7ADA;
}
.BgClassName
{
background-color: #8D7ADA;
}
</style>
border-color css
<style>
span { border-color: #8D7ADA; }
span { border-color: rgb(141,122,218); }
td.TdClassName
{
border-color: #8D7ADA;
}
.TagClassName
{
border-color: #8D7ADA;
}
</style>