Shades of Amethyst Smoke #927CA0
Tints of Amethyst Smoke #927CA0
RGB
CMYK
RGB Variations
Color information
#927CA0 (or 0x927CA0) is known color: Amethyst Smoke. HEX triplet: 92, 7C and A0. RGB value is (146,124,160). Sum of RGB (Red+Green+Blue) = 146+124+160=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 160 - color contains mainly: blue. Hex color #927CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927CA0 is #6D835F. Grayscale: #868686. Windows color (decimal): -7177056 or 10517650. OLE color: 10517650.
HSL color Cylindrical-coordinate representation of color #927CA0: hue angle of 276.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #927CA0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 124 | 160 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.37 |
| HSL | 276.67º | 0.16% | 0.56% | - |
| HSV(B) | 276.67º | 0.23% | 0.63% | - |
| XYZ | 25.41 | 23.06 | 36.37 | - |
| YUV | 134.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 160 | 0.09 | 0.22 | 0 | 0.37 | 276.67 | 0.16 | 0.56 |
| Hex | 92 | 7C | A0 | 9 | 16 | 0 | 25 | 115 | 10 | 38 |
| Octal | 222 | 174 | 240 | 11 | 26 | 0 | 45 | 425 | 20 | 70 |
| Binary | 10010010 | 1111100 | 10100000 | 1001 | 10110 | 0 | 100101 | 100010101 | 10000 | 111000 |
Color Harmonies of #927CA0
Complementary color
Monochromatic Colors of #927CA0
Black with #927CA0
Text Example
Text Example
White with #927CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CA0; }
p { color: rgb(146,124,160); }
H1.HeaderClassName
{
color: #927CA0;
}
.AnyTagClassName
{
color: #927CA0;
}
</style>
background-color css
<style>
a { background-color: #927CA0; }
a { background-color: rgb(146,124,160); }
div.DivClassName
{
background-color: #927CA0;
}
.BgClassName
{
background-color: #927CA0;
}
</style>
border-color css
<style>
span { border-color: #927CA0; }
span { border-color: rgb(146,124,160); }
td.TdClassName
{
border-color: #927CA0;
}
.TagClassName
{
border-color: #927CA0;
}
</style>