Shades of Medium Purple #966ADD
Tints of Medium Purple #966ADD
RGB
CMYK
RGB Variations
Color information
#966ADD (or 0x966ADD) is known color: Medium Purple. HEX triplet: 96, 6A and DD. RGB value is (150,106,221). Sum of RGB (Red+Green+Blue) = 150+106+221=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #966ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ADD is #699522. Grayscale: #838383. Windows color (decimal): -6919459 or 14510742. OLE color: 14510742.
HSL color Cylindrical-coordinate representation of color #966ADD: hue angle of 262.96º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966ADD is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 106 | 221 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.13 |
| HSL | 262.96º | 0.63% | 0.64% | - |
| HSV(B) | 262.96º | 0.52% | 0.87% | - |
| XYZ | 30.78 | 22.01 | 71.03 | - |
| YUV | 132.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 221 | 0.32 | 0.52 | 0 | 0.13 | 262.96 | 0.63 | 0.64 |
| Hex | 96 | 6A | DD | 20 | 34 | 0 | D | 107 | 3F | 40 |
| Octal | 226 | 152 | 335 | 40 | 64 | 0 | 15 | 407 | 77 | 100 |
| Binary | 10010110 | 1101010 | 11011101 | 100000 | 110100 | 0 | 1101 | 100000111 | 111111 | 1000000 |
Color Harmonies of #966ADD
Complementary color
Monochromatic Colors of #966ADD
Black with #966ADD
Text Example
Text Example
White with #966ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966ADD; }
p { color: rgb(150,106,221); }
H1.HeaderClassName
{
color: #966ADD;
}
.AnyTagClassName
{
color: #966ADD;
}
</style>
background-color css
<style>
a { background-color: #966ADD; }
a { background-color: rgb(150,106,221); }
div.DivClassName
{
background-color: #966ADD;
}
.BgClassName
{
background-color: #966ADD;
}
</style>
border-color css
<style>
span { border-color: #966ADD; }
span { border-color: rgb(150,106,221); }
td.TdClassName
{
border-color: #966ADD;
}
.TagClassName
{
border-color: #966ADD;
}
</style>