Shades of Medium Purple #8D7AD5
Tints of Medium Purple #8D7AD5
RGB
CMYK
RGB Variations
Color information
#8D7AD5 (or 0x8D7AD5) is known color: Medium Purple. HEX triplet: 8D, 7A and D5. RGB value is (141,122,213). Sum of RGB (Red+Green+Blue) = 141+122+213=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D7AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7AD5 is #72852A. Grayscale: #898989. Windows color (decimal): -7505195 or 13990541. OLE color: 13990541.
HSL color Cylindrical-coordinate representation of color #8D7AD5: hue angle of 252.53º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D7AD5 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 122 | 213 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.16 |
| HSL | 252.53º | 0.52% | 0.66% | - |
| HSV(B) | 252.53º | 0.43% | 0.84% | - |
| XYZ | 29.95 | 24.39 | 66.08 | - |
| YUV | 138.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 213 | 0.34 | 0.43 | 0 | 0.16 | 252.53 | 0.52 | 0.66 |
| Hex | 8D | 7A | D5 | 22 | 2B | 0 | 10 | FD | 34 | 42 |
| Octal | 215 | 172 | 325 | 42 | 53 | 0 | 20 | 375 | 64 | 102 |
| Binary | 10001101 | 1111010 | 11010101 | 100010 | 101011 | 0 | 10000 | 11111101 | 110100 | 1000010 |
Color Harmonies of #8D7AD5
Complementary color
Monochromatic Colors of #8D7AD5
Black with #8D7AD5
Text Example
Text Example
White with #8D7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7AD5; }
p { color: rgb(141,122,213); }
H1.HeaderClassName
{
color: #8D7AD5;
}
.AnyTagClassName
{
color: #8D7AD5;
}
</style>
background-color css
<style>
a { background-color: #8D7AD5; }
a { background-color: rgb(141,122,213); }
div.DivClassName
{
background-color: #8D7AD5;
}
.BgClassName
{
background-color: #8D7AD5;
}
</style>
border-color css
<style>
span { border-color: #8D7AD5; }
span { border-color: rgb(141,122,213); }
td.TdClassName
{
border-color: #8D7AD5;
}
.TagClassName
{
border-color: #8D7AD5;
}
</style>