Shades of Medium Purple #927FDD
Tints of Medium Purple #927FDD
RGB
CMYK
RGB Variations
Color information
#927FDD (or 0x927FDD) is known color: Medium Purple. HEX triplet: 92, 7F and DD. RGB value is (146,127,221). Sum of RGB (Red+Green+Blue) = 146+127+221=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #927FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FDD is #6D8022. Grayscale: #8F8F8F. Windows color (decimal): -7176227 or 14516114. OLE color: 14516114.
HSL color Cylindrical-coordinate representation of color #927FDD: hue angle of 252.13º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #927FDD is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 127 | 221 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.13 |
| HSL | 252.13º | 0.58% | 0.68% | - |
| HSV(B) | 252.13º | 0.43% | 0.87% | - |
| XYZ | 32.49 | 26.51 | 71.81 | - |
| YUV | 143.4 | 171.79 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 221 | 0.34 | 0.43 | 0 | 0.13 | 252.13 | 0.58 | 0.68 |
| Hex | 92 | 7F | DD | 22 | 2B | 0 | D | FC | 3A | 44 |
| Octal | 222 | 177 | 335 | 42 | 53 | 0 | 15 | 374 | 72 | 104 |
| Binary | 10010010 | 1111111 | 11011101 | 100010 | 101011 | 0 | 1101 | 11111100 | 111010 | 1000100 |
Color Harmonies of #927FDD
Complementary color
Monochromatic Colors of #927FDD
Black with #927FDD
Text Example
Text Example
White with #927FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FDD; }
p { color: rgb(146,127,221); }
H1.HeaderClassName
{
color: #927FDD;
}
.AnyTagClassName
{
color: #927FDD;
}
</style>
background-color css
<style>
a { background-color: #927FDD; }
a { background-color: rgb(146,127,221); }
div.DivClassName
{
background-color: #927FDD;
}
.BgClassName
{
background-color: #927FDD;
}
</style>
border-color css
<style>
span { border-color: #927FDD; }
span { border-color: rgb(146,127,221); }
td.TdClassName
{
border-color: #927FDD;
}
.TagClassName
{
border-color: #927FDD;
}
</style>