Shades of Medium Purple #966DDF
Tints of Medium Purple #966DDF
RGB
CMYK
RGB Variations
Color information
#966DDF (or 0x966DDF) is known color: Medium Purple. HEX triplet: 96, 6D and DF. RGB value is (150,109,223). Sum of RGB (Red+Green+Blue) = 150+109+223=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #966DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DDF is #699220. Grayscale: #858585. Windows color (decimal): -6918689 or 14642582. OLE color: 14642582.
HSL color Cylindrical-coordinate representation of color #966DDF: hue angle of 261.58º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966DDF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 109 | 223 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.13 |
| HSL | 261.58º | 0.64% | 0.65% | - |
| HSV(B) | 261.58º | 0.51% | 0.87% | - |
| XYZ | 31.37 | 22.75 | 72.55 | - |
| YUV | 134.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 223 | 0.33 | 0.51 | 0 | 0.13 | 261.58 | 0.64 | 0.65 |
| Hex | 96 | 6D | DF | 21 | 33 | 0 | D | 106 | 40 | 41 |
| Octal | 226 | 155 | 337 | 41 | 63 | 0 | 15 | 406 | 100 | 101 |
| Binary | 10010110 | 1101101 | 11011111 | 100001 | 110011 | 0 | 1101 | 100000110 | 1000000 | 1000001 |
Color Harmonies of #966DDF
Complementary color
Monochromatic Colors of #966DDF
Black with #966DDF
Text Example
Text Example
White with #966DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DDF; }
p { color: rgb(150,109,223); }
H1.HeaderClassName
{
color: #966DDF;
}
.AnyTagClassName
{
color: #966DDF;
}
</style>
background-color css
<style>
a { background-color: #966DDF; }
a { background-color: rgb(150,109,223); }
div.DivClassName
{
background-color: #966DDF;
}
.BgClassName
{
background-color: #966DDF;
}
</style>
border-color css
<style>
span { border-color: #966DDF; }
span { border-color: rgb(150,109,223); }
td.TdClassName
{
border-color: #966DDF;
}
.TagClassName
{
border-color: #966DDF;
}
</style>