Shades of Medium Purple #997FEE
Tints of Medium Purple #997FEE
RGB
CMYK
RGB Variations
Color information
#997FEE (or 0x997FEE) is known color: Medium Purple. HEX triplet: 99, 7F and EE. RGB value is (153,127,238). Sum of RGB (Red+Green+Blue) = 153+127+238=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #997FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997FEE is #668011. Grayscale: #939393. Windows color (decimal): -6717458 or 15630233. OLE color: 15630233.
HSL color Cylindrical-coordinate representation of color #997FEE: hue angle of 254.05º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #997FEE is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 127 | 238 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.07 |
| HSL | 254.05º | 0.77% | 0.72% | - |
| HSV(B) | 254.05º | 0.47% | 0.93% | - |
| XYZ | 36.16 | 28.12 | 84.41 | - |
| YUV | 147.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 238 | 0.36 | 0.47 | 0 | 0.07 | 254.05 | 0.77 | 0.72 |
| Hex | 99 | 7F | EE | 24 | 2F | 0 | 7 | FE | 4D | 48 |
| Octal | 231 | 177 | 356 | 44 | 57 | 0 | 7 | 376 | 115 | 110 |
| Binary | 10011001 | 1111111 | 11101110 | 100100 | 101111 | 0 | 111 | 11111110 | 1001101 | 1001000 |
Color Harmonies of #997FEE
Complementary color
Monochromatic Colors of #997FEE
Black with #997FEE
Text Example
Text Example
White with #997FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FEE; }
p { color: rgb(153,127,238); }
H1.HeaderClassName
{
color: #997FEE;
}
.AnyTagClassName
{
color: #997FEE;
}
</style>
background-color css
<style>
a { background-color: #997FEE; }
a { background-color: rgb(153,127,238); }
div.DivClassName
{
background-color: #997FEE;
}
.BgClassName
{
background-color: #997FEE;
}
</style>
border-color css
<style>
span { border-color: #997FEE; }
span { border-color: rgb(153,127,238); }
td.TdClassName
{
border-color: #997FEE;
}
.TagClassName
{
border-color: #997FEE;
}
</style>