Shades of Medium Purple #967FEE
Tints of Medium Purple #967FEE
RGB
CMYK
RGB Variations
Color information
#967FEE (or 0x967FEE) is known color: Medium Purple. HEX triplet: 96, 7F and EE. RGB value is (150,127,238). Sum of RGB (Red+Green+Blue) = 150+127+238=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #967FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967FEE is #698011. Grayscale: #929292. Windows color (decimal): -6914066 or 15630230. OLE color: 15630230.
HSL color Cylindrical-coordinate representation of color #967FEE: hue angle of 252.43º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967FEE is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 127 | 238 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.07 |
| HSL | 252.43º | 0.77% | 0.72% | - |
| HSV(B) | 252.43º | 0.47% | 0.93% | - |
| XYZ | 35.6 | 27.84 | 84.39 | - |
| YUV | 146.53 | 179.62 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 238 | 0.37 | 0.47 | 0 | 0.07 | 252.43 | 0.77 | 0.72 |
| Hex | 96 | 7F | EE | 25 | 2F | 0 | 7 | FC | 4D | 48 |
| Octal | 226 | 177 | 356 | 45 | 57 | 0 | 7 | 374 | 115 | 110 |
| Binary | 10010110 | 1111111 | 11101110 | 100101 | 101111 | 0 | 111 | 11111100 | 1001101 | 1001000 |
Color Harmonies of #967FEE
Complementary color
Monochromatic Colors of #967FEE
Black with #967FEE
Text Example
Text Example
White with #967FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FEE; }
p { color: rgb(150,127,238); }
H1.HeaderClassName
{
color: #967FEE;
}
.AnyTagClassName
{
color: #967FEE;
}
</style>
background-color css
<style>
a { background-color: #967FEE; }
a { background-color: rgb(150,127,238); }
div.DivClassName
{
background-color: #967FEE;
}
.BgClassName
{
background-color: #967FEE;
}
</style>
border-color css
<style>
span { border-color: #967FEE; }
span { border-color: rgb(150,127,238); }
td.TdClassName
{
border-color: #967FEE;
}
.TagClassName
{
border-color: #967FEE;
}
</style>