Shades of Medium Purple #9963DD
Tints of Medium Purple #9963DD
RGB
CMYK
RGB Variations
Color information
#9963DD (or 0x9963DD) is known color: Medium Purple. HEX triplet: 99, 63 and DD. RGB value is (153,99,221). Sum of RGB (Red+Green+Blue) = 153+99+221=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #9963DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963DD is #669C22. Grayscale: #808080. Windows color (decimal): -6724643 or 14508953. OLE color: 14508953.
HSL color Cylindrical-coordinate representation of color #9963DD: hue angle of 266.56º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9963DD is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 99 | 221 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.13 |
| HSL | 266.56º | 0.64% | 0.63% | - |
| HSV(B) | 266.56º | 0.55% | 0.87% | - |
| XYZ | 30.65 | 20.92 | 70.83 | - |
| YUV | 129.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 221 | 0.31 | 0.55 | 0 | 0.13 | 266.56 | 0.64 | 0.63 |
| Hex | 99 | 63 | DD | 1F | 37 | 0 | D | 10B | 40 | 3F |
| Octal | 231 | 143 | 335 | 37 | 67 | 0 | 15 | 413 | 100 | 77 |
| Binary | 10011001 | 1100011 | 11011101 | 11111 | 110111 | 0 | 1101 | 100001011 | 1000000 | 111111 |
Color Harmonies of #9963DD
Complementary color
Monochromatic Colors of #9963DD
Black with #9963DD
Text Example
Text Example
White with #9963DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963DD; }
p { color: rgb(153,99,221); }
H1.HeaderClassName
{
color: #9963DD;
}
.AnyTagClassName
{
color: #9963DD;
}
</style>
background-color css
<style>
a { background-color: #9963DD; }
a { background-color: rgb(153,99,221); }
div.DivClassName
{
background-color: #9963DD;
}
.BgClassName
{
background-color: #9963DD;
}
</style>
border-color css
<style>
span { border-color: #9963DD; }
span { border-color: rgb(153,99,221); }
td.TdClassName
{
border-color: #9963DD;
}
.TagClassName
{
border-color: #9963DD;
}
</style>