Shades of Medium Purple #917EDD
Tints of Medium Purple #917EDD
RGB
CMYK
RGB Variations
Color information
#917EDD (or 0x917EDD) is known color: Medium Purple. HEX triplet: 91, 7E and DD. RGB value is (145,126,221). Sum of RGB (Red+Green+Blue) = 145+126+221=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #917EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EDD is #6E8122. Grayscale: #8E8E8E. Windows color (decimal): -7242019 or 14515857. OLE color: 14515857.
HSL color Cylindrical-coordinate representation of color #917EDD: hue angle of 252º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917EDD is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 126 | 221 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.13 |
| HSL | 252º | 0.58% | 0.68% | - |
| HSV(B) | 252º | 0.43% | 0.87% | - |
| XYZ | 32.19 | 26.16 | 71.76 | - |
| YUV | 142.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 221 | 0.34 | 0.43 | 0 | 0.13 | 252 | 0.58 | 0.68 |
| Hex | 91 | 7E | DD | 22 | 2B | 0 | D | FC | 3A | 44 |
| Octal | 221 | 176 | 335 | 42 | 53 | 0 | 15 | 374 | 72 | 104 |
| Binary | 10010001 | 1111110 | 11011101 | 100010 | 101011 | 0 | 1101 | 11111100 | 111010 | 1000100 |
Color Harmonies of #917EDD
Complementary color
Monochromatic Colors of #917EDD
Black with #917EDD
Text Example
Text Example
White with #917EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917EDD; }
p { color: rgb(145,126,221); }
H1.HeaderClassName
{
color: #917EDD;
}
.AnyTagClassName
{
color: #917EDD;
}
</style>
background-color css
<style>
a { background-color: #917EDD; }
a { background-color: rgb(145,126,221); }
div.DivClassName
{
background-color: #917EDD;
}
.BgClassName
{
background-color: #917EDD;
}
</style>
border-color css
<style>
span { border-color: #917EDD; }
span { border-color: rgb(145,126,221); }
td.TdClassName
{
border-color: #917EDD;
}
.TagClassName
{
border-color: #917EDD;
}
</style>