Shades of Medium Purple #927CDF
Tints of Medium Purple #927CDF
RGB
CMYK
RGB Variations
Color information
#927CDF (or 0x927CDF) is known color: Medium Purple. HEX triplet: 92, 7C and DF. RGB value is (146,124,223). Sum of RGB (Red+Green+Blue) = 146+124+223=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #927CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CDF is #6D8320. Grayscale: #8D8D8D. Windows color (decimal): -7176993 or 14646418. OLE color: 14646418.
HSL color Cylindrical-coordinate representation of color #927CDF: hue angle of 253.33º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927CDF is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 124 | 223 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.13 |
| HSL | 253.33º | 0.61% | 0.68% | - |
| HSV(B) | 253.33º | 0.44% | 0.87% | - |
| XYZ | 32.38 | 25.85 | 73.1 | - |
| YUV | 141.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 223 | 0.35 | 0.44 | 0 | 0.13 | 253.33 | 0.61 | 0.68 |
| Hex | 92 | 7C | DF | 23 | 2C | 0 | D | FD | 3D | 44 |
| Octal | 222 | 174 | 337 | 43 | 54 | 0 | 15 | 375 | 75 | 104 |
| Binary | 10010010 | 1111100 | 11011111 | 100011 | 101100 | 0 | 1101 | 11111101 | 111101 | 1000100 |
Color Harmonies of #927CDF
Complementary color
Monochromatic Colors of #927CDF
Black with #927CDF
Text Example
Text Example
White with #927CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CDF; }
p { color: rgb(146,124,223); }
H1.HeaderClassName
{
color: #927CDF;
}
.AnyTagClassName
{
color: #927CDF;
}
</style>
background-color css
<style>
a { background-color: #927CDF; }
a { background-color: rgb(146,124,223); }
div.DivClassName
{
background-color: #927CDF;
}
.BgClassName
{
background-color: #927CDF;
}
</style>
border-color css
<style>
span { border-color: #927CDF; }
span { border-color: rgb(146,124,223); }
td.TdClassName
{
border-color: #927CDF;
}
.TagClassName
{
border-color: #927CDF;
}
</style>