Shades of Medium Purple #946EE1
Tints of Medium Purple #946EE1
RGB
CMYK
RGB Variations
Color information
#946EE1 (or 0x946EE1) is known color: Medium Purple. HEX triplet: 94, 6E and E1. RGB value is (148,110,225). Sum of RGB (Red+Green+Blue) = 148+110+225=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #946EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EE1 is #6B911E. Grayscale: #868686. Windows color (decimal): -7049503 or 14773908. OLE color: 14773908.
HSL color Cylindrical-coordinate representation of color #946EE1: hue angle of 259.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946EE1 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 110 | 225 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.12 |
| HSL | 259.83º | 0.66% | 0.66% | - |
| HSV(B) | 259.83º | 0.51% | 0.88% | - |
| XYZ | 31.38 | 22.88 | 74 | - |
| YUV | 134.47 | 179.09 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 225 | 0.34 | 0.51 | 0 | 0.12 | 259.83 | 0.66 | 0.66 |
| Hex | 94 | 6E | E1 | 22 | 33 | 0 | C | 104 | 42 | 42 |
| Octal | 224 | 156 | 341 | 42 | 63 | 0 | 14 | 404 | 102 | 102 |
| Binary | 10010100 | 1101110 | 11100001 | 100010 | 110011 | 0 | 1100 | 100000100 | 1000010 | 1000010 |
Color Harmonies of #946EE1
Complementary color
Monochromatic Colors of #946EE1
Black with #946EE1
Text Example
Text Example
White with #946EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946EE1; }
p { color: rgb(148,110,225); }
H1.HeaderClassName
{
color: #946EE1;
}
.AnyTagClassName
{
color: #946EE1;
}
</style>
background-color css
<style>
a { background-color: #946EE1; }
a { background-color: rgb(148,110,225); }
div.DivClassName
{
background-color: #946EE1;
}
.BgClassName
{
background-color: #946EE1;
}
</style>
border-color css
<style>
span { border-color: #946EE1; }
span { border-color: rgb(148,110,225); }
td.TdClassName
{
border-color: #946EE1;
}
.TagClassName
{
border-color: #946EE1;
}
</style>