Shades of Medium Purple #924FEA
Tints of Medium Purple #924FEA
RGB
CMYK
RGB Variations
Color information
#924FEA (or 0x924FEA) is known color: Medium Purple. HEX triplet: 92, 4F and EA. RGB value is (146,79,234). Sum of RGB (Red+Green+Blue) = 146+79+234=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #924FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924FEA is #6DB015. Grayscale: #747474. Windows color (decimal): -7188502 or 15355794. OLE color: 15355794.
HSL color Cylindrical-coordinate representation of color #924FEA: hue angle of 265.94º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924FEA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 79 | 234 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.08 |
| HSL | 265.94º | 0.79% | 0.61% | - |
| HSV(B) | 265.94º | 0.66% | 0.92% | - |
| XYZ | 29.5 | 17.64 | 79.69 | - |
| YUV | 116.7 | 194.2 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 234 | 0.38 | 0.66 | 0 | 0.08 | 265.94 | 0.79 | 0.61 |
| Hex | 92 | 4F | EA | 26 | 42 | 0 | 8 | 10A | 4F | 3D |
| Octal | 222 | 117 | 352 | 46 | 102 | 0 | 10 | 412 | 117 | 75 |
| Binary | 10010010 | 1001111 | 11101010 | 100110 | 1000010 | 0 | 1000 | 100001010 | 1001111 | 111101 |
Color Harmonies of #924FEA
Complementary color
Monochromatic Colors of #924FEA
Black with #924FEA
Text Example
Text Example
White with #924FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FEA; }
p { color: rgb(146,79,234); }
H1.HeaderClassName
{
color: #924FEA;
}
.AnyTagClassName
{
color: #924FEA;
}
</style>
background-color css
<style>
a { background-color: #924FEA; }
a { background-color: rgb(146,79,234); }
div.DivClassName
{
background-color: #924FEA;
}
.BgClassName
{
background-color: #924FEA;
}
</style>
border-color css
<style>
span { border-color: #924FEA; }
span { border-color: rgb(146,79,234); }
td.TdClassName
{
border-color: #924FEA;
}
.TagClassName
{
border-color: #924FEA;
}
</style>