Shades of Medium Purple #966DD7
Tints of Medium Purple #966DD7
RGB
CMYK
RGB Variations
Color information
#966DD7 (or 0x966DD7) is known color: Medium Purple. HEX triplet: 96, 6D and D7. RGB value is (150,109,215). Sum of RGB (Red+Green+Blue) = 150+109+215=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #966DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DD7 is #699228. Grayscale: #848484. Windows color (decimal): -6918697 or 14118294. OLE color: 14118294.
HSL color Cylindrical-coordinate representation of color #966DD7: hue angle of 263.21º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #966DD7 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 109 | 215 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.16 |
| HSL | 263.21º | 0.57% | 0.64% | - |
| HSV(B) | 263.21º | 0.49% | 0.84% | - |
| XYZ | 30.31 | 22.33 | 67 | - |
| YUV | 133.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 215 | 0.30 | 0.49 | 0 | 0.16 | 263.21 | 0.57 | 0.64 |
| Hex | 96 | 6D | D7 | 1E | 31 | 0 | 10 | 107 | 39 | 40 |
| Octal | 226 | 155 | 327 | 36 | 61 | 0 | 20 | 407 | 71 | 100 |
| Binary | 10010110 | 1101101 | 11010111 | 11110 | 110001 | 0 | 10000 | 100000111 | 111001 | 1000000 |
Color Harmonies of #966DD7
Complementary color
Monochromatic Colors of #966DD7
Black with #966DD7
Text Example
Text Example
White with #966DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DD7; }
p { color: rgb(150,109,215); }
H1.HeaderClassName
{
color: #966DD7;
}
.AnyTagClassName
{
color: #966DD7;
}
</style>
background-color css
<style>
a { background-color: #966DD7; }
a { background-color: rgb(150,109,215); }
div.DivClassName
{
background-color: #966DD7;
}
.BgClassName
{
background-color: #966DD7;
}
</style>
border-color css
<style>
span { border-color: #966DD7; }
span { border-color: rgb(150,109,215); }
td.TdClassName
{
border-color: #966DD7;
}
.TagClassName
{
border-color: #966DD7;
}
</style>