Shades of Medium Purple #967DDA
Tints of Medium Purple #967DDA
RGB
CMYK
RGB Variations
Color information
#967DDA (or 0x967DDA) is known color: Medium Purple. HEX triplet: 96, 7D and DA. RGB value is (150,125,218). Sum of RGB (Red+Green+Blue) = 150+125+218=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #967DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DDA is #698225. Grayscale: #8E8E8E. Windows color (decimal): -6914598 or 14318998. OLE color: 14318998.
HSL color Cylindrical-coordinate representation of color #967DDA: hue angle of 256.13º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967DDA is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 125 | 218 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.15 |
| HSL | 256.13º | 0.56% | 0.67% | - |
| HSV(B) | 256.13º | 0.43% | 0.85% | - |
| XYZ | 32.57 | 26.21 | 69.67 | - |
| YUV | 143.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 218 | 0.31 | 0.43 | 0 | 0.15 | 256.13 | 0.56 | 0.67 |
| Hex | 96 | 7D | DA | 1F | 2B | 0 | F | 100 | 38 | 43 |
| Octal | 226 | 175 | 332 | 37 | 53 | 0 | 17 | 400 | 70 | 103 |
| Binary | 10010110 | 1111101 | 11011010 | 11111 | 101011 | 0 | 1111 | 100000000 | 111000 | 1000011 |
Color Harmonies of #967DDA
Complementary color
Monochromatic Colors of #967DDA
Black with #967DDA
Text Example
Text Example
White with #967DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DDA; }
p { color: rgb(150,125,218); }
H1.HeaderClassName
{
color: #967DDA;
}
.AnyTagClassName
{
color: #967DDA;
}
</style>
background-color css
<style>
a { background-color: #967DDA; }
a { background-color: rgb(150,125,218); }
div.DivClassName
{
background-color: #967DDA;
}
.BgClassName
{
background-color: #967DDA;
}
</style>
border-color css
<style>
span { border-color: #967DDA; }
span { border-color: rgb(150,125,218); }
td.TdClassName
{
border-color: #967DDA;
}
.TagClassName
{
border-color: #967DDA;
}
</style>