Shades of Medium Purple #924FED
Tints of Medium Purple #924FED
RGB
CMYK
RGB Variations
Color information
#924FED (or 0x924FED) is known color: Medium Purple. HEX triplet: 92, 4F and ED. RGB value is (146,79,237). Sum of RGB (Red+Green+Blue) = 146+79+237=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #924FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924FED is #6DB012. Grayscale: #747474. Windows color (decimal): -7188499 or 15552402. OLE color: 15552402.
HSL color Cylindrical-coordinate representation of color #924FED: hue angle of 265.44º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #924FED is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 79 | 237 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.07 |
| HSL | 265.44º | 0.81% | 0.62% | - |
| HSV(B) | 265.44º | 0.67% | 0.93% | - |
| XYZ | 29.94 | 17.82 | 81.98 | - |
| YUV | 117.05 | 195.7 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 237 | 0.38 | 0.67 | 0 | 0.07 | 265.44 | 0.81 | 0.62 |
| Hex | 92 | 4F | ED | 26 | 43 | 0 | 7 | 109 | 51 | 3E |
| Octal | 222 | 117 | 355 | 46 | 103 | 0 | 7 | 411 | 121 | 76 |
| Binary | 10010010 | 1001111 | 11101101 | 100110 | 1000011 | 0 | 111 | 100001001 | 1010001 | 111110 |
Color Harmonies of #924FED
Complementary color
Monochromatic Colors of #924FED
Black with #924FED
Text Example
Text Example
White with #924FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FED; }
p { color: rgb(146,79,237); }
H1.HeaderClassName
{
color: #924FED;
}
.AnyTagClassName
{
color: #924FED;
}
</style>
background-color css
<style>
a { background-color: #924FED; }
a { background-color: rgb(146,79,237); }
div.DivClassName
{
background-color: #924FED;
}
.BgClassName
{
background-color: #924FED;
}
</style>
border-color css
<style>
span { border-color: #924FED; }
span { border-color: rgb(146,79,237); }
td.TdClassName
{
border-color: #924FED;
}
.TagClassName
{
border-color: #924FED;
}
</style>