Shades of Medium Purple #967CDD
Tints of Medium Purple #967CDD
RGB
CMYK
RGB Variations
Color information
#967CDD (or 0x967CDD) is known color: Medium Purple. HEX triplet: 96, 7C and DD. RGB value is (150,124,221). Sum of RGB (Red+Green+Blue) = 150+124+221=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #967CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CDD is #698322. Grayscale: #8E8E8E. Windows color (decimal): -6914851 or 14515350. OLE color: 14515350.
HSL color Cylindrical-coordinate representation of color #967CDD: hue angle of 256.08º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #967CDD is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 124 | 221 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.13 |
| HSL | 256.08º | 0.59% | 0.68% | - |
| HSV(B) | 256.08º | 0.44% | 0.87% | - |
| XYZ | 32.84 | 26.12 | 71.72 | - |
| YUV | 142.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 221 | 0.32 | 0.44 | 0 | 0.13 | 256.08 | 0.59 | 0.68 |
| Hex | 96 | 7C | DD | 20 | 2C | 0 | D | 100 | 3B | 44 |
| Octal | 226 | 174 | 335 | 40 | 54 | 0 | 15 | 400 | 73 | 104 |
| Binary | 10010110 | 1111100 | 11011101 | 100000 | 101100 | 0 | 1101 | 100000000 | 111011 | 1000100 |
Color Harmonies of #967CDD
Complementary color
Monochromatic Colors of #967CDD
Black with #967CDD
Text Example
Text Example
White with #967CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CDD; }
p { color: rgb(150,124,221); }
H1.HeaderClassName
{
color: #967CDD;
}
.AnyTagClassName
{
color: #967CDD;
}
</style>
background-color css
<style>
a { background-color: #967CDD; }
a { background-color: rgb(150,124,221); }
div.DivClassName
{
background-color: #967CDD;
}
.BgClassName
{
background-color: #967CDD;
}
</style>
border-color css
<style>
span { border-color: #967CDD; }
span { border-color: rgb(150,124,221); }
td.TdClassName
{
border-color: #967CDD;
}
.TagClassName
{
border-color: #967CDD;
}
</style>