Shades of Medium Purple #997EE0
Tints of Medium Purple #997EE0
RGB
CMYK
RGB Variations
Color information
#997EE0 (or 0x997EE0) is known color: Medium Purple. HEX triplet: 99, 7E and E0. RGB value is (153,126,224). Sum of RGB (Red+Green+Blue) = 153+126+224=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #997EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EE0 is #66811F. Grayscale: #909090. Windows color (decimal): -6717728 or 14712473. OLE color: 14712473.
HSL color Cylindrical-coordinate representation of color #997EE0: hue angle of 256.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997EE0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 126 | 224 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.12 |
| HSL | 256.53º | 0.61% | 0.69% | - |
| HSV(B) | 256.53º | 0.44% | 0.88% | - |
| XYZ | 34.05 | 27.08 | 73.95 | - |
| YUV | 145.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 224 | 0.32 | 0.44 | 0 | 0.12 | 256.53 | 0.61 | 0.69 |
| Hex | 99 | 7E | E0 | 20 | 2C | 0 | C | 101 | 3D | 45 |
| Octal | 231 | 176 | 340 | 40 | 54 | 0 | 14 | 401 | 75 | 105 |
| Binary | 10011001 | 1111110 | 11100000 | 100000 | 101100 | 0 | 1100 | 100000001 | 111101 | 1000101 |
Color Harmonies of #997EE0
Complementary color
Monochromatic Colors of #997EE0
Black with #997EE0
Text Example
Text Example
White with #997EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EE0; }
p { color: rgb(153,126,224); }
H1.HeaderClassName
{
color: #997EE0;
}
.AnyTagClassName
{
color: #997EE0;
}
</style>
background-color css
<style>
a { background-color: #997EE0; }
a { background-color: rgb(153,126,224); }
div.DivClassName
{
background-color: #997EE0;
}
.BgClassName
{
background-color: #997EE0;
}
</style>
border-color css
<style>
span { border-color: #997EE0; }
span { border-color: rgb(153,126,224); }
td.TdClassName
{
border-color: #997EE0;
}
.TagClassName
{
border-color: #997EE0;
}
</style>