Shades of Medium Purple #967AE2
Tints of Medium Purple #967AE2
RGB
CMYK
RGB Variations
Color information
#967AE2 (or 0x967AE2) is known color: Medium Purple. HEX triplet: 96, 7A and E2. RGB value is (150,122,226). Sum of RGB (Red+Green+Blue) = 150+122+226=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 226 (88.67% from 255 or 45.38% from 498); Max value from RGB is 226 - color contains mainly: blue. Hex color #967AE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967AE2 is #69851D. Grayscale: #8D8D8D. Windows color (decimal): -6915358 or 14842518. OLE color: 14842518.
HSL color Cylindrical-coordinate representation of color #967AE2: hue angle of 256.15º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #967AE2 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 122 | 226 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.11 |
| HSL | 256.15º | 0.64% | 0.68% | - |
| HSV(B) | 256.15º | 0.46% | 0.89% | - |
| XYZ | 33.26 | 25.89 | 75.2 | - |
| YUV | 142.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 226 | 0.34 | 0.46 | 0 | 0.11 | 256.15 | 0.64 | 0.68 |
| Hex | 96 | 7A | E2 | 22 | 2E | 0 | B | 100 | 40 | 44 |
| Octal | 226 | 172 | 342 | 42 | 56 | 0 | 13 | 400 | 100 | 104 |
| Binary | 10010110 | 1111010 | 11100010 | 100010 | 101110 | 0 | 1011 | 100000000 | 1000000 | 1000100 |
Color Harmonies of #967AE2
Complementary color
Monochromatic Colors of #967AE2
Black with #967AE2
Text Example
Text Example
White with #967AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967AE2; }
p { color: rgb(150,122,226); }
H1.HeaderClassName
{
color: #967AE2;
}
.AnyTagClassName
{
color: #967AE2;
}
</style>
background-color css
<style>
a { background-color: #967AE2; }
a { background-color: rgb(150,122,226); }
div.DivClassName
{
background-color: #967AE2;
}
.BgClassName
{
background-color: #967AE2;
}
</style>
border-color css
<style>
span { border-color: #967AE2; }
span { border-color: rgb(150,122,226); }
td.TdClassName
{
border-color: #967AE2;
}
.TagClassName
{
border-color: #967AE2;
}
</style>