Shades of Medium Purple #966BEE
Tints of Medium Purple #966BEE
RGB
CMYK
RGB Variations
Color information
#966BEE (or 0x966BEE) is known color: Medium Purple. HEX triplet: 96, 6B and EE. RGB value is (150,107,238). Sum of RGB (Red+Green+Blue) = 150+107+238=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #966BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BEE is #699411. Grayscale: #868686. Windows color (decimal): -6919186 or 15625110. OLE color: 15625110.
HSL color Cylindrical-coordinate representation of color #966BEE: hue angle of 259.69º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966BEE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 107 | 238 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.07 |
| HSL | 259.69º | 0.79% | 0.68% | - |
| HSV(B) | 259.69º | 0.55% | 0.93% | - |
| XYZ | 33.27 | 23.17 | 83.61 | - |
| YUV | 134.79 | 186.25 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 238 | 0.37 | 0.55 | 0 | 0.07 | 259.69 | 0.79 | 0.68 |
| Hex | 96 | 6B | EE | 25 | 37 | 0 | 7 | 104 | 4F | 44 |
| Octal | 226 | 153 | 356 | 45 | 67 | 0 | 7 | 404 | 117 | 104 |
| Binary | 10010110 | 1101011 | 11101110 | 100101 | 110111 | 0 | 111 | 100000100 | 1001111 | 1000100 |
Color Harmonies of #966BEE
Complementary color
Monochromatic Colors of #966BEE
Black with #966BEE
Text Example
Text Example
White with #966BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BEE; }
p { color: rgb(150,107,238); }
H1.HeaderClassName
{
color: #966BEE;
}
.AnyTagClassName
{
color: #966BEE;
}
</style>
background-color css
<style>
a { background-color: #966BEE; }
a { background-color: rgb(150,107,238); }
div.DivClassName
{
background-color: #966BEE;
}
.BgClassName
{
background-color: #966BEE;
}
</style>
border-color css
<style>
span { border-color: #966BEE; }
span { border-color: rgb(150,107,238); }
td.TdClassName
{
border-color: #966BEE;
}
.TagClassName
{
border-color: #966BEE;
}
</style>