Shades of Medium Purple #946EEE
Tints of Medium Purple #946EEE
RGB
CMYK
RGB Variations
Color information
#946EEE (or 0x946EEE) is known color: Medium Purple. HEX triplet: 94, 6E and EE. RGB value is (148,110,238). Sum of RGB (Red+Green+Blue) = 148+110+238=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #946EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EEE is #6B9111. Grayscale: #878787. Windows color (decimal): -7049490 or 15625876. OLE color: 15625876.
HSL color Cylindrical-coordinate representation of color #946EEE: hue angle of 257.81º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946EEE is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 110 | 238 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.07 |
| HSL | 257.81º | 0.79% | 0.68% | - |
| HSV(B) | 257.81º | 0.54% | 0.93% | - |
| XYZ | 33.22 | 23.62 | 83.7 | - |
| YUV | 135.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 238 | 0.38 | 0.54 | 0 | 0.07 | 257.81 | 0.79 | 0.68 |
| Hex | 94 | 6E | EE | 26 | 36 | 0 | 7 | 102 | 4F | 44 |
| Octal | 224 | 156 | 356 | 46 | 66 | 0 | 7 | 402 | 117 | 104 |
| Binary | 10010100 | 1101110 | 11101110 | 100110 | 110110 | 0 | 111 | 100000010 | 1001111 | 1000100 |
Color Harmonies of #946EEE
Complementary color
Monochromatic Colors of #946EEE
Black with #946EEE
Text Example
Text Example
White with #946EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946EEE; }
p { color: rgb(148,110,238); }
H1.HeaderClassName
{
color: #946EEE;
}
.AnyTagClassName
{
color: #946EEE;
}
</style>
background-color css
<style>
a { background-color: #946EEE; }
a { background-color: rgb(148,110,238); }
div.DivClassName
{
background-color: #946EEE;
}
.BgClassName
{
background-color: #946EEE;
}
</style>
border-color css
<style>
span { border-color: #946EEE; }
span { border-color: rgb(148,110,238); }
td.TdClassName
{
border-color: #946EEE;
}
.TagClassName
{
border-color: #946EEE;
}
</style>