Shades of Medium Purple #925EDD
Tints of Medium Purple #925EDD
RGB
CMYK
RGB Variations
Color information
#925EDD (or 0x925EDD) is known color: Medium Purple. HEX triplet: 92, 5E and DD. RGB value is (146,94,221). Sum of RGB (Red+Green+Blue) = 146+94+221=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #925EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925EDD is #6DA122. Grayscale: #7B7B7B. Windows color (decimal): -7184675 or 14507666. OLE color: 14507666.
HSL color Cylindrical-coordinate representation of color #925EDD: hue angle of 264.57º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925EDD is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 94 | 221 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.13 |
| HSL | 264.57º | 0.65% | 0.62% | - |
| HSV(B) | 264.57º | 0.57% | 0.87% | - |
| XYZ | 28.91 | 19.34 | 70.62 | - |
| YUV | 124.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 94 | 221 | 0.34 | 0.57 | 0 | 0.13 | 264.57 | 0.65 | 0.62 |
| Hex | 92 | 5E | DD | 22 | 39 | 0 | D | 109 | 41 | 3E |
| Octal | 222 | 136 | 335 | 42 | 71 | 0 | 15 | 411 | 101 | 76 |
| Binary | 10010010 | 1011110 | 11011101 | 100010 | 111001 | 0 | 1101 | 100001001 | 1000001 | 111110 |
Color Harmonies of #925EDD
Complementary color
Monochromatic Colors of #925EDD
Black with #925EDD
Text Example
Text Example
White with #925EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925EDD; }
p { color: rgb(146,94,221); }
H1.HeaderClassName
{
color: #925EDD;
}
.AnyTagClassName
{
color: #925EDD;
}
</style>
background-color css
<style>
a { background-color: #925EDD; }
a { background-color: rgb(146,94,221); }
div.DivClassName
{
background-color: #925EDD;
}
.BgClassName
{
background-color: #925EDD;
}
</style>
border-color css
<style>
span { border-color: #925EDD; }
span { border-color: rgb(146,94,221); }
td.TdClassName
{
border-color: #925EDD;
}
.TagClassName
{
border-color: #925EDD;
}
</style>