Shades of Medium Purple #9473EC
Tints of Medium Purple #9473EC
RGB
CMYK
RGB Variations
Color information
#9473EC (or 0x9473EC) is known color: Medium Purple. HEX triplet: 94, 73 and EC. RGB value is (148,115,236). Sum of RGB (Red+Green+Blue) = 148+115+236=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 115 (45.31% from 255 or 23.05% 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 #9473EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9473EC is #6B8C13. Grayscale: #8A8A8A. Windows color (decimal): -7048212 or 15496084. OLE color: 15496084.
HSL color Cylindrical-coordinate representation of color #9473EC: hue angle of 256.36º 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 #9473EC is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 115 | 236 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.07 |
| HSL | 256.36º | 0.76% | 0.69% | - |
| HSV(B) | 256.36º | 0.51% | 0.93% | - |
| XYZ | 33.48 | 24.61 | 82.34 | - |
| YUV | 138.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 236 | 0.37 | 0.51 | 0 | 0.07 | 256.36 | 0.76 | 0.69 |
| Hex | 94 | 73 | EC | 25 | 33 | 0 | 7 | 100 | 4C | 45 |
| Octal | 224 | 163 | 354 | 45 | 63 | 0 | 7 | 400 | 114 | 105 |
| Binary | 10010100 | 1110011 | 11101100 | 100101 | 110011 | 0 | 111 | 100000000 | 1001100 | 1000101 |
Color Harmonies of #9473EC
Complementary color
Monochromatic Colors of #9473EC
Black with #9473EC
Text Example
Text Example
White with #9473EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9473EC; }
p { color: rgb(148,115,236); }
H1.HeaderClassName
{
color: #9473EC;
}
.AnyTagClassName
{
color: #9473EC;
}
</style>
background-color css
<style>
a { background-color: #9473EC; }
a { background-color: rgb(148,115,236); }
div.DivClassName
{
background-color: #9473EC;
}
.BgClassName
{
background-color: #9473EC;
}
</style>
border-color css
<style>
span { border-color: #9473EC; }
span { border-color: rgb(148,115,236); }
td.TdClassName
{
border-color: #9473EC;
}
.TagClassName
{
border-color: #9473EC;
}
</style>