Shades of Medium Purple #966FDF
Tints of Medium Purple #966FDF
RGB
CMYK
RGB Variations
Color information
#966FDF (or 0x966FDF) is known color: Medium Purple. HEX triplet: 96, 6F and DF. RGB value is (150,111,223). Sum of RGB (Red+Green+Blue) = 150+111+223=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #966FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FDF is #699020. Grayscale: #878787. Windows color (decimal): -6918177 or 14643094. OLE color: 14643094.
HSL color Cylindrical-coordinate representation of color #966FDF: hue angle of 260.89º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966FDF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 111 | 223 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.13 |
| HSL | 260.89º | 0.64% | 0.65% | - |
| HSV(B) | 260.89º | 0.5% | 0.87% | - |
| XYZ | 31.58 | 23.18 | 72.62 | - |
| YUV | 135.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 223 | 0.33 | 0.50 | 0 | 0.13 | 260.89 | 0.64 | 0.65 |
| Hex | 96 | 6F | DF | 21 | 32 | 0 | D | 105 | 40 | 41 |
| Octal | 226 | 157 | 337 | 41 | 62 | 0 | 15 | 405 | 100 | 101 |
| Binary | 10010110 | 1101111 | 11011111 | 100001 | 110010 | 0 | 1101 | 100000101 | 1000000 | 1000001 |
Color Harmonies of #966FDF
Complementary color
Monochromatic Colors of #966FDF
Black with #966FDF
Text Example
Text Example
White with #966FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FDF; }
p { color: rgb(150,111,223); }
H1.HeaderClassName
{
color: #966FDF;
}
.AnyTagClassName
{
color: #966FDF;
}
</style>
background-color css
<style>
a { background-color: #966FDF; }
a { background-color: rgb(150,111,223); }
div.DivClassName
{
background-color: #966FDF;
}
.BgClassName
{
background-color: #966FDF;
}
</style>
border-color css
<style>
span { border-color: #966FDF; }
span { border-color: rgb(150,111,223); }
td.TdClassName
{
border-color: #966FDF;
}
.TagClassName
{
border-color: #966FDF;
}
</style>