Shades of Medium Purple #924FE7
Tints of Medium Purple #924FE7
RGB
CMYK
RGB Variations
Color information
#924FE7 (or 0x924FE7) is known color: Medium Purple. HEX triplet: 92, 4F and E7. RGB value is (146,79,231). Sum of RGB (Red+Green+Blue) = 146+79+231=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #924FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924FE7 is #6DB018. Grayscale: #737373. Windows color (decimal): -7188505 or 15159186. OLE color: 15159186.
HSL color Cylindrical-coordinate representation of color #924FE7: hue angle of 266.45º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924FE7 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 79 | 231 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.09 |
| HSL | 266.45º | 0.76% | 0.61% | - |
| HSV(B) | 266.45º | 0.66% | 0.91% | - |
| XYZ | 29.07 | 17.47 | 77.44 | - |
| YUV | 116.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 231 | 0.37 | 0.66 | 0 | 0.09 | 266.45 | 0.76 | 0.61 |
| Hex | 92 | 4F | E7 | 25 | 42 | 0 | 9 | 10A | 4C | 3D |
| Octal | 222 | 117 | 347 | 45 | 102 | 0 | 11 | 412 | 114 | 75 |
| Binary | 10010010 | 1001111 | 11100111 | 100101 | 1000010 | 0 | 1001 | 100001010 | 1001100 | 111101 |
Color Harmonies of #924FE7
Complementary color
Monochromatic Colors of #924FE7
Black with #924FE7
Text Example
Text Example
White with #924FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FE7; }
p { color: rgb(146,79,231); }
H1.HeaderClassName
{
color: #924FE7;
}
.AnyTagClassName
{
color: #924FE7;
}
</style>
background-color css
<style>
a { background-color: #924FE7; }
a { background-color: rgb(146,79,231); }
div.DivClassName
{
background-color: #924FE7;
}
.BgClassName
{
background-color: #924FE7;
}
</style>
border-color css
<style>
span { border-color: #924FE7; }
span { border-color: rgb(146,79,231); }
td.TdClassName
{
border-color: #924FE7;
}
.TagClassName
{
border-color: #924FE7;
}
</style>