Shades of Medium Purple #927DE0
Tints of Medium Purple #927DE0
RGB
CMYK
RGB Variations
Color information
#927DE0 (or 0x927DE0) is known color: Medium Purple. HEX triplet: 92, 7D and E0. RGB value is (146,125,224). Sum of RGB (Red+Green+Blue) = 146+125+224=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #927DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DE0 is #6D821F. Grayscale: #8E8E8E. Windows color (decimal): -7176736 or 14712210. OLE color: 14712210.
HSL color Cylindrical-coordinate representation of color #927DE0: hue angle of 252.73º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927DE0 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 125 | 224 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.12 |
| HSL | 252.73º | 0.61% | 0.68% | - |
| HSV(B) | 252.73º | 0.44% | 0.88% | - |
| XYZ | 32.64 | 26.16 | 73.85 | - |
| YUV | 142.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 224 | 0.35 | 0.44 | 0 | 0.12 | 252.73 | 0.61 | 0.68 |
| Hex | 92 | 7D | E0 | 23 | 2C | 0 | C | FD | 3D | 44 |
| Octal | 222 | 175 | 340 | 43 | 54 | 0 | 14 | 375 | 75 | 104 |
| Binary | 10010010 | 1111101 | 11100000 | 100011 | 101100 | 0 | 1100 | 11111101 | 111101 | 1000100 |
Color Harmonies of #927DE0
Complementary color
Monochromatic Colors of #927DE0
Black with #927DE0
Text Example
Text Example
White with #927DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DE0; }
p { color: rgb(146,125,224); }
H1.HeaderClassName
{
color: #927DE0;
}
.AnyTagClassName
{
color: #927DE0;
}
</style>
background-color css
<style>
a { background-color: #927DE0; }
a { background-color: rgb(146,125,224); }
div.DivClassName
{
background-color: #927DE0;
}
.BgClassName
{
background-color: #927DE0;
}
</style>
border-color css
<style>
span { border-color: #927DE0; }
span { border-color: rgb(146,125,224); }
td.TdClassName
{
border-color: #927DE0;
}
.TagClassName
{
border-color: #927DE0;
}
</style>