Shades of Medium Purple #926FEA
Tints of Medium Purple #926FEA
RGB
CMYK
RGB Variations
Color information
#926FEA (or 0x926FEA) is known color: Medium Purple. HEX triplet: 92, 6F and EA. RGB value is (146,111,234). Sum of RGB (Red+Green+Blue) = 146+111+234=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #926FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FEA is #6D9015. Grayscale: #878787. Windows color (decimal): -7180310 or 15363986. OLE color: 15363986.
HSL color Cylindrical-coordinate representation of color #926FEA: hue angle of 257.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #926FEA is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 111 | 234 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.08 |
| HSL | 257.07º | 0.75% | 0.68% | - |
| HSV(B) | 257.07º | 0.53% | 0.92% | - |
| XYZ | 32.39 | 23.42 | 80.66 | - |
| YUV | 135.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 234 | 0.38 | 0.53 | 0 | 0.08 | 257.07 | 0.75 | 0.68 |
| Hex | 92 | 6F | EA | 26 | 35 | 0 | 8 | 101 | 4B | 44 |
| Octal | 222 | 157 | 352 | 46 | 65 | 0 | 10 | 401 | 113 | 104 |
| Binary | 10010010 | 1101111 | 11101010 | 100110 | 110101 | 0 | 1000 | 100000001 | 1001011 | 1000100 |
Color Harmonies of #926FEA
Complementary color
Monochromatic Colors of #926FEA
Black with #926FEA
Text Example
Text Example
White with #926FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926FEA; }
p { color: rgb(146,111,234); }
H1.HeaderClassName
{
color: #926FEA;
}
.AnyTagClassName
{
color: #926FEA;
}
</style>
background-color css
<style>
a { background-color: #926FEA; }
a { background-color: rgb(146,111,234); }
div.DivClassName
{
background-color: #926FEA;
}
.BgClassName
{
background-color: #926FEA;
}
</style>
border-color css
<style>
span { border-color: #926FEA; }
span { border-color: rgb(146,111,234); }
td.TdClassName
{
border-color: #926FEA;
}
.TagClassName
{
border-color: #926FEA;
}
</style>