Shades of Medium Purple #924FEF
Tints of Medium Purple #924FEF
RGB
CMYK
RGB Variations
Color information
#924FEF (or 0x924FEF) is known color: Medium Purple. HEX triplet: 92, 4F and EF. RGB value is (146,79,239). Sum of RGB (Red+Green+Blue) = 146+79+239=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #924FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924FEF is #6DB010. Grayscale: #747474. Windows color (decimal): -7188497 or 15683474. OLE color: 15683474.
HSL color Cylindrical-coordinate representation of color #924FEF: hue angle of 265.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #924FEF is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 79 | 239 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.06 |
| HSL | 265.13º | 0.83% | 0.62% | - |
| HSV(B) | 265.13º | 0.67% | 0.94% | - |
| XYZ | 30.23 | 17.93 | 83.53 | - |
| YUV | 117.27 | 196.7 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 239 | 0.39 | 0.67 | 0 | 0.06 | 265.13 | 0.83 | 0.62 |
| Hex | 92 | 4F | EF | 27 | 43 | 0 | 6 | 109 | 53 | 3E |
| Octal | 222 | 117 | 357 | 47 | 103 | 0 | 6 | 411 | 123 | 76 |
| Binary | 10010010 | 1001111 | 11101111 | 100111 | 1000011 | 0 | 110 | 100001001 | 1010011 | 111110 |
Color Harmonies of #924FEF
Complementary color
Monochromatic Colors of #924FEF
Black with #924FEF
Text Example
Text Example
White with #924FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FEF; }
p { color: rgb(146,79,239); }
H1.HeaderClassName
{
color: #924FEF;
}
.AnyTagClassName
{
color: #924FEF;
}
</style>
background-color css
<style>
a { background-color: #924FEF; }
a { background-color: rgb(146,79,239); }
div.DivClassName
{
background-color: #924FEF;
}
.BgClassName
{
background-color: #924FEF;
}
</style>
border-color css
<style>
span { border-color: #924FEF; }
span { border-color: rgb(146,79,239); }
td.TdClassName
{
border-color: #924FEF;
}
.TagClassName
{
border-color: #924FEF;
}
</style>