Shades of Medium Purple #966CEC
Tints of Medium Purple #966CEC
RGB
CMYK
RGB Variations
Color information
#966CEC (or 0x966CEC) is known color: Medium Purple. HEX triplet: 96, 6C and EC. RGB value is (150,108,236). Sum of RGB (Red+Green+Blue) = 150+108+236=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #966CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CEC is #699313. Grayscale: #868686. Windows color (decimal): -6918932 or 15494294. OLE color: 15494294.
HSL color Cylindrical-coordinate representation of color #966CEC: hue angle of 259.69º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966CEC is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 108 | 236 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.07 |
| HSL | 259.69º | 0.77% | 0.67% | - |
| HSV(B) | 259.69º | 0.54% | 0.93% | - |
| XYZ | 33.08 | 23.27 | 82.1 | - |
| YUV | 135.15 | 184.91 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 236 | 0.36 | 0.54 | 0 | 0.07 | 259.69 | 0.77 | 0.67 |
| Hex | 96 | 6C | EC | 24 | 36 | 0 | 7 | 104 | 4D | 43 |
| Octal | 226 | 154 | 354 | 44 | 66 | 0 | 7 | 404 | 115 | 103 |
| Binary | 10010110 | 1101100 | 11101100 | 100100 | 110110 | 0 | 111 | 100000100 | 1001101 | 1000011 |
Color Harmonies of #966CEC
Complementary color
Monochromatic Colors of #966CEC
Black with #966CEC
Text Example
Text Example
White with #966CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CEC; }
p { color: rgb(150,108,236); }
H1.HeaderClassName
{
color: #966CEC;
}
.AnyTagClassName
{
color: #966CEC;
}
</style>
background-color css
<style>
a { background-color: #966CEC; }
a { background-color: rgb(150,108,236); }
div.DivClassName
{
background-color: #966CEC;
}
.BgClassName
{
background-color: #966CEC;
}
</style>
border-color css
<style>
span { border-color: #966CEC; }
span { border-color: rgb(150,108,236); }
td.TdClassName
{
border-color: #966CEC;
}
.TagClassName
{
border-color: #966CEC;
}
</style>