Shades of Medium Purple #9283EA
Tints of Medium Purple #9283EA
RGB
CMYK
RGB Variations
Color information
#9283EA (or 0x9283EA) is known color: Medium Purple. HEX triplet: 92, 83 and EA. RGB value is (146,131,234). Sum of RGB (Red+Green+Blue) = 146+131+234=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #9283EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9283EA is #6D7C15. Grayscale: #929292. Windows color (decimal): -7175190 or 15369106. OLE color: 15369106.
HSL color Cylindrical-coordinate representation of color #9283EA: hue angle of 248.74º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9283EA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 131 | 234 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.08 |
| HSL | 248.74º | 0.71% | 0.72% | - |
| HSV(B) | 248.74º | 0.44% | 0.92% | - |
| XYZ | 34.82 | 28.28 | 81.47 | - |
| YUV | 147.23 | 176.97 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 234 | 0.38 | 0.44 | 0 | 0.08 | 248.74 | 0.71 | 0.72 |
| Hex | 92 | 83 | EA | 26 | 2C | 0 | 8 | F9 | 47 | 48 |
| Octal | 222 | 203 | 352 | 46 | 54 | 0 | 10 | 371 | 107 | 110 |
| Binary | 10010010 | 10000011 | 11101010 | 100110 | 101100 | 0 | 1000 | 11111001 | 1000111 | 1001000 |
Color Harmonies of #9283EA
Complementary color
Monochromatic Colors of #9283EA
Black with #9283EA
Text Example
Text Example
White with #9283EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9283EA; }
p { color: rgb(146,131,234); }
H1.HeaderClassName
{
color: #9283EA;
}
.AnyTagClassName
{
color: #9283EA;
}
</style>
background-color css
<style>
a { background-color: #9283EA; }
a { background-color: rgb(146,131,234); }
div.DivClassName
{
background-color: #9283EA;
}
.BgClassName
{
background-color: #9283EA;
}
</style>
border-color css
<style>
span { border-color: #9283EA; }
span { border-color: rgb(146,131,234); }
td.TdClassName
{
border-color: #9283EA;
}
.TagClassName
{
border-color: #9283EA;
}
</style>