Shades of Medium Purple #997BD6
Tints of Medium Purple #997BD6
RGB
CMYK
RGB Variations
Color information
#997BD6 (or 0x997BD6) is known color: Medium Purple. HEX triplet: 99, 7B and D6. RGB value is (153,123,214). Sum of RGB (Red+Green+Blue) = 153+123+214=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #997BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BD6 is #668429. Grayscale: #8E8E8E. Windows color (decimal): -6718506 or 14056345. OLE color: 14056345.
HSL color Cylindrical-coordinate representation of color #997BD6: hue angle of 259.78º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #997BD6 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 123 | 214 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.16 |
| HSL | 259.78º | 0.53% | 0.66% | - |
| HSV(B) | 259.78º | 0.43% | 0.84% | - |
| XYZ | 32.36 | 25.79 | 66.89 | - |
| YUV | 142.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 214 | 0.29 | 0.43 | 0 | 0.16 | 259.78 | 0.53 | 0.66 |
| Hex | 99 | 7B | D6 | 1D | 2B | 0 | 10 | 104 | 35 | 42 |
| Octal | 231 | 173 | 326 | 35 | 53 | 0 | 20 | 404 | 65 | 102 |
| Binary | 10011001 | 1111011 | 11010110 | 11101 | 101011 | 0 | 10000 | 100000100 | 110101 | 1000010 |
Color Harmonies of #997BD6
Complementary color
Monochromatic Colors of #997BD6
Black with #997BD6
Text Example
Text Example
White with #997BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BD6; }
p { color: rgb(153,123,214); }
H1.HeaderClassName
{
color: #997BD6;
}
.AnyTagClassName
{
color: #997BD6;
}
</style>
background-color css
<style>
a { background-color: #997BD6; }
a { background-color: rgb(153,123,214); }
div.DivClassName
{
background-color: #997BD6;
}
.BgClassName
{
background-color: #997BD6;
}
</style>
border-color css
<style>
span { border-color: #997BD6; }
span { border-color: rgb(153,123,214); }
td.TdClassName
{
border-color: #997BD6;
}
.TagClassName
{
border-color: #997BD6;
}
</style>