Shades of Medium Purple #9973DF
Tints of Medium Purple #9973DF
RGB
CMYK
RGB Variations
Color information
#9973DF (or 0x9973DF) is known color: Medium Purple. HEX triplet: 99, 73 and DF. RGB value is (153,115,223). Sum of RGB (Red+Green+Blue) = 153+115+223=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #9973DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973DF is #668C20. Grayscale: #8A8A8A. Windows color (decimal): -6720545 or 14644121. OLE color: 14644121.
HSL color Cylindrical-coordinate representation of color #9973DF: hue angle of 261.11º 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 #9973DF is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 115 | 223 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.13 |
| HSL | 261.11º | 0.63% | 0.66% | - |
| HSV(B) | 261.11º | 0.48% | 0.87% | - |
| XYZ | 32.59 | 24.36 | 72.8 | - |
| YUV | 138.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 223 | 0.31 | 0.48 | 0 | 0.13 | 261.11 | 0.63 | 0.66 |
| Hex | 99 | 73 | DF | 1F | 30 | 0 | D | 105 | 3F | 42 |
| Octal | 231 | 163 | 337 | 37 | 60 | 0 | 15 | 405 | 77 | 102 |
| Binary | 10011001 | 1110011 | 11011111 | 11111 | 110000 | 0 | 1101 | 100000101 | 111111 | 1000010 |
Color Harmonies of #9973DF
Complementary color
Monochromatic Colors of #9973DF
Black with #9973DF
Text Example
Text Example
White with #9973DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9973DF; }
p { color: rgb(153,115,223); }
H1.HeaderClassName
{
color: #9973DF;
}
.AnyTagClassName
{
color: #9973DF;
}
</style>
background-color css
<style>
a { background-color: #9973DF; }
a { background-color: rgb(153,115,223); }
div.DivClassName
{
background-color: #9973DF;
}
.BgClassName
{
background-color: #9973DF;
}
</style>
border-color css
<style>
span { border-color: #9973DF; }
span { border-color: rgb(153,115,223); }
td.TdClassName
{
border-color: #9973DF;
}
.TagClassName
{
border-color: #9973DF;
}
</style>