Shades of Medium Purple #997DD7
Tints of Medium Purple #997DD7
RGB
CMYK
RGB Variations
Color information
#997DD7 (or 0x997DD7) is known color: Medium Purple. HEX triplet: 99, 7D and D7. RGB value is (153,125,215). Sum of RGB (Red+Green+Blue) = 153+125+215=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #997DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DD7 is #668228. Grayscale: #8F8F8F. Windows color (decimal): -6717993 or 14122393. OLE color: 14122393.
HSL color Cylindrical-coordinate representation of color #997DD7: hue angle of 258.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #997DD7 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 125 | 215 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.16 |
| HSL | 258.67º | 0.53% | 0.67% | - |
| HSV(B) | 258.67º | 0.42% | 0.84% | - |
| XYZ | 32.74 | 26.35 | 67.65 | - |
| YUV | 143.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 215 | 0.29 | 0.42 | 0 | 0.16 | 258.67 | 0.53 | 0.67 |
| Hex | 99 | 7D | D7 | 1D | 2A | 0 | 10 | 103 | 35 | 43 |
| Octal | 231 | 175 | 327 | 35 | 52 | 0 | 20 | 403 | 65 | 103 |
| Binary | 10011001 | 1111101 | 11010111 | 11101 | 101010 | 0 | 10000 | 100000011 | 110101 | 1000011 |
Color Harmonies of #997DD7
Complementary color
Monochromatic Colors of #997DD7
Black with #997DD7
Text Example
Text Example
White with #997DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DD7; }
p { color: rgb(153,125,215); }
H1.HeaderClassName
{
color: #997DD7;
}
.AnyTagClassName
{
color: #997DD7;
}
</style>
background-color css
<style>
a { background-color: #997DD7; }
a { background-color: rgb(153,125,215); }
div.DivClassName
{
background-color: #997DD7;
}
.BgClassName
{
background-color: #997DD7;
}
</style>
border-color css
<style>
span { border-color: #997DD7; }
span { border-color: rgb(153,125,215); }
td.TdClassName
{
border-color: #997DD7;
}
.TagClassName
{
border-color: #997DD7;
}
</style>