Shades of Medium Purple #9979D4
Tints of Medium Purple #9979D4
RGB
CMYK
RGB Variations
Color information
#9979D4 (or 0x9979D4) is known color: Medium Purple. HEX triplet: 99, 79 and D4. RGB value is (153,121,212). Sum of RGB (Red+Green+Blue) = 153+121+212=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #9979D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9979D4 is #66862B. Grayscale: #8C8C8C. Windows color (decimal): -6719020 or 13924761. OLE color: 13924761.
HSL color Cylindrical-coordinate representation of color #9979D4: hue angle of 261.1º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9979D4 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 121 | 212 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.17 |
| HSL | 261.1º | 0.51% | 0.65% | - |
| HSV(B) | 261.1º | 0.43% | 0.83% | - |
| XYZ | 31.86 | 25.2 | 65.47 | - |
| YUV | 140.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 212 | 0.28 | 0.43 | 0 | 0.17 | 261.1 | 0.51 | 0.65 |
| Hex | 99 | 79 | D4 | 1C | 2B | 0 | 11 | 105 | 33 | 41 |
| Octal | 231 | 171 | 324 | 34 | 53 | 0 | 21 | 405 | 63 | 101 |
| Binary | 10011001 | 1111001 | 11010100 | 11100 | 101011 | 0 | 10001 | 100000101 | 110011 | 1000001 |
Color Harmonies of #9979D4
Complementary color
Monochromatic Colors of #9979D4
Black with #9979D4
Text Example
Text Example
White with #9979D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9979D4; }
p { color: rgb(153,121,212); }
H1.HeaderClassName
{
color: #9979D4;
}
.AnyTagClassName
{
color: #9979D4;
}
</style>
background-color css
<style>
a { background-color: #9979D4; }
a { background-color: rgb(153,121,212); }
div.DivClassName
{
background-color: #9979D4;
}
.BgClassName
{
background-color: #9979D4;
}
</style>
border-color css
<style>
span { border-color: #9979D4; }
span { border-color: rgb(153,121,212); }
td.TdClassName
{
border-color: #9979D4;
}
.TagClassName
{
border-color: #9979D4;
}
</style>