Shades of Medium Purple #997CDE
Tints of Medium Purple #997CDE
RGB
CMYK
RGB Variations
Color information
#997CDE (or 0x997CDE) is known color: Medium Purple. HEX triplet: 99, 7C and DE. RGB value is (153,124,222). Sum of RGB (Red+Green+Blue) = 153+124+222=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #997CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CDE is #668321. Grayscale: #8F8F8F. Windows color (decimal): -6718242 or 14580889. OLE color: 14580889.
HSL color Cylindrical-coordinate representation of color #997CDE: hue angle of 257.76º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #997CDE is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 124 | 222 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.13 |
| HSL | 257.76º | 0.6% | 0.68% | - |
| HSV(B) | 257.76º | 0.44% | 0.87% | - |
| XYZ | 33.53 | 26.46 | 72.45 | - |
| YUV | 143.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 222 | 0.31 | 0.44 | 0 | 0.13 | 257.76 | 0.6 | 0.68 |
| Hex | 99 | 7C | DE | 1F | 2C | 0 | D | 102 | 3C | 44 |
| Octal | 231 | 174 | 336 | 37 | 54 | 0 | 15 | 402 | 74 | 104 |
| Binary | 10011001 | 1111100 | 11011110 | 11111 | 101100 | 0 | 1101 | 100000010 | 111100 | 1000100 |
Color Harmonies of #997CDE
Complementary color
Monochromatic Colors of #997CDE
Black with #997CDE
Text Example
Text Example
White with #997CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CDE; }
p { color: rgb(153,124,222); }
H1.HeaderClassName
{
color: #997CDE;
}
.AnyTagClassName
{
color: #997CDE;
}
</style>
background-color css
<style>
a { background-color: #997CDE; }
a { background-color: rgb(153,124,222); }
div.DivClassName
{
background-color: #997CDE;
}
.BgClassName
{
background-color: #997CDE;
}
</style>
border-color css
<style>
span { border-color: #997CDE; }
span { border-color: rgb(153,124,222); }
td.TdClassName
{
border-color: #997CDE;
}
.TagClassName
{
border-color: #997CDE;
}
</style>