Shades of Medium Purple #967FD6
Tints of Medium Purple #967FD6
RGB
CMYK
RGB Variations
Color information
#967FD6 (or 0x967FD6) is known color: Medium Purple. HEX triplet: 96, 7F and D6. RGB value is (150,127,214). Sum of RGB (Red+Green+Blue) = 150+127+214=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #967FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FD6 is #698029. Grayscale: #8F8F8F. Windows color (decimal): -6914090 or 14057366. OLE color: 14057366.
HSL color Cylindrical-coordinate representation of color #967FD6: hue angle of 255.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #967FD6 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 127 | 214 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.16 |
| HSL | 255.86º | 0.51% | 0.67% | - |
| HSV(B) | 255.86º | 0.41% | 0.84% | - |
| XYZ | 32.3 | 26.52 | 67.03 | - |
| YUV | 143.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 214 | 0.30 | 0.41 | 0 | 0.16 | 255.86 | 0.51 | 0.67 |
| Hex | 96 | 7F | D6 | 1E | 29 | 0 | 10 | 100 | 33 | 43 |
| Octal | 226 | 177 | 326 | 36 | 51 | 0 | 20 | 400 | 63 | 103 |
| Binary | 10010110 | 1111111 | 11010110 | 11110 | 101001 | 0 | 10000 | 100000000 | 110011 | 1000011 |
Color Harmonies of #967FD6
Complementary color
Monochromatic Colors of #967FD6
Black with #967FD6
Text Example
Text Example
White with #967FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FD6; }
p { color: rgb(150,127,214); }
H1.HeaderClassName
{
color: #967FD6;
}
.AnyTagClassName
{
color: #967FD6;
}
</style>
background-color css
<style>
a { background-color: #967FD6; }
a { background-color: rgb(150,127,214); }
div.DivClassName
{
background-color: #967FD6;
}
.BgClassName
{
background-color: #967FD6;
}
</style>
border-color css
<style>
span { border-color: #967FD6; }
span { border-color: rgb(150,127,214); }
td.TdClassName
{
border-color: #967FD6;
}
.TagClassName
{
border-color: #967FD6;
}
</style>