Shades of Medium Purple #927ADA
Tints of Medium Purple #927ADA
RGB
CMYK
RGB Variations
Color information
#927ADA (or 0x927ADA) is known color: Medium Purple. HEX triplet: 92, 7A and DA. RGB value is (146,122,218). Sum of RGB (Red+Green+Blue) = 146+122+218=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #927ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ADA is #6D8525. Grayscale: #8B8B8B. Windows color (decimal): -7177510 or 14318226. OLE color: 14318226.
HSL color Cylindrical-coordinate representation of color #927ADA: hue angle of 255º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927ADA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 122 | 218 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.15 |
| HSL | 255º | 0.56% | 0.67% | - |
| HSV(B) | 255º | 0.44% | 0.85% | - |
| XYZ | 31.47 | 25.09 | 69.51 | - |
| YUV | 140.12 | 171.95 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 218 | 0.33 | 0.44 | 0 | 0.15 | 255 | 0.56 | 0.67 |
| Hex | 92 | 7A | DA | 21 | 2C | 0 | F | FF | 38 | 43 |
| Octal | 222 | 172 | 332 | 41 | 54 | 0 | 17 | 377 | 70 | 103 |
| Binary | 10010010 | 1111010 | 11011010 | 100001 | 101100 | 0 | 1111 | 11111111 | 111000 | 1000011 |
Color Harmonies of #927ADA
Complementary color
Monochromatic Colors of #927ADA
Black with #927ADA
Text Example
Text Example
White with #927ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ADA; }
p { color: rgb(146,122,218); }
H1.HeaderClassName
{
color: #927ADA;
}
.AnyTagClassName
{
color: #927ADA;
}
</style>
background-color css
<style>
a { background-color: #927ADA; }
a { background-color: rgb(146,122,218); }
div.DivClassName
{
background-color: #927ADA;
}
.BgClassName
{
background-color: #927ADA;
}
</style>
border-color css
<style>
span { border-color: #927ADA; }
span { border-color: rgb(146,122,218); }
td.TdClassName
{
border-color: #927ADA;
}
.TagClassName
{
border-color: #927ADA;
}
</style>