Shades of Medium Purple #9663DC
Tints of Medium Purple #9663DC
RGB
CMYK
RGB Variations
Color information
#9663DC (or 0x9663DC) is known color: Medium Purple. HEX triplet: 96, 63 and DC. RGB value is (150,99,220). Sum of RGB (Red+Green+Blue) = 150+99+220=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9663DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663DC is #699C23. Grayscale: #7F7F7F. Windows color (decimal): -6921252 or 14443414. OLE color: 14443414.
HSL color Cylindrical-coordinate representation of color #9663DC: hue angle of 265.29º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9663DC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 99 | 220 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.14 |
| HSL | 265.29º | 0.63% | 0.63% | - |
| HSV(B) | 265.29º | 0.55% | 0.86% | - |
| XYZ | 29.96 | 20.58 | 70.1 | - |
| YUV | 128.04 | 179.9 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 220 | 0.32 | 0.55 | 0 | 0.14 | 265.29 | 0.63 | 0.63 |
| Hex | 96 | 63 | DC | 20 | 37 | 0 | E | 109 | 3F | 3F |
| Octal | 226 | 143 | 334 | 40 | 67 | 0 | 16 | 411 | 77 | 77 |
| Binary | 10010110 | 1100011 | 11011100 | 100000 | 110111 | 0 | 1110 | 100001001 | 111111 | 111111 |
Color Harmonies of #9663DC
Complementary color
Monochromatic Colors of #9663DC
Black with #9663DC
Text Example
Text Example
White with #9663DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663DC; }
p { color: rgb(150,99,220); }
H1.HeaderClassName
{
color: #9663DC;
}
.AnyTagClassName
{
color: #9663DC;
}
</style>
background-color css
<style>
a { background-color: #9663DC; }
a { background-color: rgb(150,99,220); }
div.DivClassName
{
background-color: #9663DC;
}
.BgClassName
{
background-color: #9663DC;
}
</style>
border-color css
<style>
span { border-color: #9663DC; }
span { border-color: rgb(150,99,220); }
td.TdClassName
{
border-color: #9663DC;
}
.TagClassName
{
border-color: #9663DC;
}
</style>