Shades of Medium Purple #916DEC
Tints of Medium Purple #916DEC
RGB
CMYK
RGB Variations
Color information
#916DEC (or 0x916DEC) is known color: Medium Purple. HEX triplet: 91, 6D and EC. RGB value is (145,109,236). Sum of RGB (Red+Green+Blue) = 145+109+236=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #916DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DEC is #6E9213. Grayscale: #858585. Windows color (decimal): -7246356 or 15494545. OLE color: 15494545.
HSL color Cylindrical-coordinate representation of color #916DEC: hue angle of 257.01º degrees, saturation: 0.77, 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 #916DEC is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 109 | 236 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.07 |
| HSL | 257.01º | 0.77% | 0.68% | - |
| HSV(B) | 257.01º | 0.54% | 0.93% | - |
| XYZ | 32.29 | 23.01 | 82.1 | - |
| YUV | 134.24 | 185.43 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 236 | 0.39 | 0.54 | 0 | 0.07 | 257.01 | 0.77 | 0.68 |
| Hex | 91 | 6D | EC | 27 | 36 | 0 | 7 | 101 | 4D | 44 |
| Octal | 221 | 155 | 354 | 47 | 66 | 0 | 7 | 401 | 115 | 104 |
| Binary | 10010001 | 1101101 | 11101100 | 100111 | 110110 | 0 | 111 | 100000001 | 1001101 | 1000100 |
Color Harmonies of #916DEC
Complementary color
Monochromatic Colors of #916DEC
Black with #916DEC
Text Example
Text Example
White with #916DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DEC; }
p { color: rgb(145,109,236); }
H1.HeaderClassName
{
color: #916DEC;
}
.AnyTagClassName
{
color: #916DEC;
}
</style>
background-color css
<style>
a { background-color: #916DEC; }
a { background-color: rgb(145,109,236); }
div.DivClassName
{
background-color: #916DEC;
}
.BgClassName
{
background-color: #916DEC;
}
</style>
border-color css
<style>
span { border-color: #916DEC; }
span { border-color: rgb(145,109,236); }
td.TdClassName
{
border-color: #916DEC;
}
.TagClassName
{
border-color: #916DEC;
}
</style>