Shades of Medium Purple #927ED3
Tints of Medium Purple #927ED3
RGB
CMYK
RGB Variations
Color information
#927ED3 (or 0x927ED3) is known color: Medium Purple. HEX triplet: 92, 7E and D3. RGB value is (146,126,211). Sum of RGB (Red+Green+Blue) = 146+126+211=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #927ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ED3 is #6D812C. Grayscale: #8D8D8D. Windows color (decimal): -7176493 or 13860498. OLE color: 13860498.
HSL color Cylindrical-coordinate representation of color #927ED3: hue angle of 254.12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #927ED3 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 126 | 211 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.17 |
| HSL | 254.12º | 0.49% | 0.66% | - |
| HSV(B) | 254.12º | 0.4% | 0.83% | - |
| XYZ | 31.07 | 25.74 | 64.96 | - |
| YUV | 141.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 211 | 0.31 | 0.40 | 0 | 0.17 | 254.12 | 0.49 | 0.66 |
| Hex | 92 | 7E | D3 | 1F | 28 | 0 | 11 | FE | 31 | 42 |
| Octal | 222 | 176 | 323 | 37 | 50 | 0 | 21 | 376 | 61 | 102 |
| Binary | 10010010 | 1111110 | 11010011 | 11111 | 101000 | 0 | 10001 | 11111110 | 110001 | 1000010 |
Color Harmonies of #927ED3
Complementary color
Monochromatic Colors of #927ED3
Black with #927ED3
Text Example
Text Example
White with #927ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ED3; }
p { color: rgb(146,126,211); }
H1.HeaderClassName
{
color: #927ED3;
}
.AnyTagClassName
{
color: #927ED3;
}
</style>
background-color css
<style>
a { background-color: #927ED3; }
a { background-color: rgb(146,126,211); }
div.DivClassName
{
background-color: #927ED3;
}
.BgClassName
{
background-color: #927ED3;
}
</style>
border-color css
<style>
span { border-color: #927ED3; }
span { border-color: rgb(146,126,211); }
td.TdClassName
{
border-color: #927ED3;
}
.TagClassName
{
border-color: #927ED3;
}
</style>