Shades of Medium Purple #9977E6
Tints of Medium Purple #9977E6
RGB
CMYK
RGB Variations
Color information
#9977E6 (or 0x9977E6) is known color: Medium Purple. HEX triplet: 99, 77 and E6. RGB value is (153,119,230). Sum of RGB (Red+Green+Blue) = 153+119+230=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #9977E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9977E6 is #668819. Grayscale: #8D8D8D. Windows color (decimal): -6719514 or 15103897. OLE color: 15103897.
HSL color Cylindrical-coordinate representation of color #9977E6: hue angle of 258.38º degrees, saturation: 0.69, 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 #9977E6 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 119 | 230 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.10 |
| HSL | 258.38º | 0.69% | 0.68% | - |
| HSV(B) | 258.38º | 0.48% | 0.9% | - |
| XYZ | 34.02 | 25.68 | 78.03 | - |
| YUV | 141.82 | 177.76 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 230 | 0.33 | 0.48 | 0 | 0.10 | 258.38 | 0.69 | 0.68 |
| Hex | 99 | 77 | E6 | 21 | 30 | 0 | A | 102 | 45 | 44 |
| Octal | 231 | 167 | 346 | 41 | 60 | 0 | 12 | 402 | 105 | 104 |
| Binary | 10011001 | 1110111 | 11100110 | 100001 | 110000 | 0 | 1010 | 100000010 | 1000101 | 1000100 |
Color Harmonies of #9977E6
Complementary color
Monochromatic Colors of #9977E6
Black with #9977E6
Text Example
Text Example
White with #9977E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9977E6; }
p { color: rgb(153,119,230); }
H1.HeaderClassName
{
color: #9977E6;
}
.AnyTagClassName
{
color: #9977E6;
}
</style>
background-color css
<style>
a { background-color: #9977E6; }
a { background-color: rgb(153,119,230); }
div.DivClassName
{
background-color: #9977E6;
}
.BgClassName
{
background-color: #9977E6;
}
</style>
border-color css
<style>
span { border-color: #9977E6; }
span { border-color: rgb(153,119,230); }
td.TdClassName
{
border-color: #9977E6;
}
.TagClassName
{
border-color: #9977E6;
}
</style>