Shades of Medium Purple #9177E5
Tints of Medium Purple #9177E5
RGB
CMYK
RGB Variations
Color information
#9177E5 (or 0x9177E5) is known color: Medium Purple. HEX triplet: 91, 77 and E5. RGB value is (145,119,229). Sum of RGB (Red+Green+Blue) = 145+119+229=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #9177E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177E5 is #6E881A. Grayscale: #8A8A8A. Windows color (decimal): -7243803 or 15038353. OLE color: 15038353.
HSL color Cylindrical-coordinate representation of color #9177E5: hue angle of 254.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9177E5 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 119 | 229 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.10 |
| HSL | 254.18º | 0.68% | 0.68% | - |
| HSV(B) | 254.18º | 0.48% | 0.9% | - |
| XYZ | 32.42 | 24.87 | 77.22 | - |
| YUV | 139.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 229 | 0.37 | 0.48 | 0 | 0.10 | 254.18 | 0.68 | 0.68 |
| Hex | 91 | 77 | E5 | 25 | 30 | 0 | A | FE | 44 | 44 |
| Octal | 221 | 167 | 345 | 45 | 60 | 0 | 12 | 376 | 104 | 104 |
| Binary | 10010001 | 1110111 | 11100101 | 100101 | 110000 | 0 | 1010 | 11111110 | 1000100 | 1000100 |
Color Harmonies of #9177E5
Complementary color
Monochromatic Colors of #9177E5
Black with #9177E5
Text Example
Text Example
White with #9177E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9177E5; }
p { color: rgb(145,119,229); }
H1.HeaderClassName
{
color: #9177E5;
}
.AnyTagClassName
{
color: #9177E5;
}
</style>
background-color css
<style>
a { background-color: #9177E5; }
a { background-color: rgb(145,119,229); }
div.DivClassName
{
background-color: #9177E5;
}
.BgClassName
{
background-color: #9177E5;
}
</style>
border-color css
<style>
span { border-color: #9177E5; }
span { border-color: rgb(145,119,229); }
td.TdClassName
{
border-color: #9177E5;
}
.TagClassName
{
border-color: #9177E5;
}
</style>