Shades of Medium Purple #997EEE
Tints of Medium Purple #997EEE
RGB
CMYK
RGB Variations
Color information
#997EEE (or 0x997EEE) is known color: Medium Purple. HEX triplet: 99, 7E and EE. RGB value is (153,126,238). Sum of RGB (Red+Green+Blue) = 153+126+238=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #997EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997EEE is #668111. Grayscale: #929292. Windows color (decimal): -6717714 or 15629977. OLE color: 15629977.
HSL color Cylindrical-coordinate representation of color #997EEE: hue angle of 254.46º degrees, saturation: 0.77, 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 #997EEE is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 126 | 238 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.07 |
| HSL | 254.46º | 0.77% | 0.71% | - |
| HSV(B) | 254.46º | 0.47% | 0.93% | - |
| XYZ | 36.03 | 27.87 | 84.37 | - |
| YUV | 146.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 238 | 0.36 | 0.47 | 0 | 0.07 | 254.46 | 0.77 | 0.71 |
| Hex | 99 | 7E | EE | 24 | 2F | 0 | 7 | FE | 4D | 47 |
| Octal | 231 | 176 | 356 | 44 | 57 | 0 | 7 | 376 | 115 | 107 |
| Binary | 10011001 | 1111110 | 11101110 | 100100 | 101111 | 0 | 111 | 11111110 | 1001101 | 1000111 |
Color Harmonies of #997EEE
Complementary color
Monochromatic Colors of #997EEE
Black with #997EEE
Text Example
Text Example
White with #997EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EEE; }
p { color: rgb(153,126,238); }
H1.HeaderClassName
{
color: #997EEE;
}
.AnyTagClassName
{
color: #997EEE;
}
</style>
background-color css
<style>
a { background-color: #997EEE; }
a { background-color: rgb(153,126,238); }
div.DivClassName
{
background-color: #997EEE;
}
.BgClassName
{
background-color: #997EEE;
}
</style>
border-color css
<style>
span { border-color: #997EEE; }
span { border-color: rgb(153,126,238); }
td.TdClassName
{
border-color: #997EEE;
}
.TagClassName
{
border-color: #997EEE;
}
</style>