Shades of Medium Purple #917FD5
Tints of Medium Purple #917FD5
RGB
CMYK
RGB Variations
Color information
#917FD5 (or 0x917FD5) is known color: Medium Purple. HEX triplet: 91, 7F and D5. RGB value is (145,127,213). Sum of RGB (Red+Green+Blue) = 145+127+213=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #917FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FD5 is #6E802A. Grayscale: #8D8D8D. Windows color (decimal): -7241771 or 13991825. OLE color: 13991825.
HSL color Cylindrical-coordinate representation of color #917FD5: hue angle of 252.56º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #917FD5 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 127 | 213 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.16 |
| HSL | 252.56º | 0.51% | 0.67% | - |
| HSV(B) | 252.56º | 0.4% | 0.84% | - |
| XYZ | 31.28 | 26 | 66.32 | - |
| YUV | 142.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 213 | 0.32 | 0.40 | 0 | 0.16 | 252.56 | 0.51 | 0.67 |
| Hex | 91 | 7F | D5 | 20 | 28 | 0 | 10 | FD | 33 | 43 |
| Octal | 221 | 177 | 325 | 40 | 50 | 0 | 20 | 375 | 63 | 103 |
| Binary | 10010001 | 1111111 | 11010101 | 100000 | 101000 | 0 | 10000 | 11111101 | 110011 | 1000011 |
Color Harmonies of #917FD5
Complementary color
Monochromatic Colors of #917FD5
Black with #917FD5
Text Example
Text Example
White with #917FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917FD5; }
p { color: rgb(145,127,213); }
H1.HeaderClassName
{
color: #917FD5;
}
.AnyTagClassName
{
color: #917FD5;
}
</style>
background-color css
<style>
a { background-color: #917FD5; }
a { background-color: rgb(145,127,213); }
div.DivClassName
{
background-color: #917FD5;
}
.BgClassName
{
background-color: #917FD5;
}
</style>
border-color css
<style>
span { border-color: #917FD5; }
span { border-color: rgb(145,127,213); }
td.TdClassName
{
border-color: #917FD5;
}
.TagClassName
{
border-color: #917FD5;
}
</style>