Shades of Medium Purple #966CDF
Tints of Medium Purple #966CDF
RGB
CMYK
RGB Variations
Color information
#966CDF (or 0x966CDF) is known color: Medium Purple. HEX triplet: 96, 6C and DF. RGB value is (150,108,223). Sum of RGB (Red+Green+Blue) = 150+108+223=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #966CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CDF is #699320. Grayscale: #858585. Windows color (decimal): -6918945 or 14642326. OLE color: 14642326.
HSL color Cylindrical-coordinate representation of color #966CDF: hue angle of 261.91º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966CDF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 108 | 223 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.13 |
| HSL | 261.91º | 0.64% | 0.65% | - |
| HSV(B) | 261.91º | 0.52% | 0.87% | - |
| XYZ | 31.26 | 22.54 | 72.51 | - |
| YUV | 133.67 | 178.41 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 223 | 0.33 | 0.52 | 0 | 0.13 | 261.91 | 0.64 | 0.65 |
| Hex | 96 | 6C | DF | 21 | 34 | 0 | D | 106 | 40 | 41 |
| Octal | 226 | 154 | 337 | 41 | 64 | 0 | 15 | 406 | 100 | 101 |
| Binary | 10010110 | 1101100 | 11011111 | 100001 | 110100 | 0 | 1101 | 100000110 | 1000000 | 1000001 |
Color Harmonies of #966CDF
Complementary color
Monochromatic Colors of #966CDF
Black with #966CDF
Text Example
Text Example
White with #966CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CDF; }
p { color: rgb(150,108,223); }
H1.HeaderClassName
{
color: #966CDF;
}
.AnyTagClassName
{
color: #966CDF;
}
</style>
background-color css
<style>
a { background-color: #966CDF; }
a { background-color: rgb(150,108,223); }
div.DivClassName
{
background-color: #966CDF;
}
.BgClassName
{
background-color: #966CDF;
}
</style>
border-color css
<style>
span { border-color: #966CDF; }
span { border-color: rgb(150,108,223); }
td.TdClassName
{
border-color: #966CDF;
}
.TagClassName
{
border-color: #966CDF;
}
</style>