Shades of Medium Purple #967BE7
Tints of Medium Purple #967BE7
RGB
CMYK
RGB Variations
Color information
#967BE7 (or 0x967BE7) is known color: Medium Purple. HEX triplet: 96, 7B and E7. RGB value is (150,123,231). Sum of RGB (Red+Green+Blue) = 150+123+231=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #967BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BE7 is #698418. Grayscale: #8E8E8E. Windows color (decimal): -6915097 or 15170454. OLE color: 15170454.
HSL color Cylindrical-coordinate representation of color #967BE7: hue angle of 255º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967BE7 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 123 | 231 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.09 |
| HSL | 255º | 0.69% | 0.69% | - |
| HSV(B) | 255º | 0.47% | 0.91% | - |
| XYZ | 34.08 | 26.42 | 78.9 | - |
| YUV | 143.39 | 177.45 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 231 | 0.35 | 0.47 | 0 | 0.09 | 255 | 0.69 | 0.69 |
| Hex | 96 | 7B | E7 | 23 | 2F | 0 | 9 | FF | 45 | 45 |
| Octal | 226 | 173 | 347 | 43 | 57 | 0 | 11 | 377 | 105 | 105 |
| Binary | 10010110 | 1111011 | 11100111 | 100011 | 101111 | 0 | 1001 | 11111111 | 1000101 | 1000101 |
Color Harmonies of #967BE7
Complementary color
Monochromatic Colors of #967BE7
Black with #967BE7
Text Example
Text Example
White with #967BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BE7; }
p { color: rgb(150,123,231); }
H1.HeaderClassName
{
color: #967BE7;
}
.AnyTagClassName
{
color: #967BE7;
}
</style>
background-color css
<style>
a { background-color: #967BE7; }
a { background-color: rgb(150,123,231); }
div.DivClassName
{
background-color: #967BE7;
}
.BgClassName
{
background-color: #967BE7;
}
</style>
border-color css
<style>
span { border-color: #967BE7; }
span { border-color: rgb(150,123,231); }
td.TdClassName
{
border-color: #967BE7;
}
.TagClassName
{
border-color: #967BE7;
}
</style>