Shades of Medium Purple #967ADD
Tints of Medium Purple #967ADD
RGB
CMYK
RGB Variations
Color information
#967ADD (or 0x967ADD) is known color: Medium Purple. HEX triplet: 96, 7A and DD. RGB value is (150,122,221). Sum of RGB (Red+Green+Blue) = 150+122+221=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #967ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ADD is #698522. Grayscale: #8D8D8D. Windows color (decimal): -6915363 or 14514838. OLE color: 14514838.
HSL color Cylindrical-coordinate representation of color #967ADD: hue angle of 256.97º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #967ADD is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 122 | 221 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.13 |
| HSL | 256.97º | 0.59% | 0.67% | - |
| HSV(B) | 256.97º | 0.45% | 0.87% | - |
| XYZ | 32.59 | 25.62 | 71.63 | - |
| YUV | 141.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 221 | 0.32 | 0.45 | 0 | 0.13 | 256.97 | 0.59 | 0.67 |
| Hex | 96 | 7A | DD | 20 | 2D | 0 | D | 101 | 3B | 43 |
| Octal | 226 | 172 | 335 | 40 | 55 | 0 | 15 | 401 | 73 | 103 |
| Binary | 10010110 | 1111010 | 11011101 | 100000 | 101101 | 0 | 1101 | 100000001 | 111011 | 1000011 |
Color Harmonies of #967ADD
Complementary color
Monochromatic Colors of #967ADD
Black with #967ADD
Text Example
Text Example
White with #967ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967ADD; }
p { color: rgb(150,122,221); }
H1.HeaderClassName
{
color: #967ADD;
}
.AnyTagClassName
{
color: #967ADD;
}
</style>
background-color css
<style>
a { background-color: #967ADD; }
a { background-color: rgb(150,122,221); }
div.DivClassName
{
background-color: #967ADD;
}
.BgClassName
{
background-color: #967ADD;
}
</style>
border-color css
<style>
span { border-color: #967ADD; }
span { border-color: rgb(150,122,221); }
td.TdClassName
{
border-color: #967ADD;
}
.TagClassName
{
border-color: #967ADD;
}
</style>