Shades of Medium Purple #926ED9
Tints of Medium Purple #926ED9
RGB
CMYK
RGB Variations
Color information
#926ED9 (or 0x926ED9) is known color: Medium Purple. HEX triplet: 92, 6E and D9. RGB value is (146,110,217). Sum of RGB (Red+Green+Blue) = 146+110+217=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #926ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926ED9 is #6D9126. Grayscale: #848484. Windows color (decimal): -7180583 or 14249618. OLE color: 14249618.
HSL color Cylindrical-coordinate representation of color #926ED9: hue angle of 260.19º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #926ED9 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 110 | 217 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.15 |
| HSL | 260.19º | 0.58% | 0.64% | - |
| HSV(B) | 260.19º | 0.49% | 0.85% | - |
| XYZ | 29.95 | 22.27 | 68.37 | - |
| YUV | 132.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 217 | 0.33 | 0.49 | 0 | 0.15 | 260.19 | 0.58 | 0.64 |
| Hex | 92 | 6E | D9 | 21 | 31 | 0 | F | 104 | 3A | 40 |
| Octal | 222 | 156 | 331 | 41 | 61 | 0 | 17 | 404 | 72 | 100 |
| Binary | 10010010 | 1101110 | 11011001 | 100001 | 110001 | 0 | 1111 | 100000100 | 111010 | 1000000 |
Color Harmonies of #926ED9
Complementary color
Monochromatic Colors of #926ED9
Black with #926ED9
Text Example
Text Example
White with #926ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926ED9; }
p { color: rgb(146,110,217); }
H1.HeaderClassName
{
color: #926ED9;
}
.AnyTagClassName
{
color: #926ED9;
}
</style>
background-color css
<style>
a { background-color: #926ED9; }
a { background-color: rgb(146,110,217); }
div.DivClassName
{
background-color: #926ED9;
}
.BgClassName
{
background-color: #926ED9;
}
</style>
border-color css
<style>
span { border-color: #926ED9; }
span { border-color: rgb(146,110,217); }
td.TdClassName
{
border-color: #926ED9;
}
.TagClassName
{
border-color: #926ED9;
}
</style>