Shades of Medium Purple #927DDB
Tints of Medium Purple #927DDB
RGB
CMYK
RGB Variations
Color information
#927DDB (or 0x927DDB) is known color: Medium Purple. HEX triplet: 92, 7D and DB. RGB value is (146,125,219). Sum of RGB (Red+Green+Blue) = 146+125+219=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #927DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DDB is #6D8224. Grayscale: #8D8D8D. Windows color (decimal): -7176741 or 14384530. OLE color: 14384530.
HSL color Cylindrical-coordinate representation of color #927DDB: hue angle of 253.4º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #927DDB is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 125 | 219 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.14 |
| HSL | 253.4º | 0.57% | 0.67% | - |
| HSV(B) | 253.4º | 0.43% | 0.86% | - |
| XYZ | 31.97 | 25.89 | 70.33 | - |
| YUV | 142 | 171.46 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 219 | 0.33 | 0.43 | 0 | 0.14 | 253.4 | 0.57 | 0.67 |
| Hex | 92 | 7D | DB | 21 | 2B | 0 | E | FD | 39 | 43 |
| Octal | 222 | 175 | 333 | 41 | 53 | 0 | 16 | 375 | 71 | 103 |
| Binary | 10010010 | 1111101 | 11011011 | 100001 | 101011 | 0 | 1110 | 11111101 | 111001 | 1000011 |
Color Harmonies of #927DDB
Complementary color
Monochromatic Colors of #927DDB
Black with #927DDB
Text Example
Text Example
White with #927DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DDB; }
p { color: rgb(146,125,219); }
H1.HeaderClassName
{
color: #927DDB;
}
.AnyTagClassName
{
color: #927DDB;
}
</style>
background-color css
<style>
a { background-color: #927DDB; }
a { background-color: rgb(146,125,219); }
div.DivClassName
{
background-color: #927DDB;
}
.BgClassName
{
background-color: #927DDB;
}
</style>
border-color css
<style>
span { border-color: #927DDB; }
span { border-color: rgb(146,125,219); }
td.TdClassName
{
border-color: #927DDB;
}
.TagClassName
{
border-color: #927DDB;
}
</style>