Shades of Medium Purple #9884DB
Tints of Medium Purple #9884DB
RGB
CMYK
RGB Variations
Color information
#9884DB (or 0x9884DB) is known color: Medium Purple. HEX triplet: 98, 84 and DB. RGB value is (152,132,219). Sum of RGB (Red+Green+Blue) = 152+132+219=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #9884DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884DB is #677B24. Grayscale: #939393. Windows color (decimal): -6781733 or 14386328. OLE color: 14386328.
HSL color Cylindrical-coordinate representation of color #9884DB: hue angle of 253.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9884DB is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 132 | 219 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.14 |
| HSL | 253.79º | 0.55% | 0.69% | - |
| HSV(B) | 253.79º | 0.4% | 0.86% | - |
| XYZ | 33.99 | 28.29 | 70.69 | - |
| YUV | 147.9 | 168.13 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 219 | 0.31 | 0.40 | 0 | 0.14 | 253.79 | 0.55 | 0.69 |
| Hex | 98 | 84 | DB | 1F | 28 | 0 | E | FE | 37 | 45 |
| Octal | 230 | 204 | 333 | 37 | 50 | 0 | 16 | 376 | 67 | 105 |
| Binary | 10011000 | 10000100 | 11011011 | 11111 | 101000 | 0 | 1110 | 11111110 | 110111 | 1000101 |
Color Harmonies of #9884DB
Complementary color
Monochromatic Colors of #9884DB
Black with #9884DB
Text Example
Text Example
White with #9884DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9884DB; }
p { color: rgb(152,132,219); }
H1.HeaderClassName
{
color: #9884DB;
}
.AnyTagClassName
{
color: #9884DB;
}
</style>
background-color css
<style>
a { background-color: #9884DB; }
a { background-color: rgb(152,132,219); }
div.DivClassName
{
background-color: #9884DB;
}
.BgClassName
{
background-color: #9884DB;
}
</style>
border-color css
<style>
span { border-color: #9884DB; }
span { border-color: rgb(152,132,219); }
td.TdClassName
{
border-color: #9884DB;
}
.TagClassName
{
border-color: #9884DB;
}
</style>