Shades of Medium Purple #997CD6
Tints of Medium Purple #997CD6
RGB
CMYK
RGB Variations
Color information
#997CD6 (or 0x997CD6) is known color: Medium Purple. HEX triplet: 99, 7C and D6. RGB value is (153,124,214). Sum of RGB (Red+Green+Blue) = 153+124+214=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #997CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CD6 is #668329. Grayscale: #8E8E8E. Windows color (decimal): -6718250 or 14056601. OLE color: 14056601.
HSL color Cylindrical-coordinate representation of color #997CD6: hue angle of 259.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #997CD6 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 124 | 214 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.16 |
| HSL | 259.33º | 0.52% | 0.66% | - |
| HSV(B) | 259.33º | 0.42% | 0.84% | - |
| XYZ | 32.48 | 26.04 | 66.93 | - |
| YUV | 142.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 214 | 0.29 | 0.42 | 0 | 0.16 | 259.33 | 0.52 | 0.66 |
| Hex | 99 | 7C | D6 | 1D | 2A | 0 | 10 | 103 | 34 | 42 |
| Octal | 231 | 174 | 326 | 35 | 52 | 0 | 20 | 403 | 64 | 102 |
| Binary | 10011001 | 1111100 | 11010110 | 11101 | 101010 | 0 | 10000 | 100000011 | 110100 | 1000010 |
Color Harmonies of #997CD6
Complementary color
Monochromatic Colors of #997CD6
Black with #997CD6
Text Example
Text Example
White with #997CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CD6; }
p { color: rgb(153,124,214); }
H1.HeaderClassName
{
color: #997CD6;
}
.AnyTagClassName
{
color: #997CD6;
}
</style>
background-color css
<style>
a { background-color: #997CD6; }
a { background-color: rgb(153,124,214); }
div.DivClassName
{
background-color: #997CD6;
}
.BgClassName
{
background-color: #997CD6;
}
</style>
border-color css
<style>
span { border-color: #997CD6; }
span { border-color: rgb(153,124,214); }
td.TdClassName
{
border-color: #997CD6;
}
.TagClassName
{
border-color: #997CD6;
}
</style>