Shades of Medium Purple #8D5DDA
Tints of Medium Purple #8D5DDA
RGB
CMYK
RGB Variations
Color information
#8D5DDA (or 0x8D5DDA) is known color: Medium Purple. HEX triplet: 8D, 5D and DA. RGB value is (141,93,218). Sum of RGB (Red+Green+Blue) = 141+93+218=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D5DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DDA is #72A225. Grayscale: #797979. Windows color (decimal): -7512614 or 14310797. OLE color: 14310797.
HSL color Cylindrical-coordinate representation of color #8D5DDA: hue angle of 263.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D5DDA is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 93 | 218 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.15 |
| HSL | 263.04º | 0.63% | 0.61% | - |
| HSV(B) | 263.04º | 0.57% | 0.85% | - |
| XYZ | 27.55 | 18.55 | 68.46 | - |
| YUV | 121.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 218 | 0.35 | 0.57 | 0 | 0.15 | 263.04 | 0.63 | 0.61 |
| Hex | 8D | 5D | DA | 23 | 39 | 0 | F | 107 | 3F | 3D |
| Octal | 215 | 135 | 332 | 43 | 71 | 0 | 17 | 407 | 77 | 75 |
| Binary | 10001101 | 1011101 | 11011010 | 100011 | 111001 | 0 | 1111 | 100000111 | 111111 | 111101 |
Color Harmonies of #8D5DDA
Complementary color
Monochromatic Colors of #8D5DDA
Black with #8D5DDA
Text Example
Text Example
White with #8D5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5DDA; }
p { color: rgb(141,93,218); }
H1.HeaderClassName
{
color: #8D5DDA;
}
.AnyTagClassName
{
color: #8D5DDA;
}
</style>
background-color css
<style>
a { background-color: #8D5DDA; }
a { background-color: rgb(141,93,218); }
div.DivClassName
{
background-color: #8D5DDA;
}
.BgClassName
{
background-color: #8D5DDA;
}
</style>
border-color css
<style>
span { border-color: #8D5DDA; }
span { border-color: rgb(141,93,218); }
td.TdClassName
{
border-color: #8D5DDA;
}
.TagClassName
{
border-color: #8D5DDA;
}
</style>