Shades of Medium Purple #997BD9
Tints of Medium Purple #997BD9
RGB
CMYK
RGB Variations
Color information
#997BD9 (or 0x997BD9) is known color: Medium Purple. HEX triplet: 99, 7B and D9. RGB value is (153,123,217). Sum of RGB (Red+Green+Blue) = 153+123+217=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #997BD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BD9 is #668426. Grayscale: #8E8E8E. Windows color (decimal): -6718503 or 14252953. OLE color: 14252953.
HSL color Cylindrical-coordinate representation of color #997BD9: hue angle of 259.15º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997BD9 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 123 | 217 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.15 |
| HSL | 259.15º | 0.55% | 0.67% | - |
| HSV(B) | 259.15º | 0.43% | 0.85% | - |
| XYZ | 32.74 | 25.95 | 68.93 | - |
| YUV | 142.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 217 | 0.29 | 0.43 | 0 | 0.15 | 259.15 | 0.55 | 0.67 |
| Hex | 99 | 7B | D9 | 1D | 2B | 0 | F | 103 | 37 | 43 |
| Octal | 231 | 173 | 331 | 35 | 53 | 0 | 17 | 403 | 67 | 103 |
| Binary | 10011001 | 1111011 | 11011001 | 11101 | 101011 | 0 | 1111 | 100000011 | 110111 | 1000011 |
Color Harmonies of #997BD9
Complementary color
Monochromatic Colors of #997BD9
Black with #997BD9
Text Example
Text Example
White with #997BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BD9; }
p { color: rgb(153,123,217); }
H1.HeaderClassName
{
color: #997BD9;
}
.AnyTagClassName
{
color: #997BD9;
}
</style>
background-color css
<style>
a { background-color: #997BD9; }
a { background-color: rgb(153,123,217); }
div.DivClassName
{
background-color: #997BD9;
}
.BgClassName
{
background-color: #997BD9;
}
</style>
border-color css
<style>
span { border-color: #997BD9; }
span { border-color: rgb(153,123,217); }
td.TdClassName
{
border-color: #997BD9;
}
.TagClassName
{
border-color: #997BD9;
}
</style>