Shades of Medium Purple #9258EC
Tints of Medium Purple #9258EC
RGB
CMYK
RGB Variations
Color information
#9258EC (or 0x9258EC) is known color: Medium Purple. HEX triplet: 92, 58 and EC. RGB value is (146,88,236). Sum of RGB (Red+Green+Blue) = 146+88+236=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #9258EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9258EC is #6DA713. Grayscale: #797979. Windows color (decimal): -7186196 or 15489170. OLE color: 15489170.
HSL color Cylindrical-coordinate representation of color #9258EC: hue angle of 263.51º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9258EC is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 88 | 236 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.07 |
| HSL | 263.51º | 0.8% | 0.64% | - |
| HSV(B) | 263.51º | 0.63% | 0.93% | - |
| XYZ | 30.48 | 19.15 | 81.45 | - |
| YUV | 122.21 | 192.22 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 236 | 0.38 | 0.63 | 0 | 0.07 | 263.51 | 0.8 | 0.64 |
| Hex | 92 | 58 | EC | 26 | 3F | 0 | 7 | 108 | 50 | 40 |
| Octal | 222 | 130 | 354 | 46 | 77 | 0 | 7 | 410 | 120 | 100 |
| Binary | 10010010 | 1011000 | 11101100 | 100110 | 111111 | 0 | 111 | 100001000 | 1010000 | 1000000 |
Color Harmonies of #9258EC
Complementary color
Monochromatic Colors of #9258EC
Black with #9258EC
Text Example
Text Example
White with #9258EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9258EC; }
p { color: rgb(146,88,236); }
H1.HeaderClassName
{
color: #9258EC;
}
.AnyTagClassName
{
color: #9258EC;
}
</style>
background-color css
<style>
a { background-color: #9258EC; }
a { background-color: rgb(146,88,236); }
div.DivClassName
{
background-color: #9258EC;
}
.BgClassName
{
background-color: #9258EC;
}
</style>
border-color css
<style>
span { border-color: #9258EC; }
span { border-color: rgb(146,88,236); }
td.TdClassName
{
border-color: #9258EC;
}
.TagClassName
{
border-color: #9258EC;
}
</style>