Shades of Medium Purple #967BEE
Tints of Medium Purple #967BEE
RGB
CMYK
RGB Variations
Color information
#967BEE (or 0x967BEE) is known color: Medium Purple. HEX triplet: 96, 7B and EE. RGB value is (150,123,238). Sum of RGB (Red+Green+Blue) = 150+123+238=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #967BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BEE is #698411. Grayscale: #8F8F8F. Windows color (decimal): -6915090 or 15629206. OLE color: 15629206.
HSL color Cylindrical-coordinate representation of color #967BEE: hue angle of 254.09º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #967BEE is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 123 | 238 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.07 |
| HSL | 254.09º | 0.77% | 0.71% | - |
| HSV(B) | 254.09º | 0.48% | 0.93% | - |
| XYZ | 35.09 | 26.82 | 84.22 | - |
| YUV | 144.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 238 | 0.37 | 0.48 | 0 | 0.07 | 254.09 | 0.77 | 0.71 |
| Hex | 96 | 7B | EE | 25 | 30 | 0 | 7 | FE | 4D | 47 |
| Octal | 226 | 173 | 356 | 45 | 60 | 0 | 7 | 376 | 115 | 107 |
| Binary | 10010110 | 1111011 | 11101110 | 100101 | 110000 | 0 | 111 | 11111110 | 1001101 | 1000111 |
Color Harmonies of #967BEE
Complementary color
Monochromatic Colors of #967BEE
Black with #967BEE
Text Example
Text Example
White with #967BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BEE; }
p { color: rgb(150,123,238); }
H1.HeaderClassName
{
color: #967BEE;
}
.AnyTagClassName
{
color: #967BEE;
}
</style>
background-color css
<style>
a { background-color: #967BEE; }
a { background-color: rgb(150,123,238); }
div.DivClassName
{
background-color: #967BEE;
}
.BgClassName
{
background-color: #967BEE;
}
</style>
border-color css
<style>
span { border-color: #967BEE; }
span { border-color: rgb(150,123,238); }
td.TdClassName
{
border-color: #967BEE;
}
.TagClassName
{
border-color: #967BEE;
}
</style>