Shades of Medium Purple #9E87DB
Tints of Medium Purple #9E87DB
RGB
CMYK
RGB Variations
Color information
#9E87DB (or 0x9E87DB) is known color: Medium Purple. HEX triplet: 9E, 87 and DB. RGB value is (158,135,219). Sum of RGB (Red+Green+Blue) = 158+135+219=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E87DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E87DB is #617824. Grayscale: #979797. Windows color (decimal): -6387749 or 14387102. OLE color: 14387102.
HSL color Cylindrical-coordinate representation of color #9E87DB: hue angle of 256.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E87DB is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 135 | 219 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.14 |
| HSL | 256.43º | 0.54% | 0.69% | - |
| HSV(B) | 256.43º | 0.38% | 0.86% | - |
| XYZ | 35.55 | 29.71 | 70.88 | - |
| YUV | 151.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 219 | 0.28 | 0.38 | 0 | 0.14 | 256.43 | 0.54 | 0.69 |
| Hex | 9E | 87 | DB | 1C | 26 | 0 | E | 100 | 36 | 45 |
| Octal | 236 | 207 | 333 | 34 | 46 | 0 | 16 | 400 | 66 | 105 |
| Binary | 10011110 | 10000111 | 11011011 | 11100 | 100110 | 0 | 1110 | 100000000 | 110110 | 1000101 |
Color Harmonies of #9E87DB
Complementary color
Monochromatic Colors of #9E87DB
Black with #9E87DB
Text Example
Text Example
White with #9E87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E87DB; }
p { color: rgb(158,135,219); }
H1.HeaderClassName
{
color: #9E87DB;
}
.AnyTagClassName
{
color: #9E87DB;
}
</style>
background-color css
<style>
a { background-color: #9E87DB; }
a { background-color: rgb(158,135,219); }
div.DivClassName
{
background-color: #9E87DB;
}
.BgClassName
{
background-color: #9E87DB;
}
</style>
border-color css
<style>
span { border-color: #9E87DB; }
span { border-color: rgb(158,135,219); }
td.TdClassName
{
border-color: #9E87DB;
}
.TagClassName
{
border-color: #9E87DB;
}
</style>