Shades of Medium Purple #926DD7
Tints of Medium Purple #926DD7
RGB
CMYK
RGB Variations
Color information
#926DD7 (or 0x926DD7) is known color: Medium Purple. HEX triplet: 92, 6D and D7. RGB value is (146,109,215). Sum of RGB (Red+Green+Blue) = 146+109+215=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #926DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DD7 is #6D9228. Grayscale: #838383. Windows color (decimal): -7180841 or 14118290. OLE color: 14118290.
HSL color Cylindrical-coordinate representation of color #926DD7: hue angle of 260.94º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #926DD7 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 109 | 215 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.16 |
| HSL | 260.94º | 0.57% | 0.64% | - |
| HSV(B) | 260.94º | 0.49% | 0.84% | - |
| XYZ | 29.59 | 21.95 | 66.97 | - |
| YUV | 132.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 215 | 0.32 | 0.49 | 0 | 0.16 | 260.94 | 0.57 | 0.64 |
| Hex | 92 | 6D | D7 | 20 | 31 | 0 | 10 | 105 | 39 | 40 |
| Octal | 222 | 155 | 327 | 40 | 61 | 0 | 20 | 405 | 71 | 100 |
| Binary | 10010010 | 1101101 | 11010111 | 100000 | 110001 | 0 | 10000 | 100000101 | 111001 | 1000000 |
Color Harmonies of #926DD7
Complementary color
Monochromatic Colors of #926DD7
Black with #926DD7
Text Example
Text Example
White with #926DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DD7; }
p { color: rgb(146,109,215); }
H1.HeaderClassName
{
color: #926DD7;
}
.AnyTagClassName
{
color: #926DD7;
}
</style>
background-color css
<style>
a { background-color: #926DD7; }
a { background-color: rgb(146,109,215); }
div.DivClassName
{
background-color: #926DD7;
}
.BgClassName
{
background-color: #926DD7;
}
</style>
border-color css
<style>
span { border-color: #926DD7; }
span { border-color: rgb(146,109,215); }
td.TdClassName
{
border-color: #926DD7;
}
.TagClassName
{
border-color: #926DD7;
}
</style>