Shades of Medium Purple #997EEA
Tints of Medium Purple #997EEA
RGB
CMYK
RGB Variations
Color information
#997EEA (or 0x997EEA) is known color: Medium Purple. HEX triplet: 99, 7E and EA. RGB value is (153,126,234). Sum of RGB (Red+Green+Blue) = 153+126+234=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #997EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997EEA is #668115. Grayscale: #919191. Windows color (decimal): -6717718 or 15367833. OLE color: 15367833.
HSL color Cylindrical-coordinate representation of color #997EEA: hue angle of 255º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #997EEA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 126 | 234 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.08 |
| HSL | 255º | 0.72% | 0.71% | - |
| HSV(B) | 255º | 0.46% | 0.92% | - |
| XYZ | 35.45 | 27.63 | 81.31 | - |
| YUV | 146.39 | 177.45 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 234 | 0.35 | 0.46 | 0 | 0.08 | 255 | 0.72 | 0.71 |
| Hex | 99 | 7E | EA | 23 | 2E | 0 | 8 | FF | 48 | 47 |
| Octal | 231 | 176 | 352 | 43 | 56 | 0 | 10 | 377 | 110 | 107 |
| Binary | 10011001 | 1111110 | 11101010 | 100011 | 101110 | 0 | 1000 | 11111111 | 1001000 | 1000111 |
Color Harmonies of #997EEA
Complementary color
Monochromatic Colors of #997EEA
Black with #997EEA
Text Example
Text Example
White with #997EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EEA; }
p { color: rgb(153,126,234); }
H1.HeaderClassName
{
color: #997EEA;
}
.AnyTagClassName
{
color: #997EEA;
}
</style>
background-color css
<style>
a { background-color: #997EEA; }
a { background-color: rgb(153,126,234); }
div.DivClassName
{
background-color: #997EEA;
}
.BgClassName
{
background-color: #997EEA;
}
</style>
border-color css
<style>
span { border-color: #997EEA; }
span { border-color: rgb(153,126,234); }
td.TdClassName
{
border-color: #997EEA;
}
.TagClassName
{
border-color: #997EEA;
}
</style>