Shades of Medium Purple #927EDC
Tints of Medium Purple #927EDC
RGB
CMYK
RGB Variations
Color information
#927EDC (or 0x927EDC) is known color: Medium Purple. HEX triplet: 92, 7E and DC. RGB value is (146,126,220). Sum of RGB (Red+Green+Blue) = 146+126+220=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #927EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EDC is #6D8123. Grayscale: #8E8E8E. Windows color (decimal): -7176484 or 14450322. OLE color: 14450322.
HSL color Cylindrical-coordinate representation of color #927EDC: hue angle of 252.77º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #927EDC is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 126 | 220 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.14 |
| HSL | 252.77º | 0.57% | 0.68% | - |
| HSV(B) | 252.77º | 0.43% | 0.86% | - |
| XYZ | 32.23 | 26.2 | 71.07 | - |
| YUV | 142.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 220 | 0.34 | 0.43 | 0 | 0.14 | 252.77 | 0.57 | 0.68 |
| Hex | 92 | 7E | DC | 22 | 2B | 0 | E | FD | 39 | 44 |
| Octal | 222 | 176 | 334 | 42 | 53 | 0 | 16 | 375 | 71 | 104 |
| Binary | 10010010 | 1111110 | 11011100 | 100010 | 101011 | 0 | 1110 | 11111101 | 111001 | 1000100 |
Color Harmonies of #927EDC
Complementary color
Monochromatic Colors of #927EDC
Black with #927EDC
Text Example
Text Example
White with #927EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EDC; }
p { color: rgb(146,126,220); }
H1.HeaderClassName
{
color: #927EDC;
}
.AnyTagClassName
{
color: #927EDC;
}
</style>
background-color css
<style>
a { background-color: #927EDC; }
a { background-color: rgb(146,126,220); }
div.DivClassName
{
background-color: #927EDC;
}
.BgClassName
{
background-color: #927EDC;
}
</style>
border-color css
<style>
span { border-color: #927EDC; }
span { border-color: rgb(146,126,220); }
td.TdClassName
{
border-color: #927EDC;
}
.TagClassName
{
border-color: #927EDC;
}
</style>