Shades of Medium Purple #9E87DD
Tints of Medium Purple #9E87DD
RGB
CMYK
RGB Variations
Color information
#9E87DD (or 0x9E87DD) is known color: Medium Purple. HEX triplet: 9E, 87 and DD. RGB value is (158,135,221). Sum of RGB (Red+Green+Blue) = 158+135+221=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E87DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E87DD is #617822. Grayscale: #979797. Windows color (decimal): -6387747 or 14518174. OLE color: 14518174.
HSL color Cylindrical-coordinate representation of color #9E87DD: hue angle of 256.05º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E87DD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 135 | 221 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.13 |
| HSL | 256.05º | 0.56% | 0.7% | - |
| HSV(B) | 256.05º | 0.39% | 0.87% | - |
| XYZ | 35.82 | 29.82 | 72.27 | - |
| YUV | 151.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 221 | 0.29 | 0.39 | 0 | 0.13 | 256.05 | 0.56 | 0.7 |
| Hex | 9E | 87 | DD | 1D | 27 | 0 | D | 100 | 38 | 46 |
| Octal | 236 | 207 | 335 | 35 | 47 | 0 | 15 | 400 | 70 | 106 |
| Binary | 10011110 | 10000111 | 11011101 | 11101 | 100111 | 0 | 1101 | 100000000 | 111000 | 1000110 |
Color Harmonies of #9E87DD
Complementary color
Monochromatic Colors of #9E87DD
Black with #9E87DD
Text Example
Text Example
White with #9E87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E87DD; }
p { color: rgb(158,135,221); }
H1.HeaderClassName
{
color: #9E87DD;
}
.AnyTagClassName
{
color: #9E87DD;
}
</style>
background-color css
<style>
a { background-color: #9E87DD; }
a { background-color: rgb(158,135,221); }
div.DivClassName
{
background-color: #9E87DD;
}
.BgClassName
{
background-color: #9E87DD;
}
</style>
border-color css
<style>
span { border-color: #9E87DD; }
span { border-color: rgb(158,135,221); }
td.TdClassName
{
border-color: #9E87DD;
}
.TagClassName
{
border-color: #9E87DD;
}
</style>