Shades of Medium Purple #946EE3
Tints of Medium Purple #946EE3
RGB
CMYK
RGB Variations
Color information
#946EE3 (or 0x946EE3) is known color: Medium Purple. HEX triplet: 94, 6E and E3. RGB value is (148,110,227). Sum of RGB (Red+Green+Blue) = 148+110+227=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #946EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EE3 is #6B911C. Grayscale: #868686. Windows color (decimal): -7049501 or 14904980. OLE color: 14904980.
HSL color Cylindrical-coordinate representation of color #946EE3: hue angle of 259.49º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #946EE3 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 110 | 227 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.11 |
| HSL | 259.49º | 0.68% | 0.66% | - |
| HSV(B) | 259.49º | 0.52% | 0.89% | - |
| XYZ | 31.65 | 22.99 | 75.44 | - |
| YUV | 134.7 | 180.09 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 227 | 0.35 | 0.52 | 0 | 0.11 | 259.49 | 0.68 | 0.66 |
| Hex | 94 | 6E | E3 | 23 | 34 | 0 | B | 103 | 44 | 42 |
| Octal | 224 | 156 | 343 | 43 | 64 | 0 | 13 | 403 | 104 | 102 |
| Binary | 10010100 | 1101110 | 11100011 | 100011 | 110100 | 0 | 1011 | 100000011 | 1000100 | 1000010 |
Color Harmonies of #946EE3
Complementary color
Monochromatic Colors of #946EE3
Black with #946EE3
Text Example
Text Example
White with #946EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946EE3; }
p { color: rgb(148,110,227); }
H1.HeaderClassName
{
color: #946EE3;
}
.AnyTagClassName
{
color: #946EE3;
}
</style>
background-color css
<style>
a { background-color: #946EE3; }
a { background-color: rgb(148,110,227); }
div.DivClassName
{
background-color: #946EE3;
}
.BgClassName
{
background-color: #946EE3;
}
</style>
border-color css
<style>
span { border-color: #946EE3; }
span { border-color: rgb(148,110,227); }
td.TdClassName
{
border-color: #946EE3;
}
.TagClassName
{
border-color: #946EE3;
}
</style>