Shades of Medium Purple #927DEB
Tints of Medium Purple #927DEB
RGB
CMYK
RGB Variations
Color information
#927DEB (or 0x927DEB) is known color: Medium Purple. HEX triplet: 92, 7D and EB. RGB value is (146,125,235). Sum of RGB (Red+Green+Blue) = 146+125+235=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #927DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DEB is #6D8214. Grayscale: #8F8F8F. Windows color (decimal): -7176725 or 15433106. OLE color: 15433106.
HSL color Cylindrical-coordinate representation of color #927DEB: hue angle of 251.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927DEB is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 125 | 235 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.08 |
| HSL | 251.45º | 0.73% | 0.71% | - |
| HSV(B) | 251.45º | 0.47% | 0.92% | - |
| XYZ | 34.18 | 26.78 | 81.96 | - |
| YUV | 143.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 235 | 0.38 | 0.47 | 0 | 0.08 | 251.45 | 0.73 | 0.71 |
| Hex | 92 | 7D | EB | 26 | 2F | 0 | 8 | FB | 49 | 47 |
| Octal | 222 | 175 | 353 | 46 | 57 | 0 | 10 | 373 | 111 | 107 |
| Binary | 10010010 | 1111101 | 11101011 | 100110 | 101111 | 0 | 1000 | 11111011 | 1001001 | 1000111 |
Color Harmonies of #927DEB
Complementary color
Monochromatic Colors of #927DEB
Black with #927DEB
Text Example
Text Example
White with #927DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DEB; }
p { color: rgb(146,125,235); }
H1.HeaderClassName
{
color: #927DEB;
}
.AnyTagClassName
{
color: #927DEB;
}
</style>
background-color css
<style>
a { background-color: #927DEB; }
a { background-color: rgb(146,125,235); }
div.DivClassName
{
background-color: #927DEB;
}
.BgClassName
{
background-color: #927DEB;
}
</style>
border-color css
<style>
span { border-color: #927DEB; }
span { border-color: rgb(146,125,235); }
td.TdClassName
{
border-color: #927DEB;
}
.TagClassName
{
border-color: #927DEB;
}
</style>