Shades of Medium Purple #927BDF
Tints of Medium Purple #927BDF
RGB
CMYK
RGB Variations
Color information
#927BDF (or 0x927BDF) is known color: Medium Purple. HEX triplet: 92, 7B and DF. RGB value is (146,123,223). Sum of RGB (Red+Green+Blue) = 146+123+223=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #927BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927BDF is #6D8420. Grayscale: #8C8C8C. Windows color (decimal): -7177249 or 14646162. OLE color: 14646162.
HSL color Cylindrical-coordinate representation of color #927BDF: hue angle of 253.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #927BDF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 123 | 223 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.13 |
| HSL | 253.8º | 0.61% | 0.68% | - |
| HSV(B) | 253.8º | 0.45% | 0.87% | - |
| XYZ | 32.26 | 25.6 | 73.05 | - |
| YUV | 141.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 223 | 0.35 | 0.45 | 0 | 0.13 | 253.8 | 0.61 | 0.68 |
| Hex | 92 | 7B | DF | 23 | 2D | 0 | D | FE | 3D | 44 |
| Octal | 222 | 173 | 337 | 43 | 55 | 0 | 15 | 376 | 75 | 104 |
| Binary | 10010010 | 1111011 | 11011111 | 100011 | 101101 | 0 | 1101 | 11111110 | 111101 | 1000100 |
Color Harmonies of #927BDF
Complementary color
Monochromatic Colors of #927BDF
Black with #927BDF
Text Example
Text Example
White with #927BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927BDF; }
p { color: rgb(146,123,223); }
H1.HeaderClassName
{
color: #927BDF;
}
.AnyTagClassName
{
color: #927BDF;
}
</style>
background-color css
<style>
a { background-color: #927BDF; }
a { background-color: rgb(146,123,223); }
div.DivClassName
{
background-color: #927BDF;
}
.BgClassName
{
background-color: #927BDF;
}
</style>
border-color css
<style>
span { border-color: #927BDF; }
span { border-color: rgb(146,123,223); }
td.TdClassName
{
border-color: #927BDF;
}
.TagClassName
{
border-color: #927BDF;
}
</style>