Shades of Medium Purple #916EED
Tints of Medium Purple #916EED
RGB
CMYK
RGB Variations
Color information
#916EED (or 0x916EED) is known color: Medium Purple. HEX triplet: 91, 6E and ED. RGB value is (145,110,237). Sum of RGB (Red+Green+Blue) = 145+110+237=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #916EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916EED is #6E9112. Grayscale: #868686. Windows color (decimal): -7246099 or 15560337. OLE color: 15560337.
HSL color Cylindrical-coordinate representation of color #916EED: hue angle of 256.54º 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 #916EED is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 110 | 237 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.07 |
| HSL | 256.54º | 0.78% | 0.68% | - |
| HSV(B) | 256.54º | 0.54% | 0.93% | - |
| XYZ | 32.54 | 23.29 | 82.9 | - |
| YUV | 134.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 237 | 0.39 | 0.54 | 0 | 0.07 | 256.54 | 0.78 | 0.68 |
| Hex | 91 | 6E | ED | 27 | 36 | 0 | 7 | 101 | 4E | 44 |
| Octal | 221 | 156 | 355 | 47 | 66 | 0 | 7 | 401 | 116 | 104 |
| Binary | 10010001 | 1101110 | 11101101 | 100111 | 110110 | 0 | 111 | 100000001 | 1001110 | 1000100 |
Color Harmonies of #916EED
Complementary color
Monochromatic Colors of #916EED
Black with #916EED
Text Example
Text Example
White with #916EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916EED; }
p { color: rgb(145,110,237); }
H1.HeaderClassName
{
color: #916EED;
}
.AnyTagClassName
{
color: #916EED;
}
</style>
background-color css
<style>
a { background-color: #916EED; }
a { background-color: rgb(145,110,237); }
div.DivClassName
{
background-color: #916EED;
}
.BgClassName
{
background-color: #916EED;
}
</style>
border-color css
<style>
span { border-color: #916EED; }
span { border-color: rgb(145,110,237); }
td.TdClassName
{
border-color: #916EED;
}
.TagClassName
{
border-color: #916EED;
}
</style>