Shades of Medium Purple #927EED
Tints of Medium Purple #927EED
RGB
CMYK
RGB Variations
Color information
#927EED (or 0x927EED) is known color: Medium Purple. HEX triplet: 92, 7E and ED. RGB value is (146,126,237). Sum of RGB (Red+Green+Blue) = 146+126+237=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #927EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927EED is #6D8112. Grayscale: #909090. Windows color (decimal): -7176467 or 15564434. OLE color: 15564434.
HSL color Cylindrical-coordinate representation of color #927EED: hue angle of 250.81º 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 #927EED is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 126 | 237 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.07 |
| HSL | 250.81º | 0.76% | 0.71% | - |
| HSV(B) | 250.81º | 0.47% | 0.93% | - |
| XYZ | 34.6 | 27.15 | 83.54 | - |
| YUV | 144.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 237 | 0.38 | 0.47 | 0 | 0.07 | 250.81 | 0.76 | 0.71 |
| Hex | 92 | 7E | ED | 26 | 2F | 0 | 7 | FB | 4C | 47 |
| Octal | 222 | 176 | 355 | 46 | 57 | 0 | 7 | 373 | 114 | 107 |
| Binary | 10010010 | 1111110 | 11101101 | 100110 | 101111 | 0 | 111 | 11111011 | 1001100 | 1000111 |
Color Harmonies of #927EED
Complementary color
Monochromatic Colors of #927EED
Black with #927EED
Text Example
Text Example
White with #927EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EED; }
p { color: rgb(146,126,237); }
H1.HeaderClassName
{
color: #927EED;
}
.AnyTagClassName
{
color: #927EED;
}
</style>
background-color css
<style>
a { background-color: #927EED; }
a { background-color: rgb(146,126,237); }
div.DivClassName
{
background-color: #927EED;
}
.BgClassName
{
background-color: #927EED;
}
</style>
border-color css
<style>
span { border-color: #927EED; }
span { border-color: rgb(146,126,237); }
td.TdClassName
{
border-color: #927EED;
}
.TagClassName
{
border-color: #927EED;
}
</style>