Shades of Medium Purple #944FE9
Tints of Medium Purple #944FE9
RGB
CMYK
RGB Variations
Color information
#944FE9 (or 0x944FE9) is known color: Medium Purple. HEX triplet: 94, 4F and E9. RGB value is (148,79,233). Sum of RGB (Red+Green+Blue) = 148+79+233=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #944FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944FE9 is #6BB016. Grayscale: #747474. Windows color (decimal): -7057431 or 15290260. OLE color: 15290260.
HSL color Cylindrical-coordinate representation of color #944FE9: hue angle of 266.88º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #944FE9 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 79 | 233 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.09 |
| HSL | 266.88º | 0.78% | 0.61% | - |
| HSV(B) | 266.88º | 0.66% | 0.91% | - |
| XYZ | 29.72 | 17.77 | 78.95 | - |
| YUV | 117.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 233 | 0.36 | 0.66 | 0 | 0.09 | 266.88 | 0.78 | 0.61 |
| Hex | 94 | 4F | E9 | 24 | 42 | 0 | 9 | 10B | 4E | 3D |
| Octal | 224 | 117 | 351 | 44 | 102 | 0 | 11 | 413 | 116 | 75 |
| Binary | 10010100 | 1001111 | 11101001 | 100100 | 1000010 | 0 | 1001 | 100001011 | 1001110 | 111101 |
Color Harmonies of #944FE9
Complementary color
Monochromatic Colors of #944FE9
Black with #944FE9
Text Example
Text Example
White with #944FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944FE9; }
p { color: rgb(148,79,233); }
H1.HeaderClassName
{
color: #944FE9;
}
.AnyTagClassName
{
color: #944FE9;
}
</style>
background-color css
<style>
a { background-color: #944FE9; }
a { background-color: rgb(148,79,233); }
div.DivClassName
{
background-color: #944FE9;
}
.BgClassName
{
background-color: #944FE9;
}
</style>
border-color css
<style>
span { border-color: #944FE9; }
span { border-color: rgb(148,79,233); }
td.TdClassName
{
border-color: #944FE9;
}
.TagClassName
{
border-color: #944FE9;
}
</style>