Shades of Medium Purple #9888DD
Tints of Medium Purple #9888DD
RGB
CMYK
RGB Variations
Color information
#9888DD (or 0x9888DD) is known color: Medium Purple. HEX triplet: 98, 88 and DD. RGB value is (152,136,221). Sum of RGB (Red+Green+Blue) = 152+136+221=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #9888DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888DD is #677722. Grayscale: #969696. Windows color (decimal): -6780707 or 14518424. OLE color: 14518424.
HSL color Cylindrical-coordinate representation of color #9888DD: hue angle of 251.29º 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 #9888DD is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 136 | 221 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.13 |
| HSL | 251.29º | 0.56% | 0.7% | - |
| HSV(B) | 251.29º | 0.38% | 0.87% | - |
| XYZ | 34.8 | 29.5 | 72.27 | - |
| YUV | 150.47 | 167.8 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 221 | 0.31 | 0.38 | 0 | 0.13 | 251.29 | 0.56 | 0.7 |
| Hex | 98 | 88 | DD | 1F | 26 | 0 | D | FB | 38 | 46 |
| Octal | 230 | 210 | 335 | 37 | 46 | 0 | 15 | 373 | 70 | 106 |
| Binary | 10011000 | 10001000 | 11011101 | 11111 | 100110 | 0 | 1101 | 11111011 | 111000 | 1000110 |
Color Harmonies of #9888DD
Complementary color
Monochromatic Colors of #9888DD
Black with #9888DD
Text Example
Text Example
White with #9888DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9888DD; }
p { color: rgb(152,136,221); }
H1.HeaderClassName
{
color: #9888DD;
}
.AnyTagClassName
{
color: #9888DD;
}
</style>
background-color css
<style>
a { background-color: #9888DD; }
a { background-color: rgb(152,136,221); }
div.DivClassName
{
background-color: #9888DD;
}
.BgClassName
{
background-color: #9888DD;
}
</style>
border-color css
<style>
span { border-color: #9888DD; }
span { border-color: rgb(152,136,221); }
td.TdClassName
{
border-color: #9888DD;
}
.TagClassName
{
border-color: #9888DD;
}
</style>