Shades of Medium Purple #9E88DD
Tints of Medium Purple #9E88DD
RGB
CMYK
RGB Variations
Color information
#9E88DD (or 0x9E88DD) is known color: Medium Purple. HEX triplet: 9E, 88 and DD. RGB value is (158,136,221). Sum of RGB (Red+Green+Blue) = 158+136+221=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E88DD is #617722. Grayscale: #979797. Windows color (decimal): -6387491 or 14518430. OLE color: 14518430.
HSL color Cylindrical-coordinate representation of color #9E88DD: hue angle of 255.53º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E88DD is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 136 | 221 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.13 |
| HSL | 255.53º | 0.56% | 0.7% | - |
| HSV(B) | 255.53º | 0.38% | 0.87% | - |
| XYZ | 35.96 | 30.1 | 72.32 | - |
| YUV | 152.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 221 | 0.29 | 0.38 | 0 | 0.13 | 255.53 | 0.56 | 0.7 |
| Hex | 9E | 88 | DD | 1D | 26 | 0 | D | 100 | 38 | 46 |
| Octal | 236 | 210 | 335 | 35 | 46 | 0 | 15 | 400 | 70 | 106 |
| Binary | 10011110 | 10001000 | 11011101 | 11101 | 100110 | 0 | 1101 | 100000000 | 111000 | 1000110 |
Color Harmonies of #9E88DD
Complementary color
Monochromatic Colors of #9E88DD
Black with #9E88DD
Text Example
Text Example
White with #9E88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E88DD; }
p { color: rgb(158,136,221); }
H1.HeaderClassName
{
color: #9E88DD;
}
.AnyTagClassName
{
color: #9E88DD;
}
</style>
background-color css
<style>
a { background-color: #9E88DD; }
a { background-color: rgb(158,136,221); }
div.DivClassName
{
background-color: #9E88DD;
}
.BgClassName
{
background-color: #9E88DD;
}
</style>
border-color css
<style>
span { border-color: #9E88DD; }
span { border-color: rgb(158,136,221); }
td.TdClassName
{
border-color: #9E88DD;
}
.TagClassName
{
border-color: #9E88DD;
}
</style>