Shades of Medium Purple #916DED
Tints of Medium Purple #916DED
RGB
CMYK
RGB Variations
Color information
#916DED (or 0x916DED) is known color: Medium Purple. HEX triplet: 91, 6D and ED. RGB value is (145,109,237). Sum of RGB (Red+Green+Blue) = 145+109+237=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #916DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916DED is #6E9212. Grayscale: #858585. Windows color (decimal): -7246355 or 15560081. OLE color: 15560081.
HSL color Cylindrical-coordinate representation of color #916DED: hue angle of 256.88º 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 #916DED is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 109 | 237 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.07 |
| HSL | 256.88º | 0.78% | 0.68% | - |
| HSV(B) | 256.88º | 0.54% | 0.93% | - |
| XYZ | 32.43 | 23.07 | 82.86 | - |
| YUV | 134.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 237 | 0.39 | 0.54 | 0 | 0.07 | 256.88 | 0.78 | 0.68 |
| Hex | 91 | 6D | ED | 27 | 36 | 0 | 7 | 101 | 4E | 44 |
| Octal | 221 | 155 | 355 | 47 | 66 | 0 | 7 | 401 | 116 | 104 |
| Binary | 10010001 | 1101101 | 11101101 | 100111 | 110110 | 0 | 111 | 100000001 | 1001110 | 1000100 |
Color Harmonies of #916DED
Complementary color
Monochromatic Colors of #916DED
Black with #916DED
Text Example
Text Example
White with #916DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DED; }
p { color: rgb(145,109,237); }
H1.HeaderClassName
{
color: #916DED;
}
.AnyTagClassName
{
color: #916DED;
}
</style>
background-color css
<style>
a { background-color: #916DED; }
a { background-color: rgb(145,109,237); }
div.DivClassName
{
background-color: #916DED;
}
.BgClassName
{
background-color: #916DED;
}
</style>
border-color css
<style>
span { border-color: #916DED; }
span { border-color: rgb(145,109,237); }
td.TdClassName
{
border-color: #916DED;
}
.TagClassName
{
border-color: #916DED;
}
</style>