Shades of Medium Purple #926DDA
Tints of Medium Purple #926DDA
RGB
CMYK
RGB Variations
Color information
#926DDA (or 0x926DDA) is known color: Medium Purple. HEX triplet: 92, 6D and DA. RGB value is (146,109,218). Sum of RGB (Red+Green+Blue) = 146+109+218=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #926DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DDA is #6D9225. Grayscale: #848484. Windows color (decimal): -7180838 or 14314898. OLE color: 14314898.
HSL color Cylindrical-coordinate representation of color #926DDA: hue angle of 260.37º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926DDA is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 109 | 218 | - |
| CMYK | 0.33 | 0.5 | 0 | 0.15 |
| HSL | 260.37º | 0.6% | 0.64% | - |
| HSV(B) | 260.37º | 0.5% | 0.85% | - |
| XYZ | 29.98 | 22.11 | 69.02 | - |
| YUV | 132.49 | 176.26 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 218 | 0.33 | 0.5 | 0 | 0.15 | 260.37 | 0.6 | 0.64 |
| Hex | 92 | 6D | DA | 21 | 32 | 0 | F | 104 | 3C | 40 |
| Octal | 222 | 155 | 332 | 41 | 62 | 0 | 17 | 404 | 74 | 100 |
| Binary | 10010010 | 1101101 | 11011010 | 100001 | 110010 | 0 | 1111 | 100000100 | 111100 | 1000000 |
Color Harmonies of #926DDA
Complementary color
Monochromatic Colors of #926DDA
Black with #926DDA
Text Example
Text Example
White with #926DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DDA; }
p { color: rgb(146,109,218); }
H1.HeaderClassName
{
color: #926DDA;
}
.AnyTagClassName
{
color: #926DDA;
}
</style>
background-color css
<style>
a { background-color: #926DDA; }
a { background-color: rgb(146,109,218); }
div.DivClassName
{
background-color: #926DDA;
}
.BgClassName
{
background-color: #926DDA;
}
</style>
border-color css
<style>
span { border-color: #926DDA; }
span { border-color: rgb(146,109,218); }
td.TdClassName
{
border-color: #926DDA;
}
.TagClassName
{
border-color: #926DDA;
}
</style>