Shades of Medium Purple #9458EF
Tints of Medium Purple #9458EF
RGB
CMYK
RGB Variations
Color information
#9458EF (or 0x9458EF) is known color: Medium Purple. HEX triplet: 94, 58 and EF. RGB value is (148,88,239). Sum of RGB (Red+Green+Blue) = 148+88+239=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #9458EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9458EF is #6BA710. Grayscale: #7A7A7A. Windows color (decimal): -7055121 or 15685780. OLE color: 15685780.
HSL color Cylindrical-coordinate representation of color #9458EF: hue angle of 263.84º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9458EF is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 88 | 239 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.06 |
| HSL | 263.84º | 0.83% | 0.64% | - |
| HSV(B) | 263.84º | 0.63% | 0.94% | - |
| XYZ | 31.28 | 19.51 | 83.78 | - |
| YUV | 123.15 | 193.38 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 239 | 0.38 | 0.63 | 0 | 0.06 | 263.84 | 0.83 | 0.64 |
| Hex | 94 | 58 | EF | 26 | 3F | 0 | 6 | 108 | 53 | 40 |
| Octal | 224 | 130 | 357 | 46 | 77 | 0 | 6 | 410 | 123 | 100 |
| Binary | 10010100 | 1011000 | 11101111 | 100110 | 111111 | 0 | 110 | 100001000 | 1010011 | 1000000 |
Color Harmonies of #9458EF
Complementary color
Monochromatic Colors of #9458EF
Black with #9458EF
Text Example
Text Example
White with #9458EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9458EF; }
p { color: rgb(148,88,239); }
H1.HeaderClassName
{
color: #9458EF;
}
.AnyTagClassName
{
color: #9458EF;
}
</style>
background-color css
<style>
a { background-color: #9458EF; }
a { background-color: rgb(148,88,239); }
div.DivClassName
{
background-color: #9458EF;
}
.BgClassName
{
background-color: #9458EF;
}
</style>
border-color css
<style>
span { border-color: #9458EF; }
span { border-color: rgb(148,88,239); }
td.TdClassName
{
border-color: #9458EF;
}
.TagClassName
{
border-color: #9458EF;
}
</style>