Shades of Medium Purple #9250EE
Tints of Medium Purple #9250EE
RGB
CMYK
RGB Variations
Color information
#9250EE (or 0x9250EE) is known color: Medium Purple. HEX triplet: 92, 50 and EE. RGB value is (146,80,238). Sum of RGB (Red+Green+Blue) = 146+80+238=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #9250EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9250EE is #6DAF11. Grayscale: #757575. Windows color (decimal): -7188242 or 15618194. OLE color: 15618194.
HSL color Cylindrical-coordinate representation of color #9250EE: hue angle of 265.06º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9250EE is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 80 | 238 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.07 |
| HSL | 265.06º | 0.82% | 0.62% | - |
| HSV(B) | 265.06º | 0.66% | 0.93% | - |
| XYZ | 30.16 | 18.02 | 82.78 | - |
| YUV | 117.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 238 | 0.39 | 0.66 | 0 | 0.07 | 265.06 | 0.82 | 0.62 |
| Hex | 92 | 50 | EE | 27 | 42 | 0 | 7 | 109 | 52 | 3E |
| Octal | 222 | 120 | 356 | 47 | 102 | 0 | 7 | 411 | 122 | 76 |
| Binary | 10010010 | 1010000 | 11101110 | 100111 | 1000010 | 0 | 111 | 100001001 | 1010010 | 111110 |
Color Harmonies of #9250EE
Complementary color
Monochromatic Colors of #9250EE
Black with #9250EE
Text Example
Text Example
White with #9250EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9250EE; }
p { color: rgb(146,80,238); }
H1.HeaderClassName
{
color: #9250EE;
}
.AnyTagClassName
{
color: #9250EE;
}
</style>
background-color css
<style>
a { background-color: #9250EE; }
a { background-color: rgb(146,80,238); }
div.DivClassName
{
background-color: #9250EE;
}
.BgClassName
{
background-color: #9250EE;
}
</style>
border-color css
<style>
span { border-color: #9250EE; }
span { border-color: rgb(146,80,238); }
td.TdClassName
{
border-color: #9250EE;
}
.TagClassName
{
border-color: #9250EE;
}
</style>