Shades of Medium Purple #9173EC
Tints of Medium Purple #9173EC
RGB
CMYK
RGB Variations
Color information
#9173EC (or 0x9173EC) is known color: Medium Purple. HEX triplet: 91, 73 and EC. RGB value is (145,115,236). Sum of RGB (Red+Green+Blue) = 145+115+236=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #9173EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9173EC is #6E8C13. Grayscale: #898989. Windows color (decimal): -7244820 or 15496081. OLE color: 15496081.
HSL color Cylindrical-coordinate representation of color #9173EC: hue angle of 254.88º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9173EC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 115 | 236 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.07 |
| HSL | 254.88º | 0.76% | 0.69% | - |
| HSV(B) | 254.88º | 0.51% | 0.93% | - |
| XYZ | 32.95 | 24.34 | 82.32 | - |
| YUV | 137.76 | 183.44 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 115 | 236 | 0.39 | 0.51 | 0 | 0.07 | 254.88 | 0.76 | 0.69 |
| Hex | 91 | 73 | EC | 27 | 33 | 0 | 7 | FF | 4C | 45 |
| Octal | 221 | 163 | 354 | 47 | 63 | 0 | 7 | 377 | 114 | 105 |
| Binary | 10010001 | 1110011 | 11101100 | 100111 | 110011 | 0 | 111 | 11111111 | 1001100 | 1000101 |
Color Harmonies of #9173EC
Complementary color
Monochromatic Colors of #9173EC
Black with #9173EC
Text Example
Text Example
White with #9173EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9173EC; }
p { color: rgb(145,115,236); }
H1.HeaderClassName
{
color: #9173EC;
}
.AnyTagClassName
{
color: #9173EC;
}
</style>
background-color css
<style>
a { background-color: #9173EC; }
a { background-color: rgb(145,115,236); }
div.DivClassName
{
background-color: #9173EC;
}
.BgClassName
{
background-color: #9173EC;
}
</style>
border-color css
<style>
span { border-color: #9173EC; }
span { border-color: rgb(145,115,236); }
td.TdClassName
{
border-color: #9173EC;
}
.TagClassName
{
border-color: #9173EC;
}
</style>