Shades of Medium Purple #9887D9
Tints of Medium Purple #9887D9
RGB
CMYK
RGB Variations
Color information
#9887D9 (or 0x9887D9) is known color: Medium Purple. HEX triplet: 98, 87 and D9. RGB value is (152,135,217). Sum of RGB (Red+Green+Blue) = 152+135+217=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #9887D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887D9 is #677826. Grayscale: #959595. Windows color (decimal): -6780967 or 14256024. OLE color: 14256024.
HSL color Cylindrical-coordinate representation of color #9887D9: hue angle of 252.44º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9887D9 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 135 | 217 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.15 |
| HSL | 252.44º | 0.52% | 0.69% | - |
| HSV(B) | 252.44º | 0.38% | 0.85% | - |
| XYZ | 34.14 | 29.01 | 69.45 | - |
| YUV | 149.43 | 166.13 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 217 | 0.30 | 0.38 | 0 | 0.15 | 252.44 | 0.52 | 0.69 |
| Hex | 98 | 87 | D9 | 1E | 26 | 0 | F | FC | 34 | 45 |
| Octal | 230 | 207 | 331 | 36 | 46 | 0 | 17 | 374 | 64 | 105 |
| Binary | 10011000 | 10000111 | 11011001 | 11110 | 100110 | 0 | 1111 | 11111100 | 110100 | 1000101 |
Color Harmonies of #9887D9
Complementary color
Monochromatic Colors of #9887D9
Black with #9887D9
Text Example
Text Example
White with #9887D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9887D9; }
p { color: rgb(152,135,217); }
H1.HeaderClassName
{
color: #9887D9;
}
.AnyTagClassName
{
color: #9887D9;
}
</style>
background-color css
<style>
a { background-color: #9887D9; }
a { background-color: rgb(152,135,217); }
div.DivClassName
{
background-color: #9887D9;
}
.BgClassName
{
background-color: #9887D9;
}
</style>
border-color css
<style>
span { border-color: #9887D9; }
span { border-color: rgb(152,135,217); }
td.TdClassName
{
border-color: #9887D9;
}
.TagClassName
{
border-color: #9887D9;
}
</style>