Shades of Medium Purple #967FDF
Tints of Medium Purple #967FDF
RGB
CMYK
RGB Variations
Color information
#967FDF (or 0x967FDF) is known color: Medium Purple. HEX triplet: 96, 7F and DF. RGB value is (150,127,223). Sum of RGB (Red+Green+Blue) = 150+127+223=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #967FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FDF is #698020. Grayscale: #909090. Windows color (decimal): -6914081 or 14647190. OLE color: 14647190.
HSL color Cylindrical-coordinate representation of color #967FDF: hue angle of 254.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967FDF is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 127 | 223 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.13 |
| HSL | 254.38º | 0.6% | 0.69% | - |
| HSV(B) | 254.38º | 0.43% | 0.87% | - |
| XYZ | 33.49 | 26.99 | 73.26 | - |
| YUV | 144.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 223 | 0.33 | 0.43 | 0 | 0.13 | 254.38 | 0.6 | 0.69 |
| Hex | 96 | 7F | DF | 21 | 2B | 0 | D | FE | 3C | 45 |
| Octal | 226 | 177 | 337 | 41 | 53 | 0 | 15 | 376 | 74 | 105 |
| Binary | 10010110 | 1111111 | 11011111 | 100001 | 101011 | 0 | 1101 | 11111110 | 111100 | 1000101 |
Color Harmonies of #967FDF
Complementary color
Monochromatic Colors of #967FDF
Black with #967FDF
Text Example
Text Example
White with #967FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FDF; }
p { color: rgb(150,127,223); }
H1.HeaderClassName
{
color: #967FDF;
}
.AnyTagClassName
{
color: #967FDF;
}
</style>
background-color css
<style>
a { background-color: #967FDF; }
a { background-color: rgb(150,127,223); }
div.DivClassName
{
background-color: #967FDF;
}
.BgClassName
{
background-color: #967FDF;
}
</style>
border-color css
<style>
span { border-color: #967FDF; }
span { border-color: rgb(150,127,223); }
td.TdClassName
{
border-color: #967FDF;
}
.TagClassName
{
border-color: #967FDF;
}
</style>