Shades of Medium Purple #946FEC
Tints of Medium Purple #946FEC
RGB
CMYK
RGB Variations
Color information
#946FEC (or 0x946FEC) is known color: Medium Purple. HEX triplet: 94, 6F and EC. RGB value is (148,111,236). Sum of RGB (Red+Green+Blue) = 148+111+236=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #946FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FEC is #6B9013. Grayscale: #878787. Windows color (decimal): -7049236 or 15495060. OLE color: 15495060.
HSL color Cylindrical-coordinate representation of color #946FEC: hue angle of 257.76º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946FEC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 111 | 236 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.07 |
| HSL | 257.76º | 0.77% | 0.68% | - |
| HSV(B) | 257.76º | 0.53% | 0.93% | - |
| XYZ | 33.04 | 23.72 | 82.19 | - |
| YUV | 136.31 | 184.26 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 236 | 0.37 | 0.53 | 0 | 0.07 | 257.76 | 0.77 | 0.68 |
| Hex | 94 | 6F | EC | 25 | 35 | 0 | 7 | 102 | 4D | 44 |
| Octal | 224 | 157 | 354 | 45 | 65 | 0 | 7 | 402 | 115 | 104 |
| Binary | 10010100 | 1101111 | 11101100 | 100101 | 110101 | 0 | 111 | 100000010 | 1001101 | 1000100 |
Color Harmonies of #946FEC
Complementary color
Monochromatic Colors of #946FEC
Black with #946FEC
Text Example
Text Example
White with #946FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FEC; }
p { color: rgb(148,111,236); }
H1.HeaderClassName
{
color: #946FEC;
}
.AnyTagClassName
{
color: #946FEC;
}
</style>
background-color css
<style>
a { background-color: #946FEC; }
a { background-color: rgb(148,111,236); }
div.DivClassName
{
background-color: #946FEC;
}
.BgClassName
{
background-color: #946FEC;
}
</style>
border-color css
<style>
span { border-color: #946FEC; }
span { border-color: rgb(148,111,236); }
td.TdClassName
{
border-color: #946FEC;
}
.TagClassName
{
border-color: #946FEC;
}
</style>