Shades of Medium Purple #967EDA
Tints of Medium Purple #967EDA
RGB
CMYK
RGB Variations
Color information
#967EDA (or 0x967EDA) is known color: Medium Purple. HEX triplet: 96, 7E and DA. RGB value is (150,126,218). Sum of RGB (Red+Green+Blue) = 150+126+218=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #967EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EDA is #698125. Grayscale: #8F8F8F. Windows color (decimal): -6914342 or 14319254. OLE color: 14319254.
HSL color Cylindrical-coordinate representation of color #967EDA: hue angle of 255.65º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #967EDA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 126 | 218 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.15 |
| HSL | 255.65º | 0.55% | 0.67% | - |
| HSV(B) | 255.65º | 0.42% | 0.85% | - |
| XYZ | 32.69 | 26.47 | 69.72 | - |
| YUV | 143.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 218 | 0.31 | 0.42 | 0 | 0.15 | 255.65 | 0.55 | 0.67 |
| Hex | 96 | 7E | DA | 1F | 2A | 0 | F | 100 | 37 | 43 |
| Octal | 226 | 176 | 332 | 37 | 52 | 0 | 17 | 400 | 67 | 103 |
| Binary | 10010110 | 1111110 | 11011010 | 11111 | 101010 | 0 | 1111 | 100000000 | 110111 | 1000011 |
Color Harmonies of #967EDA
Complementary color
Monochromatic Colors of #967EDA
Black with #967EDA
Text Example
Text Example
White with #967EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EDA; }
p { color: rgb(150,126,218); }
H1.HeaderClassName
{
color: #967EDA;
}
.AnyTagClassName
{
color: #967EDA;
}
</style>
background-color css
<style>
a { background-color: #967EDA; }
a { background-color: rgb(150,126,218); }
div.DivClassName
{
background-color: #967EDA;
}
.BgClassName
{
background-color: #967EDA;
}
</style>
border-color css
<style>
span { border-color: #967EDA; }
span { border-color: rgb(150,126,218); }
td.TdClassName
{
border-color: #967EDA;
}
.TagClassName
{
border-color: #967EDA;
}
</style>