Shades of Medium Purple #927BED
Tints of Medium Purple #927BED
RGB
CMYK
RGB Variations
Color information
#927BED (or 0x927BED) is known color: Medium Purple. HEX triplet: 92, 7B and ED. RGB value is (146,123,237). Sum of RGB (Red+Green+Blue) = 146+123+237=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #927BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927BED is #6D8412. Grayscale: #8E8E8E. Windows color (decimal): -7177235 or 15563666. OLE color: 15563666.
HSL color Cylindrical-coordinate representation of color #927BED: hue angle of 252.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #927BED is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 123 | 237 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.07 |
| HSL | 252.11º | 0.76% | 0.71% | - |
| HSV(B) | 252.11º | 0.48% | 0.93% | - |
| XYZ | 34.22 | 26.39 | 83.41 | - |
| YUV | 142.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 237 | 0.38 | 0.48 | 0 | 0.07 | 252.11 | 0.76 | 0.71 |
| Hex | 92 | 7B | ED | 26 | 30 | 0 | 7 | FC | 4C | 47 |
| Octal | 222 | 173 | 355 | 46 | 60 | 0 | 7 | 374 | 114 | 107 |
| Binary | 10010010 | 1111011 | 11101101 | 100110 | 110000 | 0 | 111 | 11111100 | 1001100 | 1000111 |
Color Harmonies of #927BED
Complementary color
Monochromatic Colors of #927BED
Black with #927BED
Text Example
Text Example
White with #927BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927BED; }
p { color: rgb(146,123,237); }
H1.HeaderClassName
{
color: #927BED;
}
.AnyTagClassName
{
color: #927BED;
}
</style>
background-color css
<style>
a { background-color: #927BED; }
a { background-color: rgb(146,123,237); }
div.DivClassName
{
background-color: #927BED;
}
.BgClassName
{
background-color: #927BED;
}
</style>
border-color css
<style>
span { border-color: #927BED; }
span { border-color: rgb(146,123,237); }
td.TdClassName
{
border-color: #927BED;
}
.TagClassName
{
border-color: #927BED;
}
</style>