Shades of Medium Purple #967FE3
Tints of Medium Purple #967FE3
RGB
CMYK
RGB Variations
Color information
#967FE3 (or 0x967FE3) is known color: Medium Purple. HEX triplet: 96, 7F and E3. RGB value is (150,127,227). Sum of RGB (Red+Green+Blue) = 150+127+227=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 227 - color contains mainly: blue. Hex color #967FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FE3 is #69801C. Grayscale: #909090. Windows color (decimal): -6914077 or 14909334. OLE color: 14909334.
HSL color Cylindrical-coordinate representation of color #967FE3: hue angle of 253.8º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #967FE3 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 127 | 227 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.11 |
| HSL | 253.8º | 0.64% | 0.69% | - |
| HSV(B) | 253.8º | 0.44% | 0.89% | - |
| XYZ | 34.03 | 27.21 | 76.13 | - |
| YUV | 145.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 227 | 0.34 | 0.44 | 0 | 0.11 | 253.8 | 0.64 | 0.69 |
| Hex | 96 | 7F | E3 | 22 | 2C | 0 | B | FE | 40 | 45 |
| Octal | 226 | 177 | 343 | 42 | 54 | 0 | 13 | 376 | 100 | 105 |
| Binary | 10010110 | 1111111 | 11100011 | 100010 | 101100 | 0 | 1011 | 11111110 | 1000000 | 1000101 |
Color Harmonies of #967FE3
Complementary color
Monochromatic Colors of #967FE3
Black with #967FE3
Text Example
Text Example
White with #967FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FE3; }
p { color: rgb(150,127,227); }
H1.HeaderClassName
{
color: #967FE3;
}
.AnyTagClassName
{
color: #967FE3;
}
</style>
background-color css
<style>
a { background-color: #967FE3; }
a { background-color: rgb(150,127,227); }
div.DivClassName
{
background-color: #967FE3;
}
.BgClassName
{
background-color: #967FE3;
}
</style>
border-color css
<style>
span { border-color: #967FE3; }
span { border-color: rgb(150,127,227); }
td.TdClassName
{
border-color: #967FE3;
}
.TagClassName
{
border-color: #967FE3;
}
</style>