Shades of Medium Purple #9663DB
Tints of Medium Purple #9663DB
RGB
CMYK
RGB Variations
Color information
#9663DB (or 0x9663DB) is known color: Medium Purple. HEX triplet: 96, 63 and DB. RGB value is (150,99,219). Sum of RGB (Red+Green+Blue) = 150+99+219=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #9663DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663DB is #699C24. Grayscale: #7F7F7F. Windows color (decimal): -6921253 or 14377878. OLE color: 14377878.
HSL color Cylindrical-coordinate representation of color #9663DB: hue angle of 265.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9663DB is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 99 | 219 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.14 |
| HSL | 265.5º | 0.63% | 0.62% | - |
| HSV(B) | 265.5º | 0.55% | 0.86% | - |
| XYZ | 29.83 | 20.52 | 69.41 | - |
| YUV | 127.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 219 | 0.32 | 0.55 | 0 | 0.14 | 265.5 | 0.63 | 0.62 |
| Hex | 96 | 63 | DB | 20 | 37 | 0 | E | 10A | 3E | 3E |
| Octal | 226 | 143 | 333 | 40 | 67 | 0 | 16 | 412 | 76 | 76 |
| Binary | 10010110 | 1100011 | 11011011 | 100000 | 110111 | 0 | 1110 | 100001010 | 111110 | 111110 |
Color Harmonies of #9663DB
Complementary color
Monochromatic Colors of #9663DB
Black with #9663DB
Text Example
Text Example
White with #9663DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663DB; }
p { color: rgb(150,99,219); }
H1.HeaderClassName
{
color: #9663DB;
}
.AnyTagClassName
{
color: #9663DB;
}
</style>
background-color css
<style>
a { background-color: #9663DB; }
a { background-color: rgb(150,99,219); }
div.DivClassName
{
background-color: #9663DB;
}
.BgClassName
{
background-color: #9663DB;
}
</style>
border-color css
<style>
span { border-color: #9663DB; }
span { border-color: rgb(150,99,219); }
td.TdClassName
{
border-color: #9663DB;
}
.TagClassName
{
border-color: #9663DB;
}
</style>