Shades of Medium Purple #927AE2
Tints of Medium Purple #927AE2
RGB
CMYK
RGB Variations
Color information
#927AE2 (or 0x927AE2) is known color: Medium Purple. HEX triplet: 92, 7A and E2. RGB value is (146,122,226). Sum of RGB (Red+Green+Blue) = 146+122+226=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #927AE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927AE2 is #6D851D. Grayscale: #8C8C8C. Windows color (decimal): -7177502 or 14842514. OLE color: 14842514.
HSL color Cylindrical-coordinate representation of color #927AE2: hue angle of 253.85º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #927AE2 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 122 | 226 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.11 |
| HSL | 253.85º | 0.64% | 0.68% | - |
| HSV(B) | 253.85º | 0.46% | 0.89% | - |
| XYZ | 32.54 | 25.52 | 75.16 | - |
| YUV | 141.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 226 | 0.35 | 0.46 | 0 | 0.11 | 253.85 | 0.64 | 0.68 |
| Hex | 92 | 7A | E2 | 23 | 2E | 0 | B | FE | 40 | 44 |
| Octal | 222 | 172 | 342 | 43 | 56 | 0 | 13 | 376 | 100 | 104 |
| Binary | 10010010 | 1111010 | 11100010 | 100011 | 101110 | 0 | 1011 | 11111110 | 1000000 | 1000100 |
Color Harmonies of #927AE2
Complementary color
Monochromatic Colors of #927AE2
Black with #927AE2
Text Example
Text Example
White with #927AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927AE2; }
p { color: rgb(146,122,226); }
H1.HeaderClassName
{
color: #927AE2;
}
.AnyTagClassName
{
color: #927AE2;
}
</style>
background-color css
<style>
a { background-color: #927AE2; }
a { background-color: rgb(146,122,226); }
div.DivClassName
{
background-color: #927AE2;
}
.BgClassName
{
background-color: #927AE2;
}
</style>
border-color css
<style>
span { border-color: #927AE2; }
span { border-color: rgb(146,122,226); }
td.TdClassName
{
border-color: #927AE2;
}
.TagClassName
{
border-color: #927AE2;
}
</style>