Shades of Medium Purple #9877DD
Tints of Medium Purple #9877DD
RGB
CMYK
RGB Variations
Color information
#9877DD (or 0x9877DD) is known color: Medium Purple. HEX triplet: 98, 77 and DD. RGB value is (152,119,221). Sum of RGB (Red+Green+Blue) = 152+119+221=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #9877DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877DD is #678822. Grayscale: #8C8C8C. Windows color (decimal): -6785059 or 14514072. OLE color: 14514072.
HSL color Cylindrical-coordinate representation of color #9877DD: hue angle of 259.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9877DD is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 119 | 221 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.13 |
| HSL | 259.41º | 0.6% | 0.67% | - |
| HSV(B) | 259.41º | 0.46% | 0.87% | - |
| XYZ | 32.6 | 25.09 | 71.53 | - |
| YUV | 140.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 221 | 0.31 | 0.46 | 0 | 0.13 | 259.41 | 0.6 | 0.67 |
| Hex | 98 | 77 | DD | 1F | 2E | 0 | D | 103 | 3C | 43 |
| Octal | 230 | 167 | 335 | 37 | 56 | 0 | 15 | 403 | 74 | 103 |
| Binary | 10011000 | 1110111 | 11011101 | 11111 | 101110 | 0 | 1101 | 100000011 | 111100 | 1000011 |
Color Harmonies of #9877DD
Complementary color
Monochromatic Colors of #9877DD
Black with #9877DD
Text Example
Text Example
White with #9877DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9877DD; }
p { color: rgb(152,119,221); }
H1.HeaderClassName
{
color: #9877DD;
}
.AnyTagClassName
{
color: #9877DD;
}
</style>
background-color css
<style>
a { background-color: #9877DD; }
a { background-color: rgb(152,119,221); }
div.DivClassName
{
background-color: #9877DD;
}
.BgClassName
{
background-color: #9877DD;
}
</style>
border-color css
<style>
span { border-color: #9877DD; }
span { border-color: rgb(152,119,221); }
td.TdClassName
{
border-color: #9877DD;
}
.TagClassName
{
border-color: #9877DD;
}
</style>