Shades of Medium Purple #927DD8
Tints of Medium Purple #927DD8
RGB
CMYK
RGB Variations
Color information
#927DD8 (or 0x927DD8) is known color: Medium Purple. HEX triplet: 92, 7D and D8. RGB value is (146,125,216). Sum of RGB (Red+Green+Blue) = 146+125+216=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #927DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DD8 is #6D8227. Grayscale: #8D8D8D. Windows color (decimal): -7176744 or 14187922. OLE color: 14187922.
HSL color Cylindrical-coordinate representation of color #927DD8: hue angle of 253.85º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927DD8 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 125 | 216 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.15 |
| HSL | 253.85º | 0.54% | 0.67% | - |
| HSV(B) | 253.85º | 0.42% | 0.85% | - |
| XYZ | 31.58 | 25.74 | 68.27 | - |
| YUV | 141.65 | 169.96 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 216 | 0.32 | 0.42 | 0 | 0.15 | 253.85 | 0.54 | 0.67 |
| Hex | 92 | 7D | D8 | 20 | 2A | 0 | F | FE | 36 | 43 |
| Octal | 222 | 175 | 330 | 40 | 52 | 0 | 17 | 376 | 66 | 103 |
| Binary | 10010010 | 1111101 | 11011000 | 100000 | 101010 | 0 | 1111 | 11111110 | 110110 | 1000011 |
Color Harmonies of #927DD8
Complementary color
Monochromatic Colors of #927DD8
Black with #927DD8
Text Example
Text Example
White with #927DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DD8; }
p { color: rgb(146,125,216); }
H1.HeaderClassName
{
color: #927DD8;
}
.AnyTagClassName
{
color: #927DD8;
}
</style>
background-color css
<style>
a { background-color: #927DD8; }
a { background-color: rgb(146,125,216); }
div.DivClassName
{
background-color: #927DD8;
}
.BgClassName
{
background-color: #927DD8;
}
</style>
border-color css
<style>
span { border-color: #927DD8; }
span { border-color: rgb(146,125,216); }
td.TdClassName
{
border-color: #927DD8;
}
.TagClassName
{
border-color: #927DD8;
}
</style>