Shades of Medium Purple #967FDD
Tints of Medium Purple #967FDD
RGB
CMYK
RGB Variations
Color information
#967FDD (or 0x967FDD) is known color: Medium Purple. HEX triplet: 96, 7F and DD. RGB value is (150,127,221). Sum of RGB (Red+Green+Blue) = 150+127+221=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #967FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FDD is #698022. Grayscale: #909090. Windows color (decimal): -6914083 or 14516118. OLE color: 14516118.
HSL color Cylindrical-coordinate representation of color #967FDD: hue angle of 254.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967FDD is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 127 | 221 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.13 |
| HSL | 254.68º | 0.58% | 0.68% | - |
| HSV(B) | 254.68º | 0.43% | 0.87% | - |
| XYZ | 33.22 | 26.88 | 71.84 | - |
| YUV | 144.59 | 171.12 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 221 | 0.32 | 0.43 | 0 | 0.13 | 254.68 | 0.58 | 0.68 |
| Hex | 96 | 7F | DD | 20 | 2B | 0 | D | FF | 3A | 44 |
| Octal | 226 | 177 | 335 | 40 | 53 | 0 | 15 | 377 | 72 | 104 |
| Binary | 10010110 | 1111111 | 11011101 | 100000 | 101011 | 0 | 1101 | 11111111 | 111010 | 1000100 |
Color Harmonies of #967FDD
Complementary color
Monochromatic Colors of #967FDD
Black with #967FDD
Text Example
Text Example
White with #967FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FDD; }
p { color: rgb(150,127,221); }
H1.HeaderClassName
{
color: #967FDD;
}
.AnyTagClassName
{
color: #967FDD;
}
</style>
background-color css
<style>
a { background-color: #967FDD; }
a { background-color: rgb(150,127,221); }
div.DivClassName
{
background-color: #967FDD;
}
.BgClassName
{
background-color: #967FDD;
}
</style>
border-color css
<style>
span { border-color: #967FDD; }
span { border-color: rgb(150,127,221); }
td.TdClassName
{
border-color: #967FDD;
}
.TagClassName
{
border-color: #967FDD;
}
</style>