Shades of Medium Purple #9260EB
Tints of Medium Purple #9260EB
RGB
CMYK
RGB Variations
Color information
#9260EB (or 0x9260EB) is known color: Medium Purple. HEX triplet: 92, 60 and EB. RGB value is (146,96,235). Sum of RGB (Red+Green+Blue) = 146+96+235=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #9260EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9260EB is #6D9F14. Grayscale: #7E7E7E. Windows color (decimal): -7184149 or 15425682. OLE color: 15425682.
HSL color Cylindrical-coordinate representation of color #9260EB: hue angle of 261.58º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9260EB is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 96 | 235 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.08 |
| HSL | 261.58º | 0.78% | 0.65% | - |
| HSV(B) | 261.58º | 0.59% | 0.92% | - |
| XYZ | 31.03 | 20.47 | 80.91 | - |
| YUV | 126.8 | 189.07 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 235 | 0.38 | 0.59 | 0 | 0.08 | 261.58 | 0.78 | 0.65 |
| Hex | 92 | 60 | EB | 26 | 3B | 0 | 8 | 106 | 4E | 41 |
| Octal | 222 | 140 | 353 | 46 | 73 | 0 | 10 | 406 | 116 | 101 |
| Binary | 10010010 | 1100000 | 11101011 | 100110 | 111011 | 0 | 1000 | 100000110 | 1001110 | 1000001 |
Color Harmonies of #9260EB
Complementary color
Monochromatic Colors of #9260EB
Black with #9260EB
Text Example
Text Example
White with #9260EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9260EB; }
p { color: rgb(146,96,235); }
H1.HeaderClassName
{
color: #9260EB;
}
.AnyTagClassName
{
color: #9260EB;
}
</style>
background-color css
<style>
a { background-color: #9260EB; }
a { background-color: rgb(146,96,235); }
div.DivClassName
{
background-color: #9260EB;
}
.BgClassName
{
background-color: #9260EB;
}
</style>
border-color css
<style>
span { border-color: #9260EB; }
span { border-color: rgb(146,96,235); }
td.TdClassName
{
border-color: #9260EB;
}
.TagClassName
{
border-color: #9260EB;
}
</style>