Shades of Medium Purple #9253EE
Tints of Medium Purple #9253EE
RGB
CMYK
RGB Variations
Color information
#9253EE (or 0x9253EE) is known color: Medium Purple. HEX triplet: 92, 53 and EE. RGB value is (146,83,238). Sum of RGB (Red+Green+Blue) = 146+83+238=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #9253EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9253EE is #6DAC11. Grayscale: #767676. Windows color (decimal): -7187474 or 15618962. OLE color: 15618962.
HSL color Cylindrical-coordinate representation of color #9253EE: hue angle of 264.39º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9253EE is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 83 | 238 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.07 |
| HSL | 264.39º | 0.82% | 0.63% | - |
| HSV(B) | 264.39º | 0.65% | 0.93% | - |
| XYZ | 30.38 | 18.47 | 82.85 | - |
| YUV | 119.51 | 194.87 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 238 | 0.39 | 0.65 | 0 | 0.07 | 264.39 | 0.82 | 0.63 |
| Hex | 92 | 53 | EE | 27 | 41 | 0 | 7 | 108 | 52 | 3F |
| Octal | 222 | 123 | 356 | 47 | 101 | 0 | 7 | 410 | 122 | 77 |
| Binary | 10010010 | 1010011 | 11101110 | 100111 | 1000001 | 0 | 111 | 100001000 | 1010010 | 111111 |
Color Harmonies of #9253EE
Complementary color
Monochromatic Colors of #9253EE
Black with #9253EE
Text Example
Text Example
White with #9253EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9253EE; }
p { color: rgb(146,83,238); }
H1.HeaderClassName
{
color: #9253EE;
}
.AnyTagClassName
{
color: #9253EE;
}
</style>
background-color css
<style>
a { background-color: #9253EE; }
a { background-color: rgb(146,83,238); }
div.DivClassName
{
background-color: #9253EE;
}
.BgClassName
{
background-color: #9253EE;
}
</style>
border-color css
<style>
span { border-color: #9253EE; }
span { border-color: rgb(146,83,238); }
td.TdClassName
{
border-color: #9253EE;
}
.TagClassName
{
border-color: #9253EE;
}
</style>