Shades of Medium Purple #944FEC
Tints of Medium Purple #944FEC
RGB
CMYK
RGB Variations
Color information
#944FEC (or 0x944FEC) is known color: Medium Purple. HEX triplet: 94, 4F and EC. RGB value is (148,79,236). Sum of RGB (Red+Green+Blue) = 148+79+236=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #944FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944FEC is #6BB013. Grayscale: #747474. Windows color (decimal): -7057428 or 15486868. OLE color: 15486868.
HSL color Cylindrical-coordinate representation of color #944FEC: hue angle of 266.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #944FEC is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 79 | 236 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.07 |
| HSL | 266.37º | 0.81% | 0.62% | - |
| HSV(B) | 266.37º | 0.67% | 0.93% | - |
| XYZ | 30.15 | 17.94 | 81.23 | - |
| YUV | 117.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 236 | 0.37 | 0.67 | 0 | 0.07 | 266.37 | 0.81 | 0.62 |
| Hex | 94 | 4F | EC | 25 | 43 | 0 | 7 | 10A | 51 | 3E |
| Octal | 224 | 117 | 354 | 45 | 103 | 0 | 7 | 412 | 121 | 76 |
| Binary | 10010100 | 1001111 | 11101100 | 100101 | 1000011 | 0 | 111 | 100001010 | 1010001 | 111110 |
Color Harmonies of #944FEC
Complementary color
Monochromatic Colors of #944FEC
Black with #944FEC
Text Example
Text Example
White with #944FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944FEC; }
p { color: rgb(148,79,236); }
H1.HeaderClassName
{
color: #944FEC;
}
.AnyTagClassName
{
color: #944FEC;
}
</style>
background-color css
<style>
a { background-color: #944FEC; }
a { background-color: rgb(148,79,236); }
div.DivClassName
{
background-color: #944FEC;
}
.BgClassName
{
background-color: #944FEC;
}
</style>
border-color css
<style>
span { border-color: #944FEC; }
span { border-color: rgb(148,79,236); }
td.TdClassName
{
border-color: #944FEC;
}
.TagClassName
{
border-color: #944FEC;
}
</style>