Shades of Medium Purple #997BDF
Tints of Medium Purple #997BDF
RGB
CMYK
RGB Variations
Color information
#997BDF (or 0x997BDF) is known color: Medium Purple. HEX triplet: 99, 7B and DF. RGB value is (153,123,223). Sum of RGB (Red+Green+Blue) = 153+123+223=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #997BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BDF is #668420. Grayscale: #8F8F8F. Windows color (decimal): -6718497 or 14646169. OLE color: 14646169.
HSL color Cylindrical-coordinate representation of color #997BDF: hue angle of 258º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #997BDF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 123 | 223 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.13 |
| HSL | 258º | 0.61% | 0.68% | - |
| HSV(B) | 258º | 0.45% | 0.87% | - |
| XYZ | 33.54 | 26.27 | 73.11 | - |
| YUV | 143.37 | 172.94 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 223 | 0.31 | 0.45 | 0 | 0.13 | 258 | 0.61 | 0.68 |
| Hex | 99 | 7B | DF | 1F | 2D | 0 | D | 102 | 3D | 44 |
| Octal | 231 | 173 | 337 | 37 | 55 | 0 | 15 | 402 | 75 | 104 |
| Binary | 10011001 | 1111011 | 11011111 | 11111 | 101101 | 0 | 1101 | 100000010 | 111101 | 1000100 |
Color Harmonies of #997BDF
Complementary color
Monochromatic Colors of #997BDF
Black with #997BDF
Text Example
Text Example
White with #997BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BDF; }
p { color: rgb(153,123,223); }
H1.HeaderClassName
{
color: #997BDF;
}
.AnyTagClassName
{
color: #997BDF;
}
</style>
background-color css
<style>
a { background-color: #997BDF; }
a { background-color: rgb(153,123,223); }
div.DivClassName
{
background-color: #997BDF;
}
.BgClassName
{
background-color: #997BDF;
}
</style>
border-color css
<style>
span { border-color: #997BDF; }
span { border-color: rgb(153,123,223); }
td.TdClassName
{
border-color: #997BDF;
}
.TagClassName
{
border-color: #997BDF;
}
</style>