Shades of Medium Purple #9979D5
Tints of Medium Purple #9979D5
RGB
CMYK
RGB Variations
Color information
#9979D5 (or 0x9979D5) is known color: Medium Purple. HEX triplet: 99, 79 and D5. RGB value is (153,121,213). Sum of RGB (Red+Green+Blue) = 153+121+213=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #9979D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9979D5 is #66862A. Grayscale: #8C8C8C. Windows color (decimal): -6719019 or 13990297. OLE color: 13990297.
HSL color Cylindrical-coordinate representation of color #9979D5: hue angle of 260.87º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9979D5 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 121 | 213 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.16 |
| HSL | 260.87º | 0.52% | 0.65% | - |
| HSV(B) | 260.87º | 0.43% | 0.84% | - |
| XYZ | 31.98 | 25.25 | 66.14 | - |
| YUV | 141.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 213 | 0.28 | 0.43 | 0 | 0.16 | 260.87 | 0.52 | 0.65 |
| Hex | 99 | 79 | D5 | 1C | 2B | 0 | 10 | 105 | 34 | 41 |
| Octal | 231 | 171 | 325 | 34 | 53 | 0 | 20 | 405 | 64 | 101 |
| Binary | 10011001 | 1111001 | 11010101 | 11100 | 101011 | 0 | 10000 | 100000101 | 110100 | 1000001 |
Color Harmonies of #9979D5
Complementary color
Monochromatic Colors of #9979D5
Black with #9979D5
Text Example
Text Example
White with #9979D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9979D5; }
p { color: rgb(153,121,213); }
H1.HeaderClassName
{
color: #9979D5;
}
.AnyTagClassName
{
color: #9979D5;
}
</style>
background-color css
<style>
a { background-color: #9979D5; }
a { background-color: rgb(153,121,213); }
div.DivClassName
{
background-color: #9979D5;
}
.BgClassName
{
background-color: #9979D5;
}
</style>
border-color css
<style>
span { border-color: #9979D5; }
span { border-color: rgb(153,121,213); }
td.TdClassName
{
border-color: #9979D5;
}
.TagClassName
{
border-color: #9979D5;
}
</style>