Shades of Medium Purple #9273EC
Tints of Medium Purple #9273EC
RGB
CMYK
RGB Variations
Color information
#9273EC (or 0x9273EC) is known color: Medium Purple. HEX triplet: 92, 73 and EC. RGB value is (146,115,236). Sum of RGB (Red+Green+Blue) = 146+115+236=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #9273EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9273EC is #6D8C13. Grayscale: #898989. Windows color (decimal): -7179284 or 15496082. OLE color: 15496082.
HSL color Cylindrical-coordinate representation of color #9273EC: hue angle of 255.37º 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 #9273EC is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 115 | 236 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.07 |
| HSL | 255.37º | 0.76% | 0.69% | - |
| HSV(B) | 255.37º | 0.51% | 0.93% | - |
| XYZ | 33.13 | 24.43 | 82.33 | - |
| YUV | 138.06 | 183.27 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 236 | 0.38 | 0.51 | 0 | 0.07 | 255.37 | 0.76 | 0.69 |
| Hex | 92 | 73 | EC | 26 | 33 | 0 | 7 | FF | 4C | 45 |
| Octal | 222 | 163 | 354 | 46 | 63 | 0 | 7 | 377 | 114 | 105 |
| Binary | 10010010 | 1110011 | 11101100 | 100110 | 110011 | 0 | 111 | 11111111 | 1001100 | 1000101 |
Color Harmonies of #9273EC
Complementary color
Monochromatic Colors of #9273EC
Black with #9273EC
Text Example
Text Example
White with #9273EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273EC; }
p { color: rgb(146,115,236); }
H1.HeaderClassName
{
color: #9273EC;
}
.AnyTagClassName
{
color: #9273EC;
}
</style>
background-color css
<style>
a { background-color: #9273EC; }
a { background-color: rgb(146,115,236); }
div.DivClassName
{
background-color: #9273EC;
}
.BgClassName
{
background-color: #9273EC;
}
</style>
border-color css
<style>
span { border-color: #9273EC; }
span { border-color: rgb(146,115,236); }
td.TdClassName
{
border-color: #9273EC;
}
.TagClassName
{
border-color: #9273EC;
}
</style>