Shades of Medium Purple #997EF1
Tints of Medium Purple #997EF1
RGB
CMYK
RGB Variations
Color information
#997EF1 (or 0x997EF1) is known color: Medium Purple. HEX triplet: 99, 7E and F1. RGB value is (153,126,241). Sum of RGB (Red+Green+Blue) = 153+126+241=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #997EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997EF1 is #66810E. Grayscale: #929292. Windows color (decimal): -6717711 or 15826585. OLE color: 15826585.
HSL color Cylindrical-coordinate representation of color #997EF1: hue angle of 254.09º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997EF1 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 126 | 241 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.05 |
| HSL | 254.09º | 0.8% | 0.72% | - |
| HSV(B) | 254.09º | 0.48% | 0.95% | - |
| XYZ | 36.47 | 28.04 | 86.71 | - |
| YUV | 147.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 241 | 0.37 | 0.48 | 0 | 0.05 | 254.09 | 0.8 | 0.72 |
| Hex | 99 | 7E | F1 | 25 | 30 | 0 | 5 | FE | 50 | 48 |
| Octal | 231 | 176 | 361 | 45 | 60 | 0 | 5 | 376 | 120 | 110 |
| Binary | 10011001 | 1111110 | 11110001 | 100101 | 110000 | 0 | 101 | 11111110 | 1010000 | 1001000 |
Color Harmonies of #997EF1
Complementary color
Monochromatic Colors of #997EF1
Black with #997EF1
Text Example
Text Example
White with #997EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EF1; }
p { color: rgb(153,126,241); }
H1.HeaderClassName
{
color: #997EF1;
}
.AnyTagClassName
{
color: #997EF1;
}
</style>
background-color css
<style>
a { background-color: #997EF1; }
a { background-color: rgb(153,126,241); }
div.DivClassName
{
background-color: #997EF1;
}
.BgClassName
{
background-color: #997EF1;
}
</style>
border-color css
<style>
span { border-color: #997EF1; }
span { border-color: rgb(153,126,241); }
td.TdClassName
{
border-color: #997EF1;
}
.TagClassName
{
border-color: #997EF1;
}
</style>