Shades of Medium Purple #9258EF
Tints of Medium Purple #9258EF
RGB
CMYK
RGB Variations
Color information
#9258EF (or 0x9258EF) is known color: Medium Purple. HEX triplet: 92, 58 and EF. RGB value is (146,88,239). Sum of RGB (Red+Green+Blue) = 146+88+239=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #9258EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9258EF is #6DA710. Grayscale: #7A7A7A. Windows color (decimal): -7186193 or 15685778. OLE color: 15685778.
HSL color Cylindrical-coordinate representation of color #9258EF: hue angle of 263.05º 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 #9258EF is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 88 | 239 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.06 |
| HSL | 263.05º | 0.83% | 0.64% | - |
| HSV(B) | 263.05º | 0.63% | 0.94% | - |
| XYZ | 30.92 | 19.32 | 83.76 | - |
| YUV | 122.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 239 | 0.39 | 0.63 | 0 | 0.06 | 263.05 | 0.83 | 0.64 |
| Hex | 92 | 58 | EF | 27 | 3F | 0 | 6 | 107 | 53 | 40 |
| Octal | 222 | 130 | 357 | 47 | 77 | 0 | 6 | 407 | 123 | 100 |
| Binary | 10010010 | 1011000 | 11101111 | 100111 | 111111 | 0 | 110 | 100000111 | 1010011 | 1000000 |
Color Harmonies of #9258EF
Complementary color
Monochromatic Colors of #9258EF
Black with #9258EF
Text Example
Text Example
White with #9258EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9258EF; }
p { color: rgb(146,88,239); }
H1.HeaderClassName
{
color: #9258EF;
}
.AnyTagClassName
{
color: #9258EF;
}
</style>
background-color css
<style>
a { background-color: #9258EF; }
a { background-color: rgb(146,88,239); }
div.DivClassName
{
background-color: #9258EF;
}
.BgClassName
{
background-color: #9258EF;
}
</style>
border-color css
<style>
span { border-color: #9258EF; }
span { border-color: rgb(146,88,239); }
td.TdClassName
{
border-color: #9258EF;
}
.TagClassName
{
border-color: #9258EF;
}
</style>