Shades of Medium Purple #8D57DD
Tints of Medium Purple #8D57DD
RGB
CMYK
RGB Variations
Color information
#8D57DD (or 0x8D57DD) is known color: Medium Purple. HEX triplet: 8D, 57 and DD. RGB value is (141,87,221). Sum of RGB (Red+Green+Blue) = 141+87+221=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D57DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D57DD is #72A822. Grayscale: #757575. Windows color (decimal): -7514147 or 14505869. OLE color: 14505869.
HSL color Cylindrical-coordinate representation of color #8D57DD: hue angle of 264.18º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D57DD is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 87 | 221 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.13 |
| HSL | 264.18º | 0.66% | 0.6% | - |
| HSV(B) | 264.18º | 0.61% | 0.87% | - |
| XYZ | 27.44 | 17.7 | 70.38 | - |
| YUV | 118.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 221 | 0.36 | 0.61 | 0 | 0.13 | 264.18 | 0.66 | 0.6 |
| Hex | 8D | 57 | DD | 24 | 3D | 0 | D | 108 | 42 | 3C |
| Octal | 215 | 127 | 335 | 44 | 75 | 0 | 15 | 410 | 102 | 74 |
| Binary | 10001101 | 1010111 | 11011101 | 100100 | 111101 | 0 | 1101 | 100001000 | 1000010 | 111100 |
Color Harmonies of #8D57DD
Complementary color
Monochromatic Colors of #8D57DD
Black with #8D57DD
Text Example
Text Example
White with #8D57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D57DD; }
p { color: rgb(141,87,221); }
H1.HeaderClassName
{
color: #8D57DD;
}
.AnyTagClassName
{
color: #8D57DD;
}
</style>
background-color css
<style>
a { background-color: #8D57DD; }
a { background-color: rgb(141,87,221); }
div.DivClassName
{
background-color: #8D57DD;
}
.BgClassName
{
background-color: #8D57DD;
}
</style>
border-color css
<style>
span { border-color: #8D57DD; }
span { border-color: rgb(141,87,221); }
td.TdClassName
{
border-color: #8D57DD;
}
.TagClassName
{
border-color: #8D57DD;
}
</style>