Shades of Medium Purple #967EEC
Tints of Medium Purple #967EEC
RGB
CMYK
RGB Variations
Color information
#967EEC (or 0x967EEC) is known color: Medium Purple. HEX triplet: 96, 7E and EC. RGB value is (150,126,236). Sum of RGB (Red+Green+Blue) = 150+126+236=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #967EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967EEC is #698113. Grayscale: #919191. Windows color (decimal): -6914324 or 15498902. OLE color: 15498902.
HSL color Cylindrical-coordinate representation of color #967EEC: hue angle of 253.09º degrees, saturation: 0.74, 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 #967EEC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 126 | 236 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.07 |
| HSL | 253.09º | 0.74% | 0.71% | - |
| HSV(B) | 253.09º | 0.47% | 0.93% | - |
| XYZ | 35.18 | 27.46 | 82.8 | - |
| YUV | 145.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 236 | 0.36 | 0.47 | 0 | 0.07 | 253.09 | 0.74 | 0.71 |
| Hex | 96 | 7E | EC | 24 | 2F | 0 | 7 | FD | 4A | 47 |
| Octal | 226 | 176 | 354 | 44 | 57 | 0 | 7 | 375 | 112 | 107 |
| Binary | 10010110 | 1111110 | 11101100 | 100100 | 101111 | 0 | 111 | 11111101 | 1001010 | 1000111 |
Color Harmonies of #967EEC
Complementary color
Monochromatic Colors of #967EEC
Black with #967EEC
Text Example
Text Example
White with #967EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EEC; }
p { color: rgb(150,126,236); }
H1.HeaderClassName
{
color: #967EEC;
}
.AnyTagClassName
{
color: #967EEC;
}
</style>
background-color css
<style>
a { background-color: #967EEC; }
a { background-color: rgb(150,126,236); }
div.DivClassName
{
background-color: #967EEC;
}
.BgClassName
{
background-color: #967EEC;
}
</style>
border-color css
<style>
span { border-color: #967EEC; }
span { border-color: rgb(150,126,236); }
td.TdClassName
{
border-color: #967EEC;
}
.TagClassName
{
border-color: #967EEC;
}
</style>