Shades of Medium Purple #967EE0
Tints of Medium Purple #967EE0
RGB
CMYK
RGB Variations
Color information
#967EE0 (or 0x967EE0) is known color: Medium Purple. HEX triplet: 96, 7E and E0. RGB value is (150,126,224). Sum of RGB (Red+Green+Blue) = 150+126+224=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #967EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EE0 is #69811F. Grayscale: #8F8F8F. Windows color (decimal): -6914336 or 14712470. OLE color: 14712470.
HSL color Cylindrical-coordinate representation of color #967EE0: hue angle of 254.69º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #967EE0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 126 | 224 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.12 |
| HSL | 254.69º | 0.61% | 0.69% | - |
| HSV(B) | 254.69º | 0.44% | 0.88% | - |
| XYZ | 33.49 | 26.79 | 73.93 | - |
| YUV | 144.35 | 172.95 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 224 | 0.33 | 0.44 | 0 | 0.12 | 254.69 | 0.61 | 0.69 |
| Hex | 96 | 7E | E0 | 21 | 2C | 0 | C | FF | 3D | 45 |
| Octal | 226 | 176 | 340 | 41 | 54 | 0 | 14 | 377 | 75 | 105 |
| Binary | 10010110 | 1111110 | 11100000 | 100001 | 101100 | 0 | 1100 | 11111111 | 111101 | 1000101 |
Color Harmonies of #967EE0
Complementary color
Monochromatic Colors of #967EE0
Black with #967EE0
Text Example
Text Example
White with #967EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EE0; }
p { color: rgb(150,126,224); }
H1.HeaderClassName
{
color: #967EE0;
}
.AnyTagClassName
{
color: #967EE0;
}
</style>
background-color css
<style>
a { background-color: #967EE0; }
a { background-color: rgb(150,126,224); }
div.DivClassName
{
background-color: #967EE0;
}
.BgClassName
{
background-color: #967EE0;
}
</style>
border-color css
<style>
span { border-color: #967EE0; }
span { border-color: rgb(150,126,224); }
td.TdClassName
{
border-color: #967EE0;
}
.TagClassName
{
border-color: #967EE0;
}
</style>