Shades of Medium Purple #9663DD
Tints of Medium Purple #9663DD
RGB
CMYK
RGB Variations
Color information
#9663DD (or 0x9663DD) is known color: Medium Purple. HEX triplet: 96, 63 and DD. RGB value is (150,99,221). Sum of RGB (Red+Green+Blue) = 150+99+221=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #9663DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663DD is #699C22. Grayscale: #7F7F7F. Windows color (decimal): -6921251 or 14508950. OLE color: 14508950.
HSL color Cylindrical-coordinate representation of color #9663DD: hue angle of 265.08º 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 #9663DD is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 99 | 221 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.13 |
| HSL | 265.08º | 0.64% | 0.63% | - |
| HSV(B) | 265.08º | 0.55% | 0.87% | - |
| XYZ | 30.09 | 20.63 | 70.8 | - |
| YUV | 128.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 221 | 0.32 | 0.55 | 0 | 0.13 | 265.08 | 0.64 | 0.63 |
| Hex | 96 | 63 | DD | 20 | 37 | 0 | D | 109 | 40 | 3F |
| Octal | 226 | 143 | 335 | 40 | 67 | 0 | 15 | 411 | 100 | 77 |
| Binary | 10010110 | 1100011 | 11011101 | 100000 | 110111 | 0 | 1101 | 100001001 | 1000000 | 111111 |
Color Harmonies of #9663DD
Complementary color
Monochromatic Colors of #9663DD
Black with #9663DD
Text Example
Text Example
White with #9663DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663DD; }
p { color: rgb(150,99,221); }
H1.HeaderClassName
{
color: #9663DD;
}
.AnyTagClassName
{
color: #9663DD;
}
</style>
background-color css
<style>
a { background-color: #9663DD; }
a { background-color: rgb(150,99,221); }
div.DivClassName
{
background-color: #9663DD;
}
.BgClassName
{
background-color: #9663DD;
}
</style>
border-color css
<style>
span { border-color: #9663DD; }
span { border-color: rgb(150,99,221); }
td.TdClassName
{
border-color: #9663DD;
}
.TagClassName
{
border-color: #9663DD;
}
</style>