Shades of Medium Purple #997CEE
Tints of Medium Purple #997CEE
RGB
CMYK
RGB Variations
Color information
#997CEE (or 0x997CEE) is known color: Medium Purple. HEX triplet: 99, 7C and EE. RGB value is (153,124,238). Sum of RGB (Red+Green+Blue) = 153+124+238=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #997CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CEE is #668311. Grayscale: #919191. Windows color (decimal): -6718226 or 15629465. OLE color: 15629465.
HSL color Cylindrical-coordinate representation of color #997CEE: hue angle of 255.26º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997CEE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 124 | 238 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.07 |
| HSL | 255.26º | 0.77% | 0.71% | - |
| HSV(B) | 255.26º | 0.48% | 0.93% | - |
| XYZ | 35.78 | 27.36 | 84.28 | - |
| YUV | 145.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 238 | 0.36 | 0.48 | 0 | 0.07 | 255.26 | 0.77 | 0.71 |
| Hex | 99 | 7C | EE | 24 | 30 | 0 | 7 | FF | 4D | 47 |
| Octal | 231 | 174 | 356 | 44 | 60 | 0 | 7 | 377 | 115 | 107 |
| Binary | 10011001 | 1111100 | 11101110 | 100100 | 110000 | 0 | 111 | 11111111 | 1001101 | 1000111 |
Color Harmonies of #997CEE
Complementary color
Monochromatic Colors of #997CEE
Black with #997CEE
Text Example
Text Example
White with #997CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CEE; }
p { color: rgb(153,124,238); }
H1.HeaderClassName
{
color: #997CEE;
}
.AnyTagClassName
{
color: #997CEE;
}
</style>
background-color css
<style>
a { background-color: #997CEE; }
a { background-color: rgb(153,124,238); }
div.DivClassName
{
background-color: #997CEE;
}
.BgClassName
{
background-color: #997CEE;
}
</style>
border-color css
<style>
span { border-color: #997CEE; }
span { border-color: rgb(153,124,238); }
td.TdClassName
{
border-color: #997CEE;
}
.TagClassName
{
border-color: #997CEE;
}
</style>