Shades of Medium Purple #967CEF
Tints of Medium Purple #967CEF
RGB
CMYK
RGB Variations
Color information
#967CEF (or 0x967CEF) is known color: Medium Purple. HEX triplet: 96, 7C and EF. RGB value is (150,124,239). Sum of RGB (Red+Green+Blue) = 150+124+239=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #967CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967CEF is #698310. Grayscale: #909090. Windows color (decimal): -6914833 or 15694998. OLE color: 15694998.
HSL color Cylindrical-coordinate representation of color #967CEF: hue angle of 253.57º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #967CEF is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 124 | 239 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.06 |
| HSL | 253.57º | 0.78% | 0.71% | - |
| HSV(B) | 253.57º | 0.48% | 0.94% | - |
| XYZ | 35.37 | 27.13 | 85.03 | - |
| YUV | 144.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 239 | 0.37 | 0.48 | 0 | 0.06 | 253.57 | 0.78 | 0.71 |
| Hex | 96 | 7C | EF | 25 | 30 | 0 | 6 | FE | 4E | 47 |
| Octal | 226 | 174 | 357 | 45 | 60 | 0 | 6 | 376 | 116 | 107 |
| Binary | 10010110 | 1111100 | 11101111 | 100101 | 110000 | 0 | 110 | 11111110 | 1001110 | 1000111 |
Color Harmonies of #967CEF
Complementary color
Monochromatic Colors of #967CEF
Black with #967CEF
Text Example
Text Example
White with #967CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CEF; }
p { color: rgb(150,124,239); }
H1.HeaderClassName
{
color: #967CEF;
}
.AnyTagClassName
{
color: #967CEF;
}
</style>
background-color css
<style>
a { background-color: #967CEF; }
a { background-color: rgb(150,124,239); }
div.DivClassName
{
background-color: #967CEF;
}
.BgClassName
{
background-color: #967CEF;
}
</style>
border-color css
<style>
span { border-color: #967CEF; }
span { border-color: rgb(150,124,239); }
td.TdClassName
{
border-color: #967CEF;
}
.TagClassName
{
border-color: #967CEF;
}
</style>