Shades of Medium Purple #967AD5
Tints of Medium Purple #967AD5
RGB
CMYK
RGB Variations
Color information
#967AD5 (or 0x967AD5) is known color: Medium Purple. HEX triplet: 96, 7A and D5. RGB value is (150,122,213). Sum of RGB (Red+Green+Blue) = 150+122+213=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #967AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967AD5 is #69852A. Grayscale: #8C8C8C. Windows color (decimal): -6915371 or 13990550. OLE color: 13990550.
HSL color Cylindrical-coordinate representation of color #967AD5: hue angle of 258.46º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967AD5 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 122 | 213 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.16 |
| HSL | 258.46º | 0.52% | 0.66% | - |
| HSV(B) | 258.46º | 0.43% | 0.84% | - |
| XYZ | 31.55 | 25.21 | 66.15 | - |
| YUV | 140.75 | 168.78 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 213 | 0.30 | 0.43 | 0 | 0.16 | 258.46 | 0.52 | 0.66 |
| Hex | 96 | 7A | D5 | 1E | 2B | 0 | 10 | 102 | 34 | 42 |
| Octal | 226 | 172 | 325 | 36 | 53 | 0 | 20 | 402 | 64 | 102 |
| Binary | 10010110 | 1111010 | 11010101 | 11110 | 101011 | 0 | 10000 | 100000010 | 110100 | 1000010 |
Color Harmonies of #967AD5
Complementary color
Monochromatic Colors of #967AD5
Black with #967AD5
Text Example
Text Example
White with #967AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967AD5; }
p { color: rgb(150,122,213); }
H1.HeaderClassName
{
color: #967AD5;
}
.AnyTagClassName
{
color: #967AD5;
}
</style>
background-color css
<style>
a { background-color: #967AD5; }
a { background-color: rgb(150,122,213); }
div.DivClassName
{
background-color: #967AD5;
}
.BgClassName
{
background-color: #967AD5;
}
</style>
border-color css
<style>
span { border-color: #967AD5; }
span { border-color: rgb(150,122,213); }
td.TdClassName
{
border-color: #967AD5;
}
.TagClassName
{
border-color: #967AD5;
}
</style>