Shades of Medium Purple #9988DD
Tints of Medium Purple #9988DD
RGB
CMYK
RGB Variations
Color information
#9988DD (or 0x9988DD) is known color: Medium Purple. HEX triplet: 99, 88 and DD. RGB value is (153,136,221). Sum of RGB (Red+Green+Blue) = 153+136+221=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #9988DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988DD is #667722. Grayscale: #969696. Windows color (decimal): -6715171 or 14518425. OLE color: 14518425.
HSL color Cylindrical-coordinate representation of color #9988DD: hue angle of 252º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9988DD is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 136 | 221 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.13 |
| HSL | 252º | 0.56% | 0.7% | - |
| HSV(B) | 252º | 0.38% | 0.87% | - |
| XYZ | 34.99 | 29.6 | 72.28 | - |
| YUV | 150.77 | 167.63 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 221 | 0.31 | 0.38 | 0 | 0.13 | 252 | 0.56 | 0.7 |
| Hex | 99 | 88 | DD | 1F | 26 | 0 | D | FC | 38 | 46 |
| Octal | 231 | 210 | 335 | 37 | 46 | 0 | 15 | 374 | 70 | 106 |
| Binary | 10011001 | 10001000 | 11011101 | 11111 | 100110 | 0 | 1101 | 11111100 | 111000 | 1000110 |
Color Harmonies of #9988DD
Complementary color
Monochromatic Colors of #9988DD
Black with #9988DD
Text Example
Text Example
White with #9988DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9988DD; }
p { color: rgb(153,136,221); }
H1.HeaderClassName
{
color: #9988DD;
}
.AnyTagClassName
{
color: #9988DD;
}
</style>
background-color css
<style>
a { background-color: #9988DD; }
a { background-color: rgb(153,136,221); }
div.DivClassName
{
background-color: #9988DD;
}
.BgClassName
{
background-color: #9988DD;
}
</style>
border-color css
<style>
span { border-color: #9988DD; }
span { border-color: rgb(153,136,221); }
td.TdClassName
{
border-color: #9988DD;
}
.TagClassName
{
border-color: #9988DD;
}
</style>