Shades of Medium Purple #9258EE
Tints of Medium Purple #9258EE
RGB
CMYK
RGB Variations
Color information
#9258EE (or 0x9258EE) is known color: Medium Purple. HEX triplet: 92, 58 and EE. RGB value is (146,88,238). Sum of RGB (Red+Green+Blue) = 146+88+238=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #9258EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9258EE is #6DA711. Grayscale: #797979. Windows color (decimal): -7186194 or 15620242. OLE color: 15620242.
HSL color Cylindrical-coordinate representation of color #9258EE: hue angle of 263.2º degrees, saturation: 0.82, 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 #9258EE is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 88 | 238 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.07 |
| HSL | 263.2º | 0.82% | 0.64% | - |
| HSV(B) | 263.2º | 0.63% | 0.93% | - |
| XYZ | 30.78 | 19.26 | 82.99 | - |
| YUV | 122.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 238 | 0.39 | 0.63 | 0 | 0.07 | 263.2 | 0.82 | 0.64 |
| Hex | 92 | 58 | EE | 27 | 3F | 0 | 7 | 107 | 52 | 40 |
| Octal | 222 | 130 | 356 | 47 | 77 | 0 | 7 | 407 | 122 | 100 |
| Binary | 10010010 | 1011000 | 11101110 | 100111 | 111111 | 0 | 111 | 100000111 | 1010010 | 1000000 |
Color Harmonies of #9258EE
Complementary color
Monochromatic Colors of #9258EE
Black with #9258EE
Text Example
Text Example
White with #9258EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9258EE; }
p { color: rgb(146,88,238); }
H1.HeaderClassName
{
color: #9258EE;
}
.AnyTagClassName
{
color: #9258EE;
}
</style>
background-color css
<style>
a { background-color: #9258EE; }
a { background-color: rgb(146,88,238); }
div.DivClassName
{
background-color: #9258EE;
}
.BgClassName
{
background-color: #9258EE;
}
</style>
border-color css
<style>
span { border-color: #9258EE; }
span { border-color: rgb(146,88,238); }
td.TdClassName
{
border-color: #9258EE;
}
.TagClassName
{
border-color: #9258EE;
}
</style>