Shades of Medium Purple #927ADF
Tints of Medium Purple #927ADF
RGB
CMYK
RGB Variations
Color information
#927ADF (or 0x927ADF) is known color: Medium Purple. HEX triplet: 92, 7A and DF. RGB value is (146,122,223). Sum of RGB (Red+Green+Blue) = 146+122+223=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #927ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ADF is #6D8520. Grayscale: #8C8C8C. Windows color (decimal): -7177505 or 14645906. OLE color: 14645906.
HSL color Cylindrical-coordinate representation of color #927ADF: hue angle of 254.26º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #927ADF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 122 | 223 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.13 |
| HSL | 254.26º | 0.61% | 0.68% | - |
| HSV(B) | 254.26º | 0.45% | 0.87% | - |
| XYZ | 32.13 | 25.36 | 73.01 | - |
| YUV | 140.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 223 | 0.35 | 0.45 | 0 | 0.13 | 254.26 | 0.61 | 0.68 |
| Hex | 92 | 7A | DF | 23 | 2D | 0 | D | FE | 3D | 44 |
| Octal | 222 | 172 | 337 | 43 | 55 | 0 | 15 | 376 | 75 | 104 |
| Binary | 10010010 | 1111010 | 11011111 | 100011 | 101101 | 0 | 1101 | 11111110 | 111101 | 1000100 |
Color Harmonies of #927ADF
Complementary color
Monochromatic Colors of #927ADF
Black with #927ADF
Text Example
Text Example
White with #927ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ADF; }
p { color: rgb(146,122,223); }
H1.HeaderClassName
{
color: #927ADF;
}
.AnyTagClassName
{
color: #927ADF;
}
</style>
background-color css
<style>
a { background-color: #927ADF; }
a { background-color: rgb(146,122,223); }
div.DivClassName
{
background-color: #927ADF;
}
.BgClassName
{
background-color: #927ADF;
}
</style>
border-color css
<style>
span { border-color: #927ADF; }
span { border-color: rgb(146,122,223); }
td.TdClassName
{
border-color: #927ADF;
}
.TagClassName
{
border-color: #927ADF;
}
</style>