Shades of Medium Purple #926EE9
Tints of Medium Purple #926EE9
RGB
CMYK
RGB Variations
Color information
#926EE9 (or 0x926EE9) is known color: Medium Purple. HEX triplet: 92, 6E and E9. RGB value is (146,110,233). Sum of RGB (Red+Green+Blue) = 146+110+233=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #926EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926EE9 is #6D9116. Grayscale: #868686. Windows color (decimal): -7180567 or 15298194. OLE color: 15298194.
HSL color Cylindrical-coordinate representation of color #926EE9: hue angle of 257.56º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #926EE9 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 110 | 233 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.09 |
| HSL | 257.56º | 0.74% | 0.67% | - |
| HSV(B) | 257.56º | 0.53% | 0.91% | - |
| XYZ | 32.14 | 23.15 | 79.86 | - |
| YUV | 134.79 | 183.43 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 233 | 0.37 | 0.53 | 0 | 0.09 | 257.56 | 0.74 | 0.67 |
| Hex | 92 | 6E | E9 | 25 | 35 | 0 | 9 | 102 | 4A | 43 |
| Octal | 222 | 156 | 351 | 45 | 65 | 0 | 11 | 402 | 112 | 103 |
| Binary | 10010010 | 1101110 | 11101001 | 100101 | 110101 | 0 | 1001 | 100000010 | 1001010 | 1000011 |
Color Harmonies of #926EE9
Complementary color
Monochromatic Colors of #926EE9
Black with #926EE9
Text Example
Text Example
White with #926EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926EE9; }
p { color: rgb(146,110,233); }
H1.HeaderClassName
{
color: #926EE9;
}
.AnyTagClassName
{
color: #926EE9;
}
</style>
background-color css
<style>
a { background-color: #926EE9; }
a { background-color: rgb(146,110,233); }
div.DivClassName
{
background-color: #926EE9;
}
.BgClassName
{
background-color: #926EE9;
}
</style>
border-color css
<style>
span { border-color: #926EE9; }
span { border-color: rgb(146,110,233); }
td.TdClassName
{
border-color: #926EE9;
}
.TagClassName
{
border-color: #926EE9;
}
</style>