Shades of Medium Purple #9666DB
Tints of Medium Purple #9666DB
RGB
CMYK
RGB Variations
Color information
#9666DB (or 0x9666DB) is known color: Medium Purple. HEX triplet: 96, 66 and DB. RGB value is (150,102,219). Sum of RGB (Red+Green+Blue) = 150+102+219=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #9666DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666DB is #699924. Grayscale: #818181. Windows color (decimal): -6920485 or 14378646. OLE color: 14378646.
HSL color Cylindrical-coordinate representation of color #9666DB: hue angle of 264.62º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9666DB is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 102 | 219 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.14 |
| HSL | 264.62º | 0.62% | 0.63% | - |
| HSV(B) | 264.62º | 0.53% | 0.86% | - |
| XYZ | 30.12 | 21.1 | 69.5 | - |
| YUV | 129.69 | 178.4 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 219 | 0.32 | 0.53 | 0 | 0.14 | 264.62 | 0.62 | 0.63 |
| Hex | 96 | 66 | DB | 20 | 35 | 0 | E | 109 | 3E | 3F |
| Octal | 226 | 146 | 333 | 40 | 65 | 0 | 16 | 411 | 76 | 77 |
| Binary | 10010110 | 1100110 | 11011011 | 100000 | 110101 | 0 | 1110 | 100001001 | 111110 | 111111 |
Color Harmonies of #9666DB
Complementary color
Monochromatic Colors of #9666DB
Black with #9666DB
Text Example
Text Example
White with #9666DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666DB; }
p { color: rgb(150,102,219); }
H1.HeaderClassName
{
color: #9666DB;
}
.AnyTagClassName
{
color: #9666DB;
}
</style>
background-color css
<style>
a { background-color: #9666DB; }
a { background-color: rgb(150,102,219); }
div.DivClassName
{
background-color: #9666DB;
}
.BgClassName
{
background-color: #9666DB;
}
</style>
border-color css
<style>
span { border-color: #9666DB; }
span { border-color: rgb(150,102,219); }
td.TdClassName
{
border-color: #9666DB;
}
.TagClassName
{
border-color: #9666DB;
}
</style>