Shades of Medium Purple #9988DB
Tints of Medium Purple #9988DB
RGB
CMYK
RGB Variations
Color information
#9988DB (or 0x9988DB) is known color: Medium Purple. HEX triplet: 99, 88 and DB. RGB value is (153,136,219). Sum of RGB (Red+Green+Blue) = 153+136+219=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #9988DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988DB is #667724. Grayscale: #969696. Windows color (decimal): -6715173 or 14387353. OLE color: 14387353.
HSL color Cylindrical-coordinate representation of color #9988DB: hue angle of 252.29º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9988DB is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 136 | 219 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.14 |
| HSL | 252.29º | 0.54% | 0.7% | - |
| HSV(B) | 252.29º | 0.38% | 0.86% | - |
| XYZ | 34.73 | 29.5 | 70.88 | - |
| YUV | 150.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 219 | 0.30 | 0.38 | 0 | 0.14 | 252.29 | 0.54 | 0.7 |
| Hex | 99 | 88 | DB | 1E | 26 | 0 | E | FC | 36 | 46 |
| Octal | 231 | 210 | 333 | 36 | 46 | 0 | 16 | 374 | 66 | 106 |
| Binary | 10011001 | 10001000 | 11011011 | 11110 | 100110 | 0 | 1110 | 11111100 | 110110 | 1000110 |
Color Harmonies of #9988DB
Complementary color
Monochromatic Colors of #9988DB
Black with #9988DB
Text Example
Text Example
White with #9988DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9988DB; }
p { color: rgb(153,136,219); }
H1.HeaderClassName
{
color: #9988DB;
}
.AnyTagClassName
{
color: #9988DB;
}
</style>
background-color css
<style>
a { background-color: #9988DB; }
a { background-color: rgb(153,136,219); }
div.DivClassName
{
background-color: #9988DB;
}
.BgClassName
{
background-color: #9988DB;
}
</style>
border-color css
<style>
span { border-color: #9988DB; }
span { border-color: rgb(153,136,219); }
td.TdClassName
{
border-color: #9988DB;
}
.TagClassName
{
border-color: #9988DB;
}
</style>