Shades of Medium Purple #927FE2
Tints of Medium Purple #927FE2
RGB
CMYK
RGB Variations
Color information
#927FE2 (or 0x927FE2) is known color: Medium Purple. HEX triplet: 92, 7F and E2. RGB value is (146,127,226). Sum of RGB (Red+Green+Blue) = 146+127+226=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 226 - color contains mainly: blue. Hex color #927FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FE2 is #6D801D. Grayscale: #8F8F8F. Windows color (decimal): -7176222 or 14843794. OLE color: 14843794.
HSL color Cylindrical-coordinate representation of color #927FE2: hue angle of 251.52º 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 #927FE2 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 127 | 226 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.11 |
| HSL | 251.52º | 0.63% | 0.69% | - |
| HSV(B) | 251.52º | 0.44% | 0.89% | - |
| XYZ | 33.17 | 26.78 | 75.37 | - |
| YUV | 143.97 | 174.29 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 226 | 0.35 | 0.44 | 0 | 0.11 | 251.52 | 0.63 | 0.69 |
| Hex | 92 | 7F | E2 | 23 | 2C | 0 | B | FC | 3F | 45 |
| Octal | 222 | 177 | 342 | 43 | 54 | 0 | 13 | 374 | 77 | 105 |
| Binary | 10010010 | 1111111 | 11100010 | 100011 | 101100 | 0 | 1011 | 11111100 | 111111 | 1000101 |
Color Harmonies of #927FE2
Complementary color
Monochromatic Colors of #927FE2
Black with #927FE2
Text Example
Text Example
White with #927FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FE2; }
p { color: rgb(146,127,226); }
H1.HeaderClassName
{
color: #927FE2;
}
.AnyTagClassName
{
color: #927FE2;
}
</style>
background-color css
<style>
a { background-color: #927FE2; }
a { background-color: rgb(146,127,226); }
div.DivClassName
{
background-color: #927FE2;
}
.BgClassName
{
background-color: #927FE2;
}
</style>
border-color css
<style>
span { border-color: #927FE2; }
span { border-color: rgb(146,127,226); }
td.TdClassName
{
border-color: #927FE2;
}
.TagClassName
{
border-color: #927FE2;
}
</style>