Shades of Medium Purple #997DD9
Tints of Medium Purple #997DD9
RGB
CMYK
RGB Variations
Color information
#997DD9 (or 0x997DD9) is known color: Medium Purple. HEX triplet: 99, 7D and D9. RGB value is (153,125,217). Sum of RGB (Red+Green+Blue) = 153+125+217=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #997DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DD9 is #668226. Grayscale: #8F8F8F. Windows color (decimal): -6717991 or 14253465. OLE color: 14253465.
HSL color Cylindrical-coordinate representation of color #997DD9: hue angle of 258.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #997DD9 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 125 | 217 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.15 |
| HSL | 258.26º | 0.55% | 0.67% | - |
| HSV(B) | 258.26º | 0.42% | 0.85% | - |
| XYZ | 32.99 | 26.45 | 69.01 | - |
| YUV | 143.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 217 | 0.29 | 0.42 | 0 | 0.15 | 258.26 | 0.55 | 0.67 |
| Hex | 99 | 7D | D9 | 1D | 2A | 0 | F | 102 | 37 | 43 |
| Octal | 231 | 175 | 331 | 35 | 52 | 0 | 17 | 402 | 67 | 103 |
| Binary | 10011001 | 1111101 | 11011001 | 11101 | 101010 | 0 | 1111 | 100000010 | 110111 | 1000011 |
Color Harmonies of #997DD9
Complementary color
Monochromatic Colors of #997DD9
Black with #997DD9
Text Example
Text Example
White with #997DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DD9; }
p { color: rgb(153,125,217); }
H1.HeaderClassName
{
color: #997DD9;
}
.AnyTagClassName
{
color: #997DD9;
}
</style>
background-color css
<style>
a { background-color: #997DD9; }
a { background-color: rgb(153,125,217); }
div.DivClassName
{
background-color: #997DD9;
}
.BgClassName
{
background-color: #997DD9;
}
</style>
border-color css
<style>
span { border-color: #997DD9; }
span { border-color: rgb(153,125,217); }
td.TdClassName
{
border-color: #997DD9;
}
.TagClassName
{
border-color: #997DD9;
}
</style>