Shades of Medium Purple #9259E3
Tints of Medium Purple #9259E3
RGB
CMYK
RGB Variations
Color information
#9259E3 (or 0x9259E3) is known color: Medium Purple. HEX triplet: 92, 59 and E3. RGB value is (146,89,227). Sum of RGB (Red+Green+Blue) = 146+89+227=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #9259E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259E3 is #6DA61C. Grayscale: #797979. Windows color (decimal): -7185949 or 14899602. OLE color: 14899602.
HSL color Cylindrical-coordinate representation of color #9259E3: hue angle of 264.78º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9259E3 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 89 | 227 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.11 |
| HSL | 264.78º | 0.71% | 0.62% | - |
| HSV(B) | 264.78º | 0.61% | 0.89% | - |
| XYZ | 29.29 | 18.8 | 74.76 | - |
| YUV | 121.78 | 187.38 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 227 | 0.36 | 0.61 | 0 | 0.11 | 264.78 | 0.71 | 0.62 |
| Hex | 92 | 59 | E3 | 24 | 3D | 0 | B | 109 | 47 | 3E |
| Octal | 222 | 131 | 343 | 44 | 75 | 0 | 13 | 411 | 107 | 76 |
| Binary | 10010010 | 1011001 | 11100011 | 100100 | 111101 | 0 | 1011 | 100001001 | 1000111 | 111110 |
Color Harmonies of #9259E3
Complementary color
Monochromatic Colors of #9259E3
Black with #9259E3
Text Example
Text Example
White with #9259E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9259E3; }
p { color: rgb(146,89,227); }
H1.HeaderClassName
{
color: #9259E3;
}
.AnyTagClassName
{
color: #9259E3;
}
</style>
background-color css
<style>
a { background-color: #9259E3; }
a { background-color: rgb(146,89,227); }
div.DivClassName
{
background-color: #9259E3;
}
.BgClassName
{
background-color: #9259E3;
}
</style>
border-color css
<style>
span { border-color: #9259E3; }
span { border-color: rgb(146,89,227); }
td.TdClassName
{
border-color: #9259E3;
}
.TagClassName
{
border-color: #9259E3;
}
</style>