Shades of Medium Purple #966FDC
Tints of Medium Purple #966FDC
RGB
CMYK
RGB Variations
Color information
#966FDC (or 0x966FDC) is known color: Medium Purple. HEX triplet: 96, 6F and DC. RGB value is (150,111,220). Sum of RGB (Red+Green+Blue) = 150+111+220=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #966FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FDC is #699023. Grayscale: #868686. Windows color (decimal): -6918180 or 14446486. OLE color: 14446486.
HSL color Cylindrical-coordinate representation of color #966FDC: hue angle of 261.47º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966FDC is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 111 | 220 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.14 |
| HSL | 261.47º | 0.61% | 0.65% | - |
| HSV(B) | 261.47º | 0.5% | 0.86% | - |
| XYZ | 31.18 | 23.02 | 70.51 | - |
| YUV | 135.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 220 | 0.32 | 0.50 | 0 | 0.14 | 261.47 | 0.61 | 0.65 |
| Hex | 96 | 6F | DC | 20 | 32 | 0 | E | 105 | 3D | 41 |
| Octal | 226 | 157 | 334 | 40 | 62 | 0 | 16 | 405 | 75 | 101 |
| Binary | 10010110 | 1101111 | 11011100 | 100000 | 110010 | 0 | 1110 | 100000101 | 111101 | 1000001 |
Color Harmonies of #966FDC
Complementary color
Monochromatic Colors of #966FDC
Black with #966FDC
Text Example
Text Example
White with #966FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FDC; }
p { color: rgb(150,111,220); }
H1.HeaderClassName
{
color: #966FDC;
}
.AnyTagClassName
{
color: #966FDC;
}
</style>
background-color css
<style>
a { background-color: #966FDC; }
a { background-color: rgb(150,111,220); }
div.DivClassName
{
background-color: #966FDC;
}
.BgClassName
{
background-color: #966FDC;
}
</style>
border-color css
<style>
span { border-color: #966FDC; }
span { border-color: rgb(150,111,220); }
td.TdClassName
{
border-color: #966FDC;
}
.TagClassName
{
border-color: #966FDC;
}
</style>