Shades of Medium Purple #916EEC
Tints of Medium Purple #916EEC
RGB
CMYK
RGB Variations
Color information
#916EEC (or 0x916EEC) is known color: Medium Purple. HEX triplet: 91, 6E and EC. RGB value is (145,110,236). Sum of RGB (Red+Green+Blue) = 145+110+236=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #916EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916EEC is #6E9113. Grayscale: #868686. Windows color (decimal): -7246100 or 15494801. OLE color: 15494801.
HSL color Cylindrical-coordinate representation of color #916EEC: hue angle of 256.67º 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 #916EEC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 110 | 236 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.07 |
| HSL | 256.67º | 0.77% | 0.68% | - |
| HSV(B) | 256.67º | 0.53% | 0.93% | - |
| XYZ | 32.39 | 23.23 | 82.13 | - |
| YUV | 134.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 236 | 0.39 | 0.53 | 0 | 0.07 | 256.67 | 0.77 | 0.68 |
| Hex | 91 | 6E | EC | 27 | 35 | 0 | 7 | 101 | 4D | 44 |
| Octal | 221 | 156 | 354 | 47 | 65 | 0 | 7 | 401 | 115 | 104 |
| Binary | 10010001 | 1101110 | 11101100 | 100111 | 110101 | 0 | 111 | 100000001 | 1001101 | 1000100 |
Color Harmonies of #916EEC
Complementary color
Monochromatic Colors of #916EEC
Black with #916EEC
Text Example
Text Example
White with #916EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916EEC; }
p { color: rgb(145,110,236); }
H1.HeaderClassName
{
color: #916EEC;
}
.AnyTagClassName
{
color: #916EEC;
}
</style>
background-color css
<style>
a { background-color: #916EEC; }
a { background-color: rgb(145,110,236); }
div.DivClassName
{
background-color: #916EEC;
}
.BgClassName
{
background-color: #916EEC;
}
</style>
border-color css
<style>
span { border-color: #916EEC; }
span { border-color: rgb(145,110,236); }
td.TdClassName
{
border-color: #916EEC;
}
.TagClassName
{
border-color: #916EEC;
}
</style>