Shades of Medium Purple #927DDF
Tints of Medium Purple #927DDF
RGB
CMYK
RGB Variations
Color information
#927DDF (or 0x927DDF) is known color: Medium Purple. HEX triplet: 92, 7D and DF. RGB value is (146,125,223). Sum of RGB (Red+Green+Blue) = 146+125+223=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #927DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DDF is #6D8220. Grayscale: #8E8E8E. Windows color (decimal): -7176737 or 14646674. OLE color: 14646674.
HSL color Cylindrical-coordinate representation of color #927DDF: hue angle of 252.86º degrees, saturation: 0.6, 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 #927DDF is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 125 | 223 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.13 |
| HSL | 252.86º | 0.6% | 0.68% | - |
| HSV(B) | 252.86º | 0.44% | 0.87% | - |
| XYZ | 32.51 | 26.11 | 73.14 | - |
| YUV | 142.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 223 | 0.35 | 0.44 | 0 | 0.13 | 252.86 | 0.6 | 0.68 |
| Hex | 92 | 7D | DF | 23 | 2C | 0 | D | FD | 3C | 44 |
| Octal | 222 | 175 | 337 | 43 | 54 | 0 | 15 | 375 | 74 | 104 |
| Binary | 10010010 | 1111101 | 11011111 | 100011 | 101100 | 0 | 1101 | 11111101 | 111100 | 1000100 |
Color Harmonies of #927DDF
Complementary color
Monochromatic Colors of #927DDF
Black with #927DDF
Text Example
Text Example
White with #927DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DDF; }
p { color: rgb(146,125,223); }
H1.HeaderClassName
{
color: #927DDF;
}
.AnyTagClassName
{
color: #927DDF;
}
</style>
background-color css
<style>
a { background-color: #927DDF; }
a { background-color: rgb(146,125,223); }
div.DivClassName
{
background-color: #927DDF;
}
.BgClassName
{
background-color: #927DDF;
}
</style>
border-color css
<style>
span { border-color: #927DDF; }
span { border-color: rgb(146,125,223); }
td.TdClassName
{
border-color: #927DDF;
}
.TagClassName
{
border-color: #927DDF;
}
</style>