Shades of Medium Purple #9173EB
Tints of Medium Purple #9173EB
RGB
CMYK
RGB Variations
Color information
#9173EB (or 0x9173EB) is known color: Medium Purple. HEX triplet: 91, 73 and EB. RGB value is (145,115,235). Sum of RGB (Red+Green+Blue) = 145+115+235=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #9173EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9173EB is #6E8C14. Grayscale: #898989. Windows color (decimal): -7244821 or 15430545. OLE color: 15430545.
HSL color Cylindrical-coordinate representation of color #9173EB: hue angle of 255º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9173EB is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 115 | 235 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.08 |
| HSL | 255º | 0.75% | 0.69% | - |
| HSV(B) | 255º | 0.51% | 0.92% | - |
| XYZ | 32.8 | 24.28 | 81.55 | - |
| YUV | 137.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 115 | 235 | 0.38 | 0.51 | 0 | 0.08 | 255 | 0.75 | 0.69 |
| Hex | 91 | 73 | EB | 26 | 33 | 0 | 8 | FF | 4B | 45 |
| Octal | 221 | 163 | 353 | 46 | 63 | 0 | 10 | 377 | 113 | 105 |
| Binary | 10010001 | 1110011 | 11101011 | 100110 | 110011 | 0 | 1000 | 11111111 | 1001011 | 1000101 |
Color Harmonies of #9173EB
Complementary color
Monochromatic Colors of #9173EB
Black with #9173EB
Text Example
Text Example
White with #9173EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9173EB; }
p { color: rgb(145,115,235); }
H1.HeaderClassName
{
color: #9173EB;
}
.AnyTagClassName
{
color: #9173EB;
}
</style>
background-color css
<style>
a { background-color: #9173EB; }
a { background-color: rgb(145,115,235); }
div.DivClassName
{
background-color: #9173EB;
}
.BgClassName
{
background-color: #9173EB;
}
</style>
border-color css
<style>
span { border-color: #9173EB; }
span { border-color: rgb(145,115,235); }
td.TdClassName
{
border-color: #9173EB;
}
.TagClassName
{
border-color: #9173EB;
}
</style>