Shades of Medium Purple #9253F3
Tints of Medium Purple #9253F3
RGB
CMYK
RGB Variations
Color information
#9253F3 (or 0x9253F3) is known color: Medium Purple. HEX triplet: 92, 53 and F3. RGB value is (146,83,243). Sum of RGB (Red+Green+Blue) = 146+83+243=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #9253F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9253F3 is #6DAC0C. Grayscale: #777777. Windows color (decimal): -7187469 or 15946642. OLE color: 15946642.
HSL color Cylindrical-coordinate representation of color #9253F3: hue angle of 263.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9253F3 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 83 | 243 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.05 |
| HSL | 263.63º | 0.87% | 0.64% | - |
| HSV(B) | 263.63º | 0.66% | 0.95% | - |
| XYZ | 31.12 | 18.77 | 86.78 | - |
| YUV | 120.08 | 197.37 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 243 | 0.40 | 0.66 | 0 | 0.05 | 263.63 | 0.87 | 0.64 |
| Hex | 92 | 53 | F3 | 28 | 42 | 0 | 5 | 108 | 57 | 40 |
| Octal | 222 | 123 | 363 | 50 | 102 | 0 | 5 | 410 | 127 | 100 |
| Binary | 10010010 | 1010011 | 11110011 | 101000 | 1000010 | 0 | 101 | 100001000 | 1010111 | 1000000 |
Color Harmonies of #9253F3
Complementary color
Monochromatic Colors of #9253F3
Black with #9253F3
Text Example
Text Example
White with #9253F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9253F3; }
p { color: rgb(146,83,243); }
H1.HeaderClassName
{
color: #9253F3;
}
.AnyTagClassName
{
color: #9253F3;
}
</style>
background-color css
<style>
a { background-color: #9253F3; }
a { background-color: rgb(146,83,243); }
div.DivClassName
{
background-color: #9253F3;
}
.BgClassName
{
background-color: #9253F3;
}
</style>
border-color css
<style>
span { border-color: #9253F3; }
span { border-color: rgb(146,83,243); }
td.TdClassName
{
border-color: #9253F3;
}
.TagClassName
{
border-color: #9253F3;
}
</style>