Shades of Medium Purple #967BED
Tints of Medium Purple #967BED
RGB
CMYK
RGB Variations
Color information
#967BED (or 0x967BED) is known color: Medium Purple. HEX triplet: 96, 7B and ED. RGB value is (150,123,237). Sum of RGB (Red+Green+Blue) = 150+123+237=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #967BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BED is #698412. Grayscale: #8F8F8F. Windows color (decimal): -6915091 or 15563670. OLE color: 15563670.
HSL color Cylindrical-coordinate representation of color #967BED: hue angle of 254.21º degrees, saturation: 0.76, 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 #967BED is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 123 | 237 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.07 |
| HSL | 254.21º | 0.76% | 0.71% | - |
| HSV(B) | 254.21º | 0.48% | 0.93% | - |
| XYZ | 34.95 | 26.76 | 83.44 | - |
| YUV | 144.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 237 | 0.37 | 0.48 | 0 | 0.07 | 254.21 | 0.76 | 0.71 |
| Hex | 96 | 7B | ED | 25 | 30 | 0 | 7 | FE | 4C | 47 |
| Octal | 226 | 173 | 355 | 45 | 60 | 0 | 7 | 376 | 114 | 107 |
| Binary | 10010110 | 1111011 | 11101101 | 100101 | 110000 | 0 | 111 | 11111110 | 1001100 | 1000111 |
Color Harmonies of #967BED
Complementary color
Monochromatic Colors of #967BED
Black with #967BED
Text Example
Text Example
White with #967BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BED; }
p { color: rgb(150,123,237); }
H1.HeaderClassName
{
color: #967BED;
}
.AnyTagClassName
{
color: #967BED;
}
</style>
background-color css
<style>
a { background-color: #967BED; }
a { background-color: rgb(150,123,237); }
div.DivClassName
{
background-color: #967BED;
}
.BgClassName
{
background-color: #967BED;
}
</style>
border-color css
<style>
span { border-color: #967BED; }
span { border-color: rgb(150,123,237); }
td.TdClassName
{
border-color: #967BED;
}
.TagClassName
{
border-color: #967BED;
}
</style>