Shades of Medium Purple #997EEC
Tints of Medium Purple #997EEC
RGB
CMYK
RGB Variations
Color information
#997EEC (or 0x997EEC) is known color: Medium Purple. HEX triplet: 99, 7E and EC. RGB value is (153,126,236). Sum of RGB (Red+Green+Blue) = 153+126+236=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #997EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997EEC is #668113. Grayscale: #929292. Windows color (decimal): -6717716 or 15498905. OLE color: 15498905.
HSL color Cylindrical-coordinate representation of color #997EEC: hue angle of 254.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #997EEC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 126 | 236 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.07 |
| HSL | 254.73º | 0.74% | 0.71% | - |
| HSV(B) | 254.73º | 0.47% | 0.93% | - |
| XYZ | 35.74 | 27.75 | 82.83 | - |
| YUV | 146.61 | 178.45 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 236 | 0.35 | 0.47 | 0 | 0.07 | 254.73 | 0.74 | 0.71 |
| Hex | 99 | 7E | EC | 23 | 2F | 0 | 7 | FF | 4A | 47 |
| Octal | 231 | 176 | 354 | 43 | 57 | 0 | 7 | 377 | 112 | 107 |
| Binary | 10011001 | 1111110 | 11101100 | 100011 | 101111 | 0 | 111 | 11111111 | 1001010 | 1000111 |
Color Harmonies of #997EEC
Complementary color
Monochromatic Colors of #997EEC
Black with #997EEC
Text Example
Text Example
White with #997EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EEC; }
p { color: rgb(153,126,236); }
H1.HeaderClassName
{
color: #997EEC;
}
.AnyTagClassName
{
color: #997EEC;
}
</style>
background-color css
<style>
a { background-color: #997EEC; }
a { background-color: rgb(153,126,236); }
div.DivClassName
{
background-color: #997EEC;
}
.BgClassName
{
background-color: #997EEC;
}
</style>
border-color css
<style>
span { border-color: #997EEC; }
span { border-color: rgb(153,126,236); }
td.TdClassName
{
border-color: #997EEC;
}
.TagClassName
{
border-color: #997EEC;
}
</style>