Shades of Medium Purple #946CED
Tints of Medium Purple #946CED
RGB
CMYK
RGB Variations
Color information
#946CED (or 0x946CED) is known color: Medium Purple. HEX triplet: 94, 6C and ED. RGB value is (148,108,237). Sum of RGB (Red+Green+Blue) = 148+108+237=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #946CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946CED is #6B9312. Grayscale: #868686. Windows color (decimal): -7050003 or 15559828. OLE color: 15559828.
HSL color Cylindrical-coordinate representation of color #946CED: hue angle of 258.6º degrees, saturation: 0.78, 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 #946CED is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 108 | 237 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.07 |
| HSL | 258.6º | 0.78% | 0.68% | - |
| HSV(B) | 258.6º | 0.54% | 0.93% | - |
| XYZ | 32.86 | 23.14 | 82.85 | - |
| YUV | 134.67 | 185.75 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 237 | 0.38 | 0.54 | 0 | 0.07 | 258.6 | 0.78 | 0.68 |
| Hex | 94 | 6C | ED | 26 | 36 | 0 | 7 | 103 | 4E | 44 |
| Octal | 224 | 154 | 355 | 46 | 66 | 0 | 7 | 403 | 116 | 104 |
| Binary | 10010100 | 1101100 | 11101101 | 100110 | 110110 | 0 | 111 | 100000011 | 1001110 | 1000100 |
Color Harmonies of #946CED
Complementary color
Monochromatic Colors of #946CED
Black with #946CED
Text Example
Text Example
White with #946CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946CED; }
p { color: rgb(148,108,237); }
H1.HeaderClassName
{
color: #946CED;
}
.AnyTagClassName
{
color: #946CED;
}
</style>
background-color css
<style>
a { background-color: #946CED; }
a { background-color: rgb(148,108,237); }
div.DivClassName
{
background-color: #946CED;
}
.BgClassName
{
background-color: #946CED;
}
</style>
border-color css
<style>
span { border-color: #946CED; }
span { border-color: rgb(148,108,237); }
td.TdClassName
{
border-color: #946CED;
}
.TagClassName
{
border-color: #946CED;
}
</style>