Shades of Medium Purple #945EF4
Tints of Medium Purple #945EF4
RGB
CMYK
RGB Variations
Color information
#945EF4 (or 0x945EF4) is known color: Medium Purple. HEX triplet: 94, 5E and F4. RGB value is (148,94,244). Sum of RGB (Red+Green+Blue) = 148+94+244=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #945EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945EF4 is #6BA10B. Grayscale: #7E7E7E. Windows color (decimal): -7053580 or 16014996. OLE color: 16014996.
HSL color Cylindrical-coordinate representation of color #945EF4: hue angle of 261.6º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #945EF4 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 94 | 244 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.04 |
| HSL | 261.6º | 0.87% | 0.66% | - |
| HSV(B) | 261.6º | 0.61% | 0.96% | - |
| XYZ | 32.54 | 20.83 | 87.89 | - |
| YUV | 127.25 | 193.89 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 244 | 0.39 | 0.61 | 0 | 0.04 | 261.6 | 0.87 | 0.66 |
| Hex | 94 | 5E | F4 | 27 | 3D | 0 | 4 | 106 | 57 | 42 |
| Octal | 224 | 136 | 364 | 47 | 75 | 0 | 4 | 406 | 127 | 102 |
| Binary | 10010100 | 1011110 | 11110100 | 100111 | 111101 | 0 | 100 | 100000110 | 1010111 | 1000010 |
Color Harmonies of #945EF4
Complementary color
Monochromatic Colors of #945EF4
Black with #945EF4
Text Example
Text Example
White with #945EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945EF4; }
p { color: rgb(148,94,244); }
H1.HeaderClassName
{
color: #945EF4;
}
.AnyTagClassName
{
color: #945EF4;
}
</style>
background-color css
<style>
a { background-color: #945EF4; }
a { background-color: rgb(148,94,244); }
div.DivClassName
{
background-color: #945EF4;
}
.BgClassName
{
background-color: #945EF4;
}
</style>
border-color css
<style>
span { border-color: #945EF4; }
span { border-color: rgb(148,94,244); }
td.TdClassName
{
border-color: #945EF4;
}
.TagClassName
{
border-color: #945EF4;
}
</style>