Shades of Medium Purple #9259EB
Tints of Medium Purple #9259EB
RGB
CMYK
RGB Variations
Color information
#9259EB (or 0x9259EB) is known color: Medium Purple. HEX triplet: 92, 59 and EB. RGB value is (146,89,235). Sum of RGB (Red+Green+Blue) = 146+89+235=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #9259EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9259EB is #6DA614. Grayscale: #7A7A7A. Windows color (decimal): -7185941 or 15423890. OLE color: 15423890.
HSL color Cylindrical-coordinate representation of color #9259EB: hue angle of 263.42º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9259EB is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 89 | 235 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.08 |
| HSL | 263.42º | 0.78% | 0.64% | - |
| HSV(B) | 263.42º | 0.62% | 0.92% | - |
| XYZ | 30.42 | 19.25 | 80.71 | - |
| YUV | 122.69 | 191.38 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 235 | 0.38 | 0.62 | 0 | 0.08 | 263.42 | 0.78 | 0.64 |
| Hex | 92 | 59 | EB | 26 | 3E | 0 | 8 | 107 | 4E | 40 |
| Octal | 222 | 131 | 353 | 46 | 76 | 0 | 10 | 407 | 116 | 100 |
| Binary | 10010010 | 1011001 | 11101011 | 100110 | 111110 | 0 | 1000 | 100000111 | 1001110 | 1000000 |
Color Harmonies of #9259EB
Complementary color
Monochromatic Colors of #9259EB
Black with #9259EB
Text Example
Text Example
White with #9259EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9259EB; }
p { color: rgb(146,89,235); }
H1.HeaderClassName
{
color: #9259EB;
}
.AnyTagClassName
{
color: #9259EB;
}
</style>
background-color css
<style>
a { background-color: #9259EB; }
a { background-color: rgb(146,89,235); }
div.DivClassName
{
background-color: #9259EB;
}
.BgClassName
{
background-color: #9259EB;
}
</style>
border-color css
<style>
span { border-color: #9259EB; }
span { border-color: rgb(146,89,235); }
td.TdClassName
{
border-color: #9259EB;
}
.TagClassName
{
border-color: #9259EB;
}
</style>