Shades of Medium Purple #967EEE
Tints of Medium Purple #967EEE
RGB
CMYK
RGB Variations
Color information
#967EEE (or 0x967EEE) is known color: Medium Purple. HEX triplet: 96, 7E and EE. RGB value is (150,126,238). Sum of RGB (Red+Green+Blue) = 150+126+238=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #967EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967EEE is #698111. Grayscale: #919191. Windows color (decimal): -6914322 or 15629974. OLE color: 15629974.
HSL color Cylindrical-coordinate representation of color #967EEE: hue angle of 252.86º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967EEE is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 126 | 238 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.07 |
| HSL | 252.86º | 0.77% | 0.71% | - |
| HSV(B) | 252.86º | 0.47% | 0.93% | - |
| XYZ | 35.47 | 27.58 | 84.34 | - |
| YUV | 145.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 238 | 0.37 | 0.47 | 0 | 0.07 | 252.86 | 0.77 | 0.71 |
| Hex | 96 | 7E | EE | 25 | 2F | 0 | 7 | FD | 4D | 47 |
| Octal | 226 | 176 | 356 | 45 | 57 | 0 | 7 | 375 | 115 | 107 |
| Binary | 10010110 | 1111110 | 11101110 | 100101 | 101111 | 0 | 111 | 11111101 | 1001101 | 1000111 |
Color Harmonies of #967EEE
Complementary color
Monochromatic Colors of #967EEE
Black with #967EEE
Text Example
Text Example
White with #967EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EEE; }
p { color: rgb(150,126,238); }
H1.HeaderClassName
{
color: #967EEE;
}
.AnyTagClassName
{
color: #967EEE;
}
</style>
background-color css
<style>
a { background-color: #967EEE; }
a { background-color: rgb(150,126,238); }
div.DivClassName
{
background-color: #967EEE;
}
.BgClassName
{
background-color: #967EEE;
}
</style>
border-color css
<style>
span { border-color: #967EEE; }
span { border-color: rgb(150,126,238); }
td.TdClassName
{
border-color: #967EEE;
}
.TagClassName
{
border-color: #967EEE;
}
</style>