Shades of Medium Purple #927EE2
Tints of Medium Purple #927EE2
RGB
CMYK
RGB Variations
Color information
#927EE2 (or 0x927EE2) is known color: Medium Purple. HEX triplet: 92, 7E and E2. RGB value is (146,126,226). Sum of RGB (Red+Green+Blue) = 146+126+226=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 226 (88.67% from 255 or 45.38% from 498); Max value from RGB is 226 - color contains mainly: blue. Hex color #927EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EE2 is #6D811D. Grayscale: #8F8F8F. Windows color (decimal): -7176478 or 14843538. OLE color: 14843538.
HSL color Cylindrical-coordinate representation of color #927EE2: hue angle of 252º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927EE2 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 126 | 226 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.11 |
| HSL | 252º | 0.63% | 0.69% | - |
| HSV(B) | 252º | 0.44% | 0.89% | - |
| XYZ | 33.04 | 26.52 | 75.33 | - |
| YUV | 143.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 226 | 0.35 | 0.44 | 0 | 0.11 | 252 | 0.63 | 0.69 |
| Hex | 92 | 7E | E2 | 23 | 2C | 0 | B | FC | 3F | 45 |
| Octal | 222 | 176 | 342 | 43 | 54 | 0 | 13 | 374 | 77 | 105 |
| Binary | 10010010 | 1111110 | 11100010 | 100011 | 101100 | 0 | 1011 | 11111100 | 111111 | 1000101 |
Color Harmonies of #927EE2
Complementary color
Monochromatic Colors of #927EE2
Black with #927EE2
Text Example
Text Example
White with #927EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EE2; }
p { color: rgb(146,126,226); }
H1.HeaderClassName
{
color: #927EE2;
}
.AnyTagClassName
{
color: #927EE2;
}
</style>
background-color css
<style>
a { background-color: #927EE2; }
a { background-color: rgb(146,126,226); }
div.DivClassName
{
background-color: #927EE2;
}
.BgClassName
{
background-color: #927EE2;
}
</style>
border-color css
<style>
span { border-color: #927EE2; }
span { border-color: rgb(146,126,226); }
td.TdClassName
{
border-color: #927EE2;
}
.TagClassName
{
border-color: #927EE2;
}
</style>