Shades of Medium Purple #9977E5
Tints of Medium Purple #9977E5
RGB
CMYK
RGB Variations
Color information
#9977E5 (or 0x9977E5) is known color: Medium Purple. HEX triplet: 99, 77 and E5. RGB value is (153,119,229). Sum of RGB (Red+Green+Blue) = 153+119+229=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #9977E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977E5 is #66881A. Grayscale: #8D8D8D. Windows color (decimal): -6719515 or 15038361. OLE color: 15038361.
HSL color Cylindrical-coordinate representation of color #9977E5: hue angle of 258.55º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9977E5 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 119 | 229 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.10 |
| HSL | 258.55º | 0.68% | 0.68% | - |
| HSV(B) | 258.55º | 0.48% | 0.9% | - |
| XYZ | 33.88 | 25.62 | 77.29 | - |
| YUV | 141.71 | 177.26 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 229 | 0.33 | 0.48 | 0 | 0.10 | 258.55 | 0.68 | 0.68 |
| Hex | 99 | 77 | E5 | 21 | 30 | 0 | A | 103 | 44 | 44 |
| Octal | 231 | 167 | 345 | 41 | 60 | 0 | 12 | 403 | 104 | 104 |
| Binary | 10011001 | 1110111 | 11100101 | 100001 | 110000 | 0 | 1010 | 100000011 | 1000100 | 1000100 |
Color Harmonies of #9977E5
Complementary color
Monochromatic Colors of #9977E5
Black with #9977E5
Text Example
Text Example
White with #9977E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9977E5; }
p { color: rgb(153,119,229); }
H1.HeaderClassName
{
color: #9977E5;
}
.AnyTagClassName
{
color: #9977E5;
}
</style>
background-color css
<style>
a { background-color: #9977E5; }
a { background-color: rgb(153,119,229); }
div.DivClassName
{
background-color: #9977E5;
}
.BgClassName
{
background-color: #9977E5;
}
</style>
border-color css
<style>
span { border-color: #9977E5; }
span { border-color: rgb(153,119,229); }
td.TdClassName
{
border-color: #9977E5;
}
.TagClassName
{
border-color: #9977E5;
}
</style>