Shades of Medium Purple #927DD5
Tints of Medium Purple #927DD5
RGB
CMYK
RGB Variations
Color information
#927DD5 (or 0x927DD5) is known color: Medium Purple. HEX triplet: 92, 7D and D5. RGB value is (146,125,213). Sum of RGB (Red+Green+Blue) = 146+125+213=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #927DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DD5 is #6D822A. Grayscale: #8C8C8C. Windows color (decimal): -7176747 or 13991314. OLE color: 13991314.
HSL color Cylindrical-coordinate representation of color #927DD5: hue angle of 254.32º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #927DD5 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 125 | 213 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.16 |
| HSL | 254.32º | 0.51% | 0.66% | - |
| HSV(B) | 254.32º | 0.41% | 0.84% | - |
| XYZ | 31.2 | 25.58 | 66.24 | - |
| YUV | 141.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 213 | 0.31 | 0.41 | 0 | 0.16 | 254.32 | 0.51 | 0.66 |
| Hex | 92 | 7D | D5 | 1F | 29 | 0 | 10 | FE | 33 | 42 |
| Octal | 222 | 175 | 325 | 37 | 51 | 0 | 20 | 376 | 63 | 102 |
| Binary | 10010010 | 1111101 | 11010101 | 11111 | 101001 | 0 | 10000 | 11111110 | 110011 | 1000010 |
Color Harmonies of #927DD5
Complementary color
Monochromatic Colors of #927DD5
Black with #927DD5
Text Example
Text Example
White with #927DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DD5; }
p { color: rgb(146,125,213); }
H1.HeaderClassName
{
color: #927DD5;
}
.AnyTagClassName
{
color: #927DD5;
}
</style>
background-color css
<style>
a { background-color: #927DD5; }
a { background-color: rgb(146,125,213); }
div.DivClassName
{
background-color: #927DD5;
}
.BgClassName
{
background-color: #927DD5;
}
</style>
border-color css
<style>
span { border-color: #927DD5; }
span { border-color: rgb(146,125,213); }
td.TdClassName
{
border-color: #927DD5;
}
.TagClassName
{
border-color: #927DD5;
}
</style>