Shades of Medium Purple #9257EF
Tints of Medium Purple #9257EF
RGB
CMYK
RGB Variations
Color information
#9257EF (or 0x9257EF) is known color: Medium Purple. HEX triplet: 92, 57 and EF. RGB value is (146,87,239). Sum of RGB (Red+Green+Blue) = 146+87+239=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #9257EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9257EF is #6DA810. Grayscale: #797979. Windows color (decimal): -7186449 or 15685522. OLE color: 15685522.
HSL color Cylindrical-coordinate representation of color #9257EF: hue angle of 263.29º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9257EF is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 87 | 239 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.06 |
| HSL | 263.29º | 0.83% | 0.64% | - |
| HSV(B) | 263.29º | 0.64% | 0.94% | - |
| XYZ | 30.84 | 19.16 | 83.73 | - |
| YUV | 121.97 | 194.05 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 87 | 239 | 0.39 | 0.64 | 0 | 0.06 | 263.29 | 0.83 | 0.64 |
| Hex | 92 | 57 | EF | 27 | 40 | 0 | 6 | 107 | 53 | 40 |
| Octal | 222 | 127 | 357 | 47 | 100 | 0 | 6 | 407 | 123 | 100 |
| Binary | 10010010 | 1010111 | 11101111 | 100111 | 1000000 | 0 | 110 | 100000111 | 1010011 | 1000000 |
Color Harmonies of #9257EF
Complementary color
Monochromatic Colors of #9257EF
Black with #9257EF
Text Example
Text Example
White with #9257EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9257EF; }
p { color: rgb(146,87,239); }
H1.HeaderClassName
{
color: #9257EF;
}
.AnyTagClassName
{
color: #9257EF;
}
</style>
background-color css
<style>
a { background-color: #9257EF; }
a { background-color: rgb(146,87,239); }
div.DivClassName
{
background-color: #9257EF;
}
.BgClassName
{
background-color: #9257EF;
}
</style>
border-color css
<style>
span { border-color: #9257EF; }
span { border-color: rgb(146,87,239); }
td.TdClassName
{
border-color: #9257EF;
}
.TagClassName
{
border-color: #9257EF;
}
</style>