Shades of Medium Purple #926AD7
Tints of Medium Purple #926AD7
RGB
CMYK
RGB Variations
Color information
#926AD7 (or 0x926AD7) is known color: Medium Purple. HEX triplet: 92, 6A and D7. RGB value is (146,106,215). Sum of RGB (Red+Green+Blue) = 146+106+215=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #926AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926AD7 is #6D9528. Grayscale: #818181. Windows color (decimal): -7181609 or 14117522. OLE color: 14117522.
HSL color Cylindrical-coordinate representation of color #926AD7: hue angle of 262.02º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #926AD7 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 106 | 215 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.16 |
| HSL | 262.02º | 0.58% | 0.63% | - |
| HSV(B) | 262.02º | 0.51% | 0.84% | - |
| XYZ | 29.27 | 21.33 | 66.86 | - |
| YUV | 130.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 215 | 0.32 | 0.51 | 0 | 0.16 | 262.02 | 0.58 | 0.63 |
| Hex | 92 | 6A | D7 | 20 | 33 | 0 | 10 | 106 | 3A | 3F |
| Octal | 222 | 152 | 327 | 40 | 63 | 0 | 20 | 406 | 72 | 77 |
| Binary | 10010010 | 1101010 | 11010111 | 100000 | 110011 | 0 | 10000 | 100000110 | 111010 | 111111 |
Color Harmonies of #926AD7
Complementary color
Monochromatic Colors of #926AD7
Black with #926AD7
Text Example
Text Example
White with #926AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926AD7; }
p { color: rgb(146,106,215); }
H1.HeaderClassName
{
color: #926AD7;
}
.AnyTagClassName
{
color: #926AD7;
}
</style>
background-color css
<style>
a { background-color: #926AD7; }
a { background-color: rgb(146,106,215); }
div.DivClassName
{
background-color: #926AD7;
}
.BgClassName
{
background-color: #926AD7;
}
</style>
border-color css
<style>
span { border-color: #926AD7; }
span { border-color: rgb(146,106,215); }
td.TdClassName
{
border-color: #926AD7;
}
.TagClassName
{
border-color: #926AD7;
}
</style>