Shades of Medium Purple #966FEC
Tints of Medium Purple #966FEC
RGB
CMYK
RGB Variations
Color information
#966FEC (or 0x966FEC) is known color: Medium Purple. HEX triplet: 96, 6F and EC. RGB value is (150,111,236). Sum of RGB (Red+Green+Blue) = 150+111+236=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #966FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FEC is #699013. Grayscale: #888888. Windows color (decimal): -6918164 or 15495062. OLE color: 15495062.
HSL color Cylindrical-coordinate representation of color #966FEC: hue angle of 258.72º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966FEC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 111 | 236 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.07 |
| HSL | 258.72º | 0.77% | 0.68% | - |
| HSV(B) | 258.72º | 0.53% | 0.93% | - |
| XYZ | 33.4 | 23.91 | 82.21 | - |
| YUV | 136.91 | 183.92 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 236 | 0.36 | 0.53 | 0 | 0.07 | 258.72 | 0.77 | 0.68 |
| Hex | 96 | 6F | EC | 24 | 35 | 0 | 7 | 103 | 4D | 44 |
| Octal | 226 | 157 | 354 | 44 | 65 | 0 | 7 | 403 | 115 | 104 |
| Binary | 10010110 | 1101111 | 11101100 | 100100 | 110101 | 0 | 111 | 100000011 | 1001101 | 1000100 |
Color Harmonies of #966FEC
Complementary color
Monochromatic Colors of #966FEC
Black with #966FEC
Text Example
Text Example
White with #966FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FEC; }
p { color: rgb(150,111,236); }
H1.HeaderClassName
{
color: #966FEC;
}
.AnyTagClassName
{
color: #966FEC;
}
</style>
background-color css
<style>
a { background-color: #966FEC; }
a { background-color: rgb(150,111,236); }
div.DivClassName
{
background-color: #966FEC;
}
.BgClassName
{
background-color: #966FEC;
}
</style>
border-color css
<style>
span { border-color: #966FEC; }
span { border-color: rgb(150,111,236); }
td.TdClassName
{
border-color: #966FEC;
}
.TagClassName
{
border-color: #966FEC;
}
</style>