Shades of Medium Purple #927ED7
Tints of Medium Purple #927ED7
RGB
CMYK
RGB Variations
Color information
#927ED7 (or 0x927ED7) is known color: Medium Purple. HEX triplet: 92, 7E and D7. RGB value is (146,126,215). Sum of RGB (Red+Green+Blue) = 146+126+215=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #927ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ED7 is #6D8128. Grayscale: #8D8D8D. Windows color (decimal): -7176489 or 14122642. OLE color: 14122642.
HSL color Cylindrical-coordinate representation of color #927ED7: hue angle of 253.48º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #927ED7 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 126 | 215 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.16 |
| HSL | 253.48º | 0.53% | 0.67% | - |
| HSV(B) | 253.48º | 0.41% | 0.84% | - |
| XYZ | 31.58 | 25.94 | 67.63 | - |
| YUV | 142.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 215 | 0.32 | 0.41 | 0 | 0.16 | 253.48 | 0.53 | 0.67 |
| Hex | 92 | 7E | D7 | 20 | 29 | 0 | 10 | FD | 35 | 43 |
| Octal | 222 | 176 | 327 | 40 | 51 | 0 | 20 | 375 | 65 | 103 |
| Binary | 10010010 | 1111110 | 11010111 | 100000 | 101001 | 0 | 10000 | 11111101 | 110101 | 1000011 |
Color Harmonies of #927ED7
Complementary color
Monochromatic Colors of #927ED7
Black with #927ED7
Text Example
Text Example
White with #927ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ED7; }
p { color: rgb(146,126,215); }
H1.HeaderClassName
{
color: #927ED7;
}
.AnyTagClassName
{
color: #927ED7;
}
</style>
background-color css
<style>
a { background-color: #927ED7; }
a { background-color: rgb(146,126,215); }
div.DivClassName
{
background-color: #927ED7;
}
.BgClassName
{
background-color: #927ED7;
}
</style>
border-color css
<style>
span { border-color: #927ED7; }
span { border-color: rgb(146,126,215); }
td.TdClassName
{
border-color: #927ED7;
}
.TagClassName
{
border-color: #927ED7;
}
</style>