Shades of Medium Purple #946EEA
Tints of Medium Purple #946EEA
RGB
CMYK
RGB Variations
Color information
#946EEA (or 0x946EEA) is known color: Medium Purple. HEX triplet: 94, 6E and EA. RGB value is (148,110,234). Sum of RGB (Red+Green+Blue) = 148+110+234=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #946EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EEA is #6B9115. Grayscale: #878787. Windows color (decimal): -7049494 or 15363732. OLE color: 15363732.
HSL color Cylindrical-coordinate representation of color #946EEA: hue angle of 258.39º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946EEA is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 110 | 234 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.08 |
| HSL | 258.39º | 0.75% | 0.67% | - |
| HSV(B) | 258.39º | 0.53% | 0.92% | - |
| XYZ | 32.64 | 23.39 | 80.64 | - |
| YUV | 135.5 | 183.59 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 234 | 0.37 | 0.53 | 0 | 0.08 | 258.39 | 0.75 | 0.67 |
| Hex | 94 | 6E | EA | 25 | 35 | 0 | 8 | 102 | 4B | 43 |
| Octal | 224 | 156 | 352 | 45 | 65 | 0 | 10 | 402 | 113 | 103 |
| Binary | 10010100 | 1101110 | 11101010 | 100101 | 110101 | 0 | 1000 | 100000010 | 1001011 | 1000011 |
Color Harmonies of #946EEA
Complementary color
Monochromatic Colors of #946EEA
Black with #946EEA
Text Example
Text Example
White with #946EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946EEA; }
p { color: rgb(148,110,234); }
H1.HeaderClassName
{
color: #946EEA;
}
.AnyTagClassName
{
color: #946EEA;
}
</style>
background-color css
<style>
a { background-color: #946EEA; }
a { background-color: rgb(148,110,234); }
div.DivClassName
{
background-color: #946EEA;
}
.BgClassName
{
background-color: #946EEA;
}
</style>
border-color css
<style>
span { border-color: #946EEA; }
span { border-color: rgb(148,110,234); }
td.TdClassName
{
border-color: #946EEA;
}
.TagClassName
{
border-color: #946EEA;
}
</style>