Shades of Medium Purple #9886DB
Tints of Medium Purple #9886DB
RGB
CMYK
RGB Variations
Color information
#9886DB (or 0x9886DB) is known color: Medium Purple. HEX triplet: 98, 86 and DB. RGB value is (152,134,219). Sum of RGB (Red+Green+Blue) = 152+134+219=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #9886DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886DB is #677924. Grayscale: #949494. Windows color (decimal): -6781221 or 14386840. OLE color: 14386840.
HSL color Cylindrical-coordinate representation of color #9886DB: hue angle of 252.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9886DB is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 134 | 219 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.14 |
| HSL | 252.71º | 0.54% | 0.69% | - |
| HSV(B) | 252.71º | 0.39% | 0.86% | - |
| XYZ | 34.26 | 28.84 | 70.78 | - |
| YUV | 149.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 219 | 0.31 | 0.39 | 0 | 0.14 | 252.71 | 0.54 | 0.69 |
| Hex | 98 | 86 | DB | 1F | 27 | 0 | E | FD | 36 | 45 |
| Octal | 230 | 206 | 333 | 37 | 47 | 0 | 16 | 375 | 66 | 105 |
| Binary | 10011000 | 10000110 | 11011011 | 11111 | 100111 | 0 | 1110 | 11111101 | 110110 | 1000101 |
Color Harmonies of #9886DB
Complementary color
Monochromatic Colors of #9886DB
Black with #9886DB
Text Example
Text Example
White with #9886DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9886DB; }
p { color: rgb(152,134,219); }
H1.HeaderClassName
{
color: #9886DB;
}
.AnyTagClassName
{
color: #9886DB;
}
</style>
background-color css
<style>
a { background-color: #9886DB; }
a { background-color: rgb(152,134,219); }
div.DivClassName
{
background-color: #9886DB;
}
.BgClassName
{
background-color: #9886DB;
}
</style>
border-color css
<style>
span { border-color: #9886DB; }
span { border-color: rgb(152,134,219); }
td.TdClassName
{
border-color: #9886DB;
}
.TagClassName
{
border-color: #9886DB;
}
</style>