Shades of Medium Purple #966ADE
Tints of Medium Purple #966ADE
RGB
CMYK
RGB Variations
Color information
#966ADE (or 0x966ADE) is known color: Medium Purple. HEX triplet: 96, 6A and DE. RGB value is (150,106,222). Sum of RGB (Red+Green+Blue) = 150+106+222=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #966ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ADE is #699521. Grayscale: #838383. Windows color (decimal): -6919458 or 14576278. OLE color: 14576278.
HSL color Cylindrical-coordinate representation of color #966ADE: hue angle of 262.76º degrees, saturation: 0.64, 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 #966ADE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 106 | 222 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.13 |
| HSL | 262.76º | 0.64% | 0.64% | - |
| HSV(B) | 262.76º | 0.52% | 0.87% | - |
| XYZ | 30.92 | 22.07 | 71.74 | - |
| YUV | 132.38 | 178.58 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 222 | 0.32 | 0.52 | 0 | 0.13 | 262.76 | 0.64 | 0.64 |
| Hex | 96 | 6A | DE | 20 | 34 | 0 | D | 107 | 40 | 40 |
| Octal | 226 | 152 | 336 | 40 | 64 | 0 | 15 | 407 | 100 | 100 |
| Binary | 10010110 | 1101010 | 11011110 | 100000 | 110100 | 0 | 1101 | 100000111 | 1000000 | 1000000 |
Color Harmonies of #966ADE
Complementary color
Monochromatic Colors of #966ADE
Black with #966ADE
Text Example
Text Example
White with #966ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966ADE; }
p { color: rgb(150,106,222); }
H1.HeaderClassName
{
color: #966ADE;
}
.AnyTagClassName
{
color: #966ADE;
}
</style>
background-color css
<style>
a { background-color: #966ADE; }
a { background-color: rgb(150,106,222); }
div.DivClassName
{
background-color: #966ADE;
}
.BgClassName
{
background-color: #966ADE;
}
</style>
border-color css
<style>
span { border-color: #966ADE; }
span { border-color: rgb(150,106,222); }
td.TdClassName
{
border-color: #966ADE;
}
.TagClassName
{
border-color: #966ADE;
}
</style>