Shades of Medium Purple #9458EB
Tints of Medium Purple #9458EB
RGB
CMYK
RGB Variations
Color information
#9458EB (or 0x9458EB) is known color: Medium Purple. HEX triplet: 94, 58 and EB. RGB value is (148,88,235). Sum of RGB (Red+Green+Blue) = 148+88+235=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #9458EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9458EB is #6BA714. Grayscale: #7A7A7A. Windows color (decimal): -7055125 or 15423636. OLE color: 15423636.
HSL color Cylindrical-coordinate representation of color #9458EB: hue angle of 264.49º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9458EB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 88 | 235 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.08 |
| HSL | 264.49º | 0.79% | 0.63% | - |
| HSV(B) | 264.49º | 0.63% | 0.92% | - |
| XYZ | 30.7 | 19.27 | 80.7 | - |
| YUV | 122.7 | 191.38 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 235 | 0.37 | 0.63 | 0 | 0.08 | 264.49 | 0.79 | 0.63 |
| Hex | 94 | 58 | EB | 25 | 3F | 0 | 8 | 108 | 4F | 3F |
| Octal | 224 | 130 | 353 | 45 | 77 | 0 | 10 | 410 | 117 | 77 |
| Binary | 10010100 | 1011000 | 11101011 | 100101 | 111111 | 0 | 1000 | 100001000 | 1001111 | 111111 |
Color Harmonies of #9458EB
Complementary color
Monochromatic Colors of #9458EB
Black with #9458EB
Text Example
Text Example
White with #9458EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9458EB; }
p { color: rgb(148,88,235); }
H1.HeaderClassName
{
color: #9458EB;
}
.AnyTagClassName
{
color: #9458EB;
}
</style>
background-color css
<style>
a { background-color: #9458EB; }
a { background-color: rgb(148,88,235); }
div.DivClassName
{
background-color: #9458EB;
}
.BgClassName
{
background-color: #9458EB;
}
</style>
border-color css
<style>
span { border-color: #9458EB; }
span { border-color: rgb(148,88,235); }
td.TdClassName
{
border-color: #9458EB;
}
.TagClassName
{
border-color: #9458EB;
}
</style>