Shades of Medium Purple #927DED
Tints of Medium Purple #927DED
RGB
CMYK
RGB Variations
Color information
#927DED (or 0x927DED) is known color: Medium Purple. HEX triplet: 92, 7D and ED. RGB value is (146,125,237). Sum of RGB (Red+Green+Blue) = 146+125+237=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #927DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DED is #6D8212. Grayscale: #8F8F8F. Windows color (decimal): -7176723 or 15564178. OLE color: 15564178.
HSL color Cylindrical-coordinate representation of color #927DED: hue angle of 251.25º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927DED is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 125 | 237 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.07 |
| HSL | 251.25º | 0.76% | 0.71% | - |
| HSV(B) | 251.25º | 0.47% | 0.93% | - |
| XYZ | 34.47 | 26.89 | 83.49 | - |
| YUV | 144.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 237 | 0.38 | 0.47 | 0 | 0.07 | 251.25 | 0.76 | 0.71 |
| Hex | 92 | 7D | ED | 26 | 2F | 0 | 7 | FB | 4C | 47 |
| Octal | 222 | 175 | 355 | 46 | 57 | 0 | 7 | 373 | 114 | 107 |
| Binary | 10010010 | 1111101 | 11101101 | 100110 | 101111 | 0 | 111 | 11111011 | 1001100 | 1000111 |
Color Harmonies of #927DED
Complementary color
Monochromatic Colors of #927DED
Black with #927DED
Text Example
Text Example
White with #927DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DED; }
p { color: rgb(146,125,237); }
H1.HeaderClassName
{
color: #927DED;
}
.AnyTagClassName
{
color: #927DED;
}
</style>
background-color css
<style>
a { background-color: #927DED; }
a { background-color: rgb(146,125,237); }
div.DivClassName
{
background-color: #927DED;
}
.BgClassName
{
background-color: #927DED;
}
</style>
border-color css
<style>
span { border-color: #927DED; }
span { border-color: rgb(146,125,237); }
td.TdClassName
{
border-color: #927DED;
}
.TagClassName
{
border-color: #927DED;
}
</style>