Shades of Medium Purple #926FE4
Tints of Medium Purple #926FE4
RGB
CMYK
RGB Variations
Color information
#926FE4 (or 0x926FE4) is known color: Medium Purple. HEX triplet: 92, 6F and E4. RGB value is (146,111,228). Sum of RGB (Red+Green+Blue) = 146+111+228=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #926FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926FE4 is #6D901B. Grayscale: #868686. Windows color (decimal): -7180316 or 14970770. OLE color: 14970770.
HSL color Cylindrical-coordinate representation of color #926FE4: hue angle of 257.95º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #926FE4 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 111 | 228 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.11 |
| HSL | 257.95º | 0.68% | 0.66% | - |
| HSV(B) | 257.95º | 0.51% | 0.89% | - |
| XYZ | 31.54 | 23.08 | 76.19 | - |
| YUV | 134.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 228 | 0.36 | 0.51 | 0 | 0.11 | 257.95 | 0.68 | 0.66 |
| Hex | 92 | 6F | E4 | 24 | 33 | 0 | B | 102 | 44 | 42 |
| Octal | 222 | 157 | 344 | 44 | 63 | 0 | 13 | 402 | 104 | 102 |
| Binary | 10010010 | 1101111 | 11100100 | 100100 | 110011 | 0 | 1011 | 100000010 | 1000100 | 1000010 |
Color Harmonies of #926FE4
Complementary color
Monochromatic Colors of #926FE4
Black with #926FE4
Text Example
Text Example
White with #926FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926FE4; }
p { color: rgb(146,111,228); }
H1.HeaderClassName
{
color: #926FE4;
}
.AnyTagClassName
{
color: #926FE4;
}
</style>
background-color css
<style>
a { background-color: #926FE4; }
a { background-color: rgb(146,111,228); }
div.DivClassName
{
background-color: #926FE4;
}
.BgClassName
{
background-color: #926FE4;
}
</style>
border-color css
<style>
span { border-color: #926FE4; }
span { border-color: rgb(146,111,228); }
td.TdClassName
{
border-color: #926FE4;
}
.TagClassName
{
border-color: #926FE4;
}
</style>