Shades of Medium Purple #9259EE
Tints of Medium Purple #9259EE
RGB
CMYK
RGB Variations
Color information
#9259EE (or 0x9259EE) is known color: Medium Purple. HEX triplet: 92, 59 and EE. RGB value is (146,89,238). Sum of RGB (Red+Green+Blue) = 146+89+238=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #9259EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9259EE is #6DA611. Grayscale: #7A7A7A. Windows color (decimal): -7185938 or 15620498. OLE color: 15620498.
HSL color Cylindrical-coordinate representation of color #9259EE: hue angle of 262.95º degrees, saturation: 0.81, 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 #9259EE is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 89 | 238 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.07 |
| HSL | 262.95º | 0.81% | 0.64% | - |
| HSV(B) | 262.95º | 0.63% | 0.93% | - |
| XYZ | 30.86 | 19.43 | 83.01 | - |
| YUV | 123.03 | 192.88 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 238 | 0.39 | 0.63 | 0 | 0.07 | 262.95 | 0.81 | 0.64 |
| Hex | 92 | 59 | EE | 27 | 3F | 0 | 7 | 107 | 51 | 40 |
| Octal | 222 | 131 | 356 | 47 | 77 | 0 | 7 | 407 | 121 | 100 |
| Binary | 10010010 | 1011001 | 11101110 | 100111 | 111111 | 0 | 111 | 100000111 | 1010001 | 1000000 |
Color Harmonies of #9259EE
Complementary color
Monochromatic Colors of #9259EE
Black with #9259EE
Text Example
Text Example
White with #9259EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9259EE; }
p { color: rgb(146,89,238); }
H1.HeaderClassName
{
color: #9259EE;
}
.AnyTagClassName
{
color: #9259EE;
}
</style>
background-color css
<style>
a { background-color: #9259EE; }
a { background-color: rgb(146,89,238); }
div.DivClassName
{
background-color: #9259EE;
}
.BgClassName
{
background-color: #9259EE;
}
</style>
border-color css
<style>
span { border-color: #9259EE; }
span { border-color: rgb(146,89,238); }
td.TdClassName
{
border-color: #9259EE;
}
.TagClassName
{
border-color: #9259EE;
}
</style>