Shades of Medium Purple #966AD7
Tints of Medium Purple #966AD7
RGB
CMYK
RGB Variations
Color information
#966AD7 (or 0x966AD7) is known color: Medium Purple. HEX triplet: 96, 6A and D7. RGB value is (150,106,215). Sum of RGB (Red+Green+Blue) = 150+106+215=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #966AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966AD7 is #699528. Grayscale: #838383. Windows color (decimal): -6919465 or 14117526. OLE color: 14117526.
HSL color Cylindrical-coordinate representation of color #966AD7: hue angle of 264.22º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966AD7 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 106 | 215 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.16 |
| HSL | 264.22º | 0.58% | 0.63% | - |
| HSV(B) | 264.22º | 0.51% | 0.84% | - |
| XYZ | 30 | 21.7 | 66.9 | - |
| YUV | 131.58 | 175.08 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 215 | 0.30 | 0.51 | 0 | 0.16 | 264.22 | 0.58 | 0.63 |
| Hex | 96 | 6A | D7 | 1E | 33 | 0 | 10 | 108 | 3A | 3F |
| Octal | 226 | 152 | 327 | 36 | 63 | 0 | 20 | 410 | 72 | 77 |
| Binary | 10010110 | 1101010 | 11010111 | 11110 | 110011 | 0 | 10000 | 100001000 | 111010 | 111111 |
Color Harmonies of #966AD7
Complementary color
Monochromatic Colors of #966AD7
Black with #966AD7
Text Example
Text Example
White with #966AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966AD7; }
p { color: rgb(150,106,215); }
H1.HeaderClassName
{
color: #966AD7;
}
.AnyTagClassName
{
color: #966AD7;
}
</style>
background-color css
<style>
a { background-color: #966AD7; }
a { background-color: rgb(150,106,215); }
div.DivClassName
{
background-color: #966AD7;
}
.BgClassName
{
background-color: #966AD7;
}
</style>
border-color css
<style>
span { border-color: #966AD7; }
span { border-color: rgb(150,106,215); }
td.TdClassName
{
border-color: #966AD7;
}
.TagClassName
{
border-color: #966AD7;
}
</style>