Shades of Medium Purple #927EDB
Tints of Medium Purple #927EDB
RGB
CMYK
RGB Variations
Color information
#927EDB (or 0x927EDB) is known color: Medium Purple. HEX triplet: 92, 7E and DB. RGB value is (146,126,219). Sum of RGB (Red+Green+Blue) = 146+126+219=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #927EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EDB is #6D8124. Grayscale: #8E8E8E. Windows color (decimal): -7176485 or 14384786. OLE color: 14384786.
HSL color Cylindrical-coordinate representation of color #927EDB: hue angle of 252.9º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927EDB is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 126 | 219 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.14 |
| HSL | 252.9º | 0.56% | 0.68% | - |
| HSV(B) | 252.9º | 0.42% | 0.86% | - |
| XYZ | 32.1 | 26.15 | 70.37 | - |
| YUV | 142.58 | 171.13 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 219 | 0.33 | 0.42 | 0 | 0.14 | 252.9 | 0.56 | 0.68 |
| Hex | 92 | 7E | DB | 21 | 2A | 0 | E | FD | 38 | 44 |
| Octal | 222 | 176 | 333 | 41 | 52 | 0 | 16 | 375 | 70 | 104 |
| Binary | 10010010 | 1111110 | 11011011 | 100001 | 101010 | 0 | 1110 | 11111101 | 111000 | 1000100 |
Color Harmonies of #927EDB
Complementary color
Monochromatic Colors of #927EDB
Black with #927EDB
Text Example
Text Example
White with #927EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EDB; }
p { color: rgb(146,126,219); }
H1.HeaderClassName
{
color: #927EDB;
}
.AnyTagClassName
{
color: #927EDB;
}
</style>
background-color css
<style>
a { background-color: #927EDB; }
a { background-color: rgb(146,126,219); }
div.DivClassName
{
background-color: #927EDB;
}
.BgClassName
{
background-color: #927EDB;
}
</style>
border-color css
<style>
span { border-color: #927EDB; }
span { border-color: rgb(146,126,219); }
td.TdClassName
{
border-color: #927EDB;
}
.TagClassName
{
border-color: #927EDB;
}
</style>