Shades of Medium Purple #9987DF
Tints of Medium Purple #9987DF
RGB
CMYK
RGB Variations
Color information
#9987DF (or 0x9987DF) is known color: Medium Purple. HEX triplet: 99, 87 and DF. RGB value is (153,135,223). Sum of RGB (Red+Green+Blue) = 153+135+223=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #9987DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987DF is #667820. Grayscale: #969696. Windows color (decimal): -6715425 or 14649241. OLE color: 14649241.
HSL color Cylindrical-coordinate representation of color #9987DF: hue angle of 252.27º degrees, saturation: 0.58, 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 #9987DF is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 135 | 223 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.13 |
| HSL | 252.27º | 0.58% | 0.7% | - |
| HSV(B) | 252.27º | 0.39% | 0.87% | - |
| XYZ | 35.12 | 29.43 | 73.64 | - |
| YUV | 150.41 | 168.96 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 223 | 0.31 | 0.39 | 0 | 0.13 | 252.27 | 0.58 | 0.7 |
| Hex | 99 | 87 | DF | 1F | 27 | 0 | D | FC | 3A | 46 |
| Octal | 231 | 207 | 337 | 37 | 47 | 0 | 15 | 374 | 72 | 106 |
| Binary | 10011001 | 10000111 | 11011111 | 11111 | 100111 | 0 | 1101 | 11111100 | 111010 | 1000110 |
Color Harmonies of #9987DF
Complementary color
Monochromatic Colors of #9987DF
Black with #9987DF
Text Example
Text Example
White with #9987DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9987DF; }
p { color: rgb(153,135,223); }
H1.HeaderClassName
{
color: #9987DF;
}
.AnyTagClassName
{
color: #9987DF;
}
</style>
background-color css
<style>
a { background-color: #9987DF; }
a { background-color: rgb(153,135,223); }
div.DivClassName
{
background-color: #9987DF;
}
.BgClassName
{
background-color: #9987DF;
}
</style>
border-color css
<style>
span { border-color: #9987DF; }
span { border-color: rgb(153,135,223); }
td.TdClassName
{
border-color: #9987DF;
}
.TagClassName
{
border-color: #9987DF;
}
</style>