Shades of Medium Purple #9263EF
Tints of Medium Purple #9263EF
RGB
CMYK
RGB Variations
Color information
#9263EF (or 0x9263EF) is known color: Medium Purple. HEX triplet: 92, 63 and EF. RGB value is (146,99,239). Sum of RGB (Red+Green+Blue) = 146+99+239=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #9263EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9263EF is #6D9C10. Grayscale: #808080. Windows color (decimal): -7183377 or 15688594. OLE color: 15688594.
HSL color Cylindrical-coordinate representation of color #9263EF: hue angle of 260.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9263EF is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 99 | 239 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.06 |
| HSL | 260.14º | 0.81% | 0.66% | - |
| HSV(B) | 260.14º | 0.59% | 0.94% | - |
| XYZ | 31.9 | 21.27 | 84.09 | - |
| YUV | 129.01 | 190.07 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 239 | 0.39 | 0.59 | 0 | 0.06 | 260.14 | 0.81 | 0.66 |
| Hex | 92 | 63 | EF | 27 | 3B | 0 | 6 | 104 | 51 | 42 |
| Octal | 222 | 143 | 357 | 47 | 73 | 0 | 6 | 404 | 121 | 102 |
| Binary | 10010010 | 1100011 | 11101111 | 100111 | 111011 | 0 | 110 | 100000100 | 1010001 | 1000010 |
Color Harmonies of #9263EF
Complementary color
Monochromatic Colors of #9263EF
Black with #9263EF
Text Example
Text Example
White with #9263EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263EF; }
p { color: rgb(146,99,239); }
H1.HeaderClassName
{
color: #9263EF;
}
.AnyTagClassName
{
color: #9263EF;
}
</style>
background-color css
<style>
a { background-color: #9263EF; }
a { background-color: rgb(146,99,239); }
div.DivClassName
{
background-color: #9263EF;
}
.BgClassName
{
background-color: #9263EF;
}
</style>
border-color css
<style>
span { border-color: #9263EF; }
span { border-color: rgb(146,99,239); }
td.TdClassName
{
border-color: #9263EF;
}
.TagClassName
{
border-color: #9263EF;
}
</style>