Shades of Medium Purple #9176EC
Tints of Medium Purple #9176EC
RGB
CMYK
RGB Variations
Color information
#9176EC (or 0x9176EC) is known color: Medium Purple. HEX triplet: 91, 76 and EC. RGB value is (145,118,236). Sum of RGB (Red+Green+Blue) = 145+118+236=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #9176EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9176EC is #6E8913. Grayscale: #8B8B8B. Windows color (decimal): -7244052 or 15496849. OLE color: 15496849.
HSL color Cylindrical-coordinate representation of color #9176EC: hue angle of 253.73º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9176EC is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 118 | 236 | - |
| CMYK | 0.39 | 0.5 | 0 | 0.07 |
| HSL | 253.73º | 0.76% | 0.69% | - |
| HSV(B) | 253.73º | 0.5% | 0.93% | - |
| XYZ | 33.3 | 25.03 | 82.43 | - |
| YUV | 139.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 236 | 0.39 | 0.5 | 0 | 0.07 | 253.73 | 0.76 | 0.69 |
| Hex | 91 | 76 | EC | 27 | 32 | 0 | 7 | FE | 4C | 45 |
| Octal | 221 | 166 | 354 | 47 | 62 | 0 | 7 | 376 | 114 | 105 |
| Binary | 10010001 | 1110110 | 11101100 | 100111 | 110010 | 0 | 111 | 11111110 | 1001100 | 1000101 |
Color Harmonies of #9176EC
Complementary color
Monochromatic Colors of #9176EC
Black with #9176EC
Text Example
Text Example
White with #9176EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9176EC; }
p { color: rgb(145,118,236); }
H1.HeaderClassName
{
color: #9176EC;
}
.AnyTagClassName
{
color: #9176EC;
}
</style>
background-color css
<style>
a { background-color: #9176EC; }
a { background-color: rgb(145,118,236); }
div.DivClassName
{
background-color: #9176EC;
}
.BgClassName
{
background-color: #9176EC;
}
</style>
border-color css
<style>
span { border-color: #9176EC; }
span { border-color: rgb(145,118,236); }
td.TdClassName
{
border-color: #9176EC;
}
.TagClassName
{
border-color: #9176EC;
}
</style>