Shades of Medium Purple #9974DF
Tints of Medium Purple #9974DF
RGB
CMYK
RGB Variations
Color information
#9974DF (or 0x9974DF) is known color: Medium Purple. HEX triplet: 99, 74 and DF. RGB value is (153,116,223). Sum of RGB (Red+Green+Blue) = 153+116+223=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #9974DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974DF is #668B20. Grayscale: #8A8A8A. Windows color (decimal): -6720289 or 14644377. OLE color: 14644377.
HSL color Cylindrical-coordinate representation of color #9974DF: hue angle of 260.75º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9974DF is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 116 | 223 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.13 |
| HSL | 260.75º | 0.63% | 0.66% | - |
| HSV(B) | 260.75º | 0.48% | 0.87% | - |
| XYZ | 32.7 | 24.59 | 72.83 | - |
| YUV | 139.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 223 | 0.31 | 0.48 | 0 | 0.13 | 260.75 | 0.63 | 0.66 |
| Hex | 99 | 74 | DF | 1F | 30 | 0 | D | 105 | 3F | 42 |
| Octal | 231 | 164 | 337 | 37 | 60 | 0 | 15 | 405 | 77 | 102 |
| Binary | 10011001 | 1110100 | 11011111 | 11111 | 110000 | 0 | 1101 | 100000101 | 111111 | 1000010 |
Color Harmonies of #9974DF
Complementary color
Monochromatic Colors of #9974DF
Black with #9974DF
Text Example
Text Example
White with #9974DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9974DF; }
p { color: rgb(153,116,223); }
H1.HeaderClassName
{
color: #9974DF;
}
.AnyTagClassName
{
color: #9974DF;
}
</style>
background-color css
<style>
a { background-color: #9974DF; }
a { background-color: rgb(153,116,223); }
div.DivClassName
{
background-color: #9974DF;
}
.BgClassName
{
background-color: #9974DF;
}
</style>
border-color css
<style>
span { border-color: #9974DF; }
span { border-color: rgb(153,116,223); }
td.TdClassName
{
border-color: #9974DF;
}
.TagClassName
{
border-color: #9974DF;
}
</style>