Shades of Medium Purple #927EDA
Tints of Medium Purple #927EDA
RGB
CMYK
RGB Variations
Color information
#927EDA (or 0x927EDA) is known color: Medium Purple. HEX triplet: 92, 7E and DA. RGB value is (146,126,218). Sum of RGB (Red+Green+Blue) = 146+126+218=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #927EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EDA is #6D8125. Grayscale: #8E8E8E. Windows color (decimal): -7176486 or 14319250. OLE color: 14319250.
HSL color Cylindrical-coordinate representation of color #927EDA: hue angle of 253.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927EDA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 126 | 218 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.15 |
| HSL | 253.04º | 0.55% | 0.67% | - |
| HSV(B) | 253.04º | 0.42% | 0.85% | - |
| XYZ | 31.97 | 26.09 | 69.68 | - |
| YUV | 142.47 | 170.63 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 218 | 0.33 | 0.42 | 0 | 0.15 | 253.04 | 0.55 | 0.67 |
| Hex | 92 | 7E | DA | 21 | 2A | 0 | F | FD | 37 | 43 |
| Octal | 222 | 176 | 332 | 41 | 52 | 0 | 17 | 375 | 67 | 103 |
| Binary | 10010010 | 1111110 | 11011010 | 100001 | 101010 | 0 | 1111 | 11111101 | 110111 | 1000011 |
Color Harmonies of #927EDA
Complementary color
Monochromatic Colors of #927EDA
Black with #927EDA
Text Example
Text Example
White with #927EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EDA; }
p { color: rgb(146,126,218); }
H1.HeaderClassName
{
color: #927EDA;
}
.AnyTagClassName
{
color: #927EDA;
}
</style>
background-color css
<style>
a { background-color: #927EDA; }
a { background-color: rgb(146,126,218); }
div.DivClassName
{
background-color: #927EDA;
}
.BgClassName
{
background-color: #927EDA;
}
</style>
border-color css
<style>
span { border-color: #927EDA; }
span { border-color: rgb(146,126,218); }
td.TdClassName
{
border-color: #927EDA;
}
.TagClassName
{
border-color: #927EDA;
}
</style>