Shades of Medium Purple #917ED7
Tints of Medium Purple #917ED7
RGB
CMYK
RGB Variations
Color information
#917ED7 (or 0x917ED7) is known color: Medium Purple. HEX triplet: 91, 7E and D7. RGB value is (145,126,215). Sum of RGB (Red+Green+Blue) = 145+126+215=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #917ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ED7 is #6E8128. Grayscale: #8D8D8D. Windows color (decimal): -7242025 or 14122641. OLE color: 14122641.
HSL color Cylindrical-coordinate representation of color #917ED7: hue angle of 252.81º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #917ED7 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 126 | 215 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.16 |
| HSL | 252.81º | 0.53% | 0.67% | - |
| HSV(B) | 252.81º | 0.41% | 0.84% | - |
| XYZ | 31.4 | 25.85 | 67.62 | - |
| YUV | 141.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 215 | 0.33 | 0.41 | 0 | 0.16 | 252.81 | 0.53 | 0.67 |
| Hex | 91 | 7E | D7 | 21 | 29 | 0 | 10 | FD | 35 | 43 |
| Octal | 221 | 176 | 327 | 41 | 51 | 0 | 20 | 375 | 65 | 103 |
| Binary | 10010001 | 1111110 | 11010111 | 100001 | 101001 | 0 | 10000 | 11111101 | 110101 | 1000011 |
Color Harmonies of #917ED7
Complementary color
Monochromatic Colors of #917ED7
Black with #917ED7
Text Example
Text Example
White with #917ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917ED7; }
p { color: rgb(145,126,215); }
H1.HeaderClassName
{
color: #917ED7;
}
.AnyTagClassName
{
color: #917ED7;
}
</style>
background-color css
<style>
a { background-color: #917ED7; }
a { background-color: rgb(145,126,215); }
div.DivClassName
{
background-color: #917ED7;
}
.BgClassName
{
background-color: #917ED7;
}
</style>
border-color css
<style>
span { border-color: #917ED7; }
span { border-color: rgb(145,126,215); }
td.TdClassName
{
border-color: #917ED7;
}
.TagClassName
{
border-color: #917ED7;
}
</style>