Shades of Medium Purple #9987DB
Tints of Medium Purple #9987DB
RGB
CMYK
RGB Variations
Color information
#9987DB (or 0x9987DB) is known color: Medium Purple. HEX triplet: 99, 87 and DB. RGB value is (153,135,219). Sum of RGB (Red+Green+Blue) = 153+135+219=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #9987DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987DB is #667824. Grayscale: #959595. Windows color (decimal): -6715429 or 14387097. OLE color: 14387097.
HSL color Cylindrical-coordinate representation of color #9987DB: hue angle of 252.86º 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 #9987DB is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 135 | 219 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.14 |
| HSL | 252.86º | 0.54% | 0.69% | - |
| HSV(B) | 252.86º | 0.38% | 0.86% | - |
| XYZ | 34.59 | 29.21 | 70.83 | - |
| YUV | 149.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 219 | 0.30 | 0.38 | 0 | 0.14 | 252.86 | 0.54 | 0.69 |
| Hex | 99 | 87 | DB | 1E | 26 | 0 | E | FD | 36 | 45 |
| Octal | 231 | 207 | 333 | 36 | 46 | 0 | 16 | 375 | 66 | 105 |
| Binary | 10011001 | 10000111 | 11011011 | 11110 | 100110 | 0 | 1110 | 11111101 | 110110 | 1000101 |
Color Harmonies of #9987DB
Complementary color
Monochromatic Colors of #9987DB
Black with #9987DB
Text Example
Text Example
White with #9987DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9987DB; }
p { color: rgb(153,135,219); }
H1.HeaderClassName
{
color: #9987DB;
}
.AnyTagClassName
{
color: #9987DB;
}
</style>
background-color css
<style>
a { background-color: #9987DB; }
a { background-color: rgb(153,135,219); }
div.DivClassName
{
background-color: #9987DB;
}
.BgClassName
{
background-color: #9987DB;
}
</style>
border-color css
<style>
span { border-color: #9987DB; }
span { border-color: rgb(153,135,219); }
td.TdClassName
{
border-color: #9987DB;
}
.TagClassName
{
border-color: #9987DB;
}
</style>