Shades of Medium Purple #927ADE
Tints of Medium Purple #927ADE
RGB
CMYK
RGB Variations
Color information
#927ADE (or 0x927ADE) is known color: Medium Purple. HEX triplet: 92, 7A and DE. RGB value is (146,122,222). Sum of RGB (Red+Green+Blue) = 146+122+222=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #927ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ADE is #6D8521. Grayscale: #8C8C8C. Windows color (decimal): -7177506 or 14580370. OLE color: 14580370.
HSL color Cylindrical-coordinate representation of color #927ADE: hue angle of 254.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #927ADE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 122 | 222 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.13 |
| HSL | 254.4º | 0.6% | 0.67% | - |
| HSV(B) | 254.4º | 0.45% | 0.87% | - |
| XYZ | 32 | 25.3 | 72.3 | - |
| YUV | 140.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 222 | 0.34 | 0.45 | 0 | 0.13 | 254.4 | 0.6 | 0.67 |
| Hex | 92 | 7A | DE | 22 | 2D | 0 | D | FE | 3C | 43 |
| Octal | 222 | 172 | 336 | 42 | 55 | 0 | 15 | 376 | 74 | 103 |
| Binary | 10010010 | 1111010 | 11011110 | 100010 | 101101 | 0 | 1101 | 11111110 | 111100 | 1000011 |
Color Harmonies of #927ADE
Complementary color
Monochromatic Colors of #927ADE
Black with #927ADE
Text Example
Text Example
White with #927ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ADE; }
p { color: rgb(146,122,222); }
H1.HeaderClassName
{
color: #927ADE;
}
.AnyTagClassName
{
color: #927ADE;
}
</style>
background-color css
<style>
a { background-color: #927ADE; }
a { background-color: rgb(146,122,222); }
div.DivClassName
{
background-color: #927ADE;
}
.BgClassName
{
background-color: #927ADE;
}
</style>
border-color css
<style>
span { border-color: #927ADE; }
span { border-color: rgb(146,122,222); }
td.TdClassName
{
border-color: #927ADE;
}
.TagClassName
{
border-color: #927ADE;
}
</style>