Shades of Medium Purple #9282EB
Tints of Medium Purple #9282EB
RGB
CMYK
RGB Variations
Color information
#9282EB (or 0x9282EB) is known color: Medium Purple. HEX triplet: 92, 82 and EB. RGB value is (146,130,235). Sum of RGB (Red+Green+Blue) = 146+130+235=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #9282EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9282EB is #6D7D14. Grayscale: #929292. Windows color (decimal): -7175445 or 15434386. OLE color: 15434386.
HSL color Cylindrical-coordinate representation of color #9282EB: hue angle of 249.14º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9282EB is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 130 | 235 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.08 |
| HSL | 249.14º | 0.72% | 0.72% | - |
| HSV(B) | 249.14º | 0.45% | 0.92% | - |
| XYZ | 34.83 | 28.07 | 82.18 | - |
| YUV | 146.75 | 177.8 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 235 | 0.38 | 0.45 | 0 | 0.08 | 249.14 | 0.72 | 0.72 |
| Hex | 92 | 82 | EB | 26 | 2D | 0 | 8 | F9 | 48 | 48 |
| Octal | 222 | 202 | 353 | 46 | 55 | 0 | 10 | 371 | 110 | 110 |
| Binary | 10010010 | 10000010 | 11101011 | 100110 | 101101 | 0 | 1000 | 11111001 | 1001000 | 1001000 |
Color Harmonies of #9282EB
Complementary color
Monochromatic Colors of #9282EB
Black with #9282EB
Text Example
Text Example
White with #9282EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9282EB; }
p { color: rgb(146,130,235); }
H1.HeaderClassName
{
color: #9282EB;
}
.AnyTagClassName
{
color: #9282EB;
}
</style>
background-color css
<style>
a { background-color: #9282EB; }
a { background-color: rgb(146,130,235); }
div.DivClassName
{
background-color: #9282EB;
}
.BgClassName
{
background-color: #9282EB;
}
</style>
border-color css
<style>
span { border-color: #9282EB; }
span { border-color: rgb(146,130,235); }
td.TdClassName
{
border-color: #9282EB;
}
.TagClassName
{
border-color: #9282EB;
}
</style>