Shades of Medium Purple #9976F0
Tints of Medium Purple #9976F0
RGB
CMYK
RGB Variations
Color information
#9976F0 (or 0x9976F0) is known color: Medium Purple. HEX triplet: 99, 76 and F0. RGB value is (153,118,240). Sum of RGB (Red+Green+Blue) = 153+118+240=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #9976F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9976F0 is #66890F. Grayscale: #8D8D8D. Windows color (decimal): -6719760 or 15759001. OLE color: 15759001.
HSL color Cylindrical-coordinate representation of color #9976F0: hue angle of 257.21º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9976F0 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 118 | 240 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.06 |
| HSL | 257.21º | 0.8% | 0.7% | - |
| HSV(B) | 257.21º | 0.51% | 0.94% | - |
| XYZ | 35.34 | 26.02 | 85.6 | - |
| YUV | 142.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 240 | 0.36 | 0.51 | 0 | 0.06 | 257.21 | 0.8 | 0.7 |
| Hex | 99 | 76 | F0 | 24 | 33 | 0 | 6 | 101 | 50 | 46 |
| Octal | 231 | 166 | 360 | 44 | 63 | 0 | 6 | 401 | 120 | 106 |
| Binary | 10011001 | 1110110 | 11110000 | 100100 | 110011 | 0 | 110 | 100000001 | 1010000 | 1000110 |
Color Harmonies of #9976F0
Complementary color
Monochromatic Colors of #9976F0
Black with #9976F0
Text Example
Text Example
White with #9976F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9976F0; }
p { color: rgb(153,118,240); }
H1.HeaderClassName
{
color: #9976F0;
}
.AnyTagClassName
{
color: #9976F0;
}
</style>
background-color css
<style>
a { background-color: #9976F0; }
a { background-color: rgb(153,118,240); }
div.DivClassName
{
background-color: #9976F0;
}
.BgClassName
{
background-color: #9976F0;
}
</style>
border-color css
<style>
span { border-color: #9976F0; }
span { border-color: rgb(153,118,240); }
td.TdClassName
{
border-color: #9976F0;
}
.TagClassName
{
border-color: #9976F0;
}
</style>