Shades of Medium Purple #9884DD
Tints of Medium Purple #9884DD
RGB
CMYK
RGB Variations
Color information
#9884DD (or 0x9884DD) is known color: Medium Purple. HEX triplet: 98, 84 and DD. RGB value is (152,132,221). Sum of RGB (Red+Green+Blue) = 152+132+221=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #9884DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884DD is #677B22. Grayscale: #939393. Windows color (decimal): -6781731 or 14517400. OLE color: 14517400.
HSL color Cylindrical-coordinate representation of color #9884DD: hue angle of 253.48º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9884DD is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 132 | 221 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.13 |
| HSL | 253.48º | 0.57% | 0.69% | - |
| HSV(B) | 253.48º | 0.4% | 0.87% | - |
| XYZ | 34.25 | 28.4 | 72.08 | - |
| YUV | 148.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 221 | 0.31 | 0.40 | 0 | 0.13 | 253.48 | 0.57 | 0.69 |
| Hex | 98 | 84 | DD | 1F | 28 | 0 | D | FD | 39 | 45 |
| Octal | 230 | 204 | 335 | 37 | 50 | 0 | 15 | 375 | 71 | 105 |
| Binary | 10011000 | 10000100 | 11011101 | 11111 | 101000 | 0 | 1101 | 11111101 | 111001 | 1000101 |
Color Harmonies of #9884DD
Complementary color
Monochromatic Colors of #9884DD
Black with #9884DD
Text Example
Text Example
White with #9884DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9884DD; }
p { color: rgb(152,132,221); }
H1.HeaderClassName
{
color: #9884DD;
}
.AnyTagClassName
{
color: #9884DD;
}
</style>
background-color css
<style>
a { background-color: #9884DD; }
a { background-color: rgb(152,132,221); }
div.DivClassName
{
background-color: #9884DD;
}
.BgClassName
{
background-color: #9884DD;
}
</style>
border-color css
<style>
span { border-color: #9884DD; }
span { border-color: rgb(152,132,221); }
td.TdClassName
{
border-color: #9884DD;
}
.TagClassName
{
border-color: #9884DD;
}
</style>