Shades of Medium Purple #946EF1
Tints of Medium Purple #946EF1
RGB
CMYK
RGB Variations
Color information
#946EF1 (or 0x946EF1) is known color: Medium Purple. HEX triplet: 94, 6E and F1. RGB value is (148,110,241). Sum of RGB (Red+Green+Blue) = 148+110+241=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #946EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EF1 is #6B910E. Grayscale: #878787. Windows color (decimal): -7049487 or 15822484. OLE color: 15822484.
HSL color Cylindrical-coordinate representation of color #946EF1: hue angle of 257.4º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946EF1 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 110 | 241 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.05 |
| HSL | 257.4º | 0.82% | 0.69% | - |
| HSV(B) | 257.4º | 0.54% | 0.95% | - |
| XYZ | 33.67 | 23.8 | 86.04 | - |
| YUV | 136.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 241 | 0.39 | 0.54 | 0 | 0.05 | 257.4 | 0.82 | 0.69 |
| Hex | 94 | 6E | F1 | 27 | 36 | 0 | 5 | 101 | 52 | 45 |
| Octal | 224 | 156 | 361 | 47 | 66 | 0 | 5 | 401 | 122 | 105 |
| Binary | 10010100 | 1101110 | 11110001 | 100111 | 110110 | 0 | 101 | 100000001 | 1010010 | 1000101 |
Color Harmonies of #946EF1
Complementary color
Monochromatic Colors of #946EF1
Black with #946EF1
Text Example
Text Example
White with #946EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946EF1; }
p { color: rgb(148,110,241); }
H1.HeaderClassName
{
color: #946EF1;
}
.AnyTagClassName
{
color: #946EF1;
}
</style>
background-color css
<style>
a { background-color: #946EF1; }
a { background-color: rgb(148,110,241); }
div.DivClassName
{
background-color: #946EF1;
}
.BgClassName
{
background-color: #946EF1;
}
</style>
border-color css
<style>
span { border-color: #946EF1; }
span { border-color: rgb(148,110,241); }
td.TdClassName
{
border-color: #946EF1;
}
.TagClassName
{
border-color: #946EF1;
}
</style>