Shades of Medium Purple #917EDE
Tints of Medium Purple #917EDE
RGB
CMYK
RGB Variations
Color information
#917EDE (or 0x917EDE) is known color: Medium Purple. HEX triplet: 91, 7E and DE. RGB value is (145,126,222). Sum of RGB (Red+Green+Blue) = 145+126+222=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #917EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EDE is #6E8121. Grayscale: #8E8E8E. Windows color (decimal): -7242018 or 14581393. OLE color: 14581393.
HSL color Cylindrical-coordinate representation of color #917EDE: hue angle of 251.87º degrees, saturation: 0.59, 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 #917EDE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 126 | 222 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.13 |
| HSL | 251.88º | 0.59% | 0.68% | - |
| HSV(B) | 251.88º | 0.43% | 0.87% | - |
| XYZ | 32.32 | 26.22 | 72.46 | - |
| YUV | 142.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 222 | 0.35 | 0.43 | 0 | 0.13 | 251.88 | 0.59 | 0.68 |
| Hex | 91 | 7E | DE | 23 | 2B | 0 | D | FC | 3B | 44 |
| Octal | 221 | 176 | 336 | 43 | 53 | 0 | 15 | 374 | 73 | 104 |
| Binary | 10010001 | 1111110 | 11011110 | 100011 | 101011 | 0 | 1101 | 11111100 | 111011 | 1000100 |
Color Harmonies of #917EDE
Complementary color
Monochromatic Colors of #917EDE
Black with #917EDE
Text Example
Text Example
White with #917EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917EDE; }
p { color: rgb(145,126,222); }
H1.HeaderClassName
{
color: #917EDE;
}
.AnyTagClassName
{
color: #917EDE;
}
</style>
background-color css
<style>
a { background-color: #917EDE; }
a { background-color: rgb(145,126,222); }
div.DivClassName
{
background-color: #917EDE;
}
.BgClassName
{
background-color: #917EDE;
}
</style>
border-color css
<style>
span { border-color: #917EDE; }
span { border-color: rgb(145,126,222); }
td.TdClassName
{
border-color: #917EDE;
}
.TagClassName
{
border-color: #917EDE;
}
</style>