Shades of Medium Purple #9877DB
Tints of Medium Purple #9877DB
RGB
CMYK
RGB Variations
Color information
#9877DB (or 0x9877DB) is known color: Medium Purple. HEX triplet: 98, 77 and DB. RGB value is (152,119,219). Sum of RGB (Red+Green+Blue) = 152+119+219=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #9877DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877DB is #678824. Grayscale: #8B8B8B. Windows color (decimal): -6785061 or 14383000. OLE color: 14383000.
HSL color Cylindrical-coordinate representation of color #9877DB: hue angle of 259.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9877DB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 119 | 219 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.14 |
| HSL | 259.8º | 0.58% | 0.66% | - |
| HSV(B) | 259.8º | 0.46% | 0.86% | - |
| XYZ | 32.33 | 24.98 | 70.14 | - |
| YUV | 140.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 219 | 0.31 | 0.46 | 0 | 0.14 | 259.8 | 0.58 | 0.66 |
| Hex | 98 | 77 | DB | 1F | 2E | 0 | E | 104 | 3A | 42 |
| Octal | 230 | 167 | 333 | 37 | 56 | 0 | 16 | 404 | 72 | 102 |
| Binary | 10011000 | 1110111 | 11011011 | 11111 | 101110 | 0 | 1110 | 100000100 | 111010 | 1000010 |
Color Harmonies of #9877DB
Complementary color
Monochromatic Colors of #9877DB
Black with #9877DB
Text Example
Text Example
White with #9877DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9877DB; }
p { color: rgb(152,119,219); }
H1.HeaderClassName
{
color: #9877DB;
}
.AnyTagClassName
{
color: #9877DB;
}
</style>
background-color css
<style>
a { background-color: #9877DB; }
a { background-color: rgb(152,119,219); }
div.DivClassName
{
background-color: #9877DB;
}
.BgClassName
{
background-color: #9877DB;
}
</style>
border-color css
<style>
span { border-color: #9877DB; }
span { border-color: rgb(152,119,219); }
td.TdClassName
{
border-color: #9877DB;
}
.TagClassName
{
border-color: #9877DB;
}
</style>