Shades of Medium Purple #946CEC
Tints of Medium Purple #946CEC
RGB
CMYK
RGB Variations
Color information
#946CEC (or 0x946CEC) is known color: Medium Purple. HEX triplet: 94, 6C and EC. RGB value is (148,108,236). Sum of RGB (Red+Green+Blue) = 148+108+236=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #946CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946CEC is #6B9313. Grayscale: #868686. Windows color (decimal): -7050004 or 15494292. OLE color: 15494292.
HSL color Cylindrical-coordinate representation of color #946CEC: hue angle of 258.75º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946CEC is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 108 | 236 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.07 |
| HSL | 258.75º | 0.77% | 0.67% | - |
| HSV(B) | 258.75º | 0.54% | 0.93% | - |
| XYZ | 32.72 | 23.08 | 82.09 | - |
| YUV | 134.55 | 185.25 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 236 | 0.37 | 0.54 | 0 | 0.07 | 258.75 | 0.77 | 0.67 |
| Hex | 94 | 6C | EC | 25 | 36 | 0 | 7 | 103 | 4D | 43 |
| Octal | 224 | 154 | 354 | 45 | 66 | 0 | 7 | 403 | 115 | 103 |
| Binary | 10010100 | 1101100 | 11101100 | 100101 | 110110 | 0 | 111 | 100000011 | 1001101 | 1000011 |
Color Harmonies of #946CEC
Complementary color
Monochromatic Colors of #946CEC
Black with #946CEC
Text Example
Text Example
White with #946CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946CEC; }
p { color: rgb(148,108,236); }
H1.HeaderClassName
{
color: #946CEC;
}
.AnyTagClassName
{
color: #946CEC;
}
</style>
background-color css
<style>
a { background-color: #946CEC; }
a { background-color: rgb(148,108,236); }
div.DivClassName
{
background-color: #946CEC;
}
.BgClassName
{
background-color: #946CEC;
}
</style>
border-color css
<style>
span { border-color: #946CEC; }
span { border-color: rgb(148,108,236); }
td.TdClassName
{
border-color: #946CEC;
}
.TagClassName
{
border-color: #946CEC;
}
</style>