Shades of Medium Purple #966DDA
Tints of Medium Purple #966DDA
RGB
CMYK
RGB Variations
Color information
#966DDA (or 0x966DDA) is known color: Medium Purple. HEX triplet: 96, 6D and DA. RGB value is (150,109,218). Sum of RGB (Red+Green+Blue) = 150+109+218=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #966DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DDA is #699225. Grayscale: #858585. Windows color (decimal): -6918694 or 14314902. OLE color: 14314902.
HSL color Cylindrical-coordinate representation of color #966DDA: hue angle of 262.57º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966DDA is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 109 | 218 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.15 |
| HSL | 262.57º | 0.6% | 0.64% | - |
| HSV(B) | 262.57º | 0.5% | 0.85% | - |
| XYZ | 30.7 | 22.48 | 69.05 | - |
| YUV | 133.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 218 | 0.31 | 0.5 | 0 | 0.15 | 262.57 | 0.6 | 0.64 |
| Hex | 96 | 6D | DA | 1F | 32 | 0 | F | 107 | 3C | 40 |
| Octal | 226 | 155 | 332 | 37 | 62 | 0 | 17 | 407 | 74 | 100 |
| Binary | 10010110 | 1101101 | 11011010 | 11111 | 110010 | 0 | 1111 | 100000111 | 111100 | 1000000 |
Color Harmonies of #966DDA
Complementary color
Monochromatic Colors of #966DDA
Black with #966DDA
Text Example
Text Example
White with #966DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DDA; }
p { color: rgb(150,109,218); }
H1.HeaderClassName
{
color: #966DDA;
}
.AnyTagClassName
{
color: #966DDA;
}
</style>
background-color css
<style>
a { background-color: #966DDA; }
a { background-color: rgb(150,109,218); }
div.DivClassName
{
background-color: #966DDA;
}
.BgClassName
{
background-color: #966DDA;
}
</style>
border-color css
<style>
span { border-color: #966DDA; }
span { border-color: rgb(150,109,218); }
td.TdClassName
{
border-color: #966DDA;
}
.TagClassName
{
border-color: #966DDA;
}
</style>