Shades of Medium Purple #967DE0
Tints of Medium Purple #967DE0
RGB
CMYK
RGB Variations
Color information
#967DE0 (or 0x967DE0) is known color: Medium Purple. HEX triplet: 96, 7D and E0. RGB value is (150,125,224). Sum of RGB (Red+Green+Blue) = 150+125+224=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #967DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DE0 is #69821F. Grayscale: #8F8F8F. Windows color (decimal): -6914592 or 14712214. OLE color: 14712214.
HSL color Cylindrical-coordinate representation of color #967DE0: hue angle of 255.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #967DE0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 125 | 224 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.12 |
| HSL | 255.15º | 0.61% | 0.68% | - |
| HSV(B) | 255.15º | 0.44% | 0.88% | - |
| XYZ | 33.37 | 26.53 | 73.88 | - |
| YUV | 143.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 224 | 0.33 | 0.44 | 0 | 0.12 | 255.15 | 0.61 | 0.68 |
| Hex | 96 | 7D | E0 | 21 | 2C | 0 | C | FF | 3D | 44 |
| Octal | 226 | 175 | 340 | 41 | 54 | 0 | 14 | 377 | 75 | 104 |
| Binary | 10010110 | 1111101 | 11100000 | 100001 | 101100 | 0 | 1100 | 11111111 | 111101 | 1000100 |
Color Harmonies of #967DE0
Complementary color
Monochromatic Colors of #967DE0
Black with #967DE0
Text Example
Text Example
White with #967DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DE0; }
p { color: rgb(150,125,224); }
H1.HeaderClassName
{
color: #967DE0;
}
.AnyTagClassName
{
color: #967DE0;
}
</style>
background-color css
<style>
a { background-color: #967DE0; }
a { background-color: rgb(150,125,224); }
div.DivClassName
{
background-color: #967DE0;
}
.BgClassName
{
background-color: #967DE0;
}
</style>
border-color css
<style>
span { border-color: #967DE0; }
span { border-color: rgb(150,125,224); }
td.TdClassName
{
border-color: #967DE0;
}
.TagClassName
{
border-color: #967DE0;
}
</style>