Shades of Medium Purple #9977DD
Tints of Medium Purple #9977DD
RGB
CMYK
RGB Variations
Color information
#9977DD (or 0x9977DD) is known color: Medium Purple. HEX triplet: 99, 77 and DD. RGB value is (153,119,221). Sum of RGB (Red+Green+Blue) = 153+119+221=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #9977DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977DD is #668822. Grayscale: #8C8C8C. Windows color (decimal): -6719523 or 14514073. OLE color: 14514073.
HSL color Cylindrical-coordinate representation of color #9977DD: hue angle of 260º 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 #9977DD is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 119 | 221 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.13 |
| HSL | 260º | 0.6% | 0.67% | - |
| HSV(B) | 260º | 0.46% | 0.87% | - |
| XYZ | 32.78 | 25.19 | 71.54 | - |
| YUV | 140.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 221 | 0.31 | 0.46 | 0 | 0.13 | 260 | 0.6 | 0.67 |
| Hex | 99 | 77 | DD | 1F | 2E | 0 | D | 104 | 3C | 43 |
| Octal | 231 | 167 | 335 | 37 | 56 | 0 | 15 | 404 | 74 | 103 |
| Binary | 10011001 | 1110111 | 11011101 | 11111 | 101110 | 0 | 1101 | 100000100 | 111100 | 1000011 |
Color Harmonies of #9977DD
Complementary color
Monochromatic Colors of #9977DD
Black with #9977DD
Text Example
Text Example
White with #9977DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9977DD; }
p { color: rgb(153,119,221); }
H1.HeaderClassName
{
color: #9977DD;
}
.AnyTagClassName
{
color: #9977DD;
}
</style>
background-color css
<style>
a { background-color: #9977DD; }
a { background-color: rgb(153,119,221); }
div.DivClassName
{
background-color: #9977DD;
}
.BgClassName
{
background-color: #9977DD;
}
</style>
border-color css
<style>
span { border-color: #9977DD; }
span { border-color: rgb(153,119,221); }
td.TdClassName
{
border-color: #9977DD;
}
.TagClassName
{
border-color: #9977DD;
}
</style>