Shades of Medium Purple #9E87DC
Tints of Medium Purple #9E87DC
RGB
CMYK
RGB Variations
Color information
#9E87DC (or 0x9E87DC) is known color: Medium Purple. HEX triplet: 9E, 87 and DC. RGB value is (158,135,220). Sum of RGB (Red+Green+Blue) = 158+135+220=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E87DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E87DC is #617823. Grayscale: #979797. Windows color (decimal): -6387748 or 14452638. OLE color: 14452638.
HSL color Cylindrical-coordinate representation of color #9E87DC: hue angle of 256.24º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E87DC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 135 | 220 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.14 |
| HSL | 256.24º | 0.55% | 0.7% | - |
| HSV(B) | 256.24º | 0.39% | 0.86% | - |
| XYZ | 35.68 | 29.76 | 71.57 | - |
| YUV | 151.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 220 | 0.28 | 0.39 | 0 | 0.14 | 256.24 | 0.55 | 0.7 |
| Hex | 9E | 87 | DC | 1C | 27 | 0 | E | 100 | 37 | 46 |
| Octal | 236 | 207 | 334 | 34 | 47 | 0 | 16 | 400 | 67 | 106 |
| Binary | 10011110 | 10000111 | 11011100 | 11100 | 100111 | 0 | 1110 | 100000000 | 110111 | 1000110 |
Color Harmonies of #9E87DC
Complementary color
Monochromatic Colors of #9E87DC
Black with #9E87DC
Text Example
Text Example
White with #9E87DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E87DC; }
p { color: rgb(158,135,220); }
H1.HeaderClassName
{
color: #9E87DC;
}
.AnyTagClassName
{
color: #9E87DC;
}
</style>
background-color css
<style>
a { background-color: #9E87DC; }
a { background-color: rgb(158,135,220); }
div.DivClassName
{
background-color: #9E87DC;
}
.BgClassName
{
background-color: #9E87DC;
}
</style>
border-color css
<style>
span { border-color: #9E87DC; }
span { border-color: rgb(158,135,220); }
td.TdClassName
{
border-color: #9E87DC;
}
.TagClassName
{
border-color: #9E87DC;
}
</style>