Shades of Amethyst Smoke #927F9C
Tints of Amethyst Smoke #927F9C
RGB
CMYK
RGB Variations
Color information
#927F9C (or 0x927F9C) is known color: Amethyst Smoke. HEX triplet: 92, 7F and 9C. RGB value is (146,127,156). Sum of RGB (Red+Green+Blue) = 146+127+156=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #927F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F9C is #6D8063. Grayscale: #878787. Windows color (decimal): -7176292 or 10256274. OLE color: 10256274.
HSL color Cylindrical-coordinate representation of color #927F9C: hue angle of 279.31º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #927F9C is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 127 | 156 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.39 |
| HSL | 279.31º | 0.13% | 0.55% | - |
| HSV(B) | 279.31º | 0.19% | 0.61% | - |
| XYZ | 25.44 | 23.69 | 34.68 | - |
| YUV | 135.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 156 | 0.06 | 0.19 | 0 | 0.39 | 279.31 | 0.13 | 0.55 |
| Hex | 92 | 7F | 9C | 6 | 13 | 0 | 27 | 117 | D | 37 |
| Octal | 222 | 177 | 234 | 6 | 23 | 0 | 47 | 427 | 15 | 67 |
| Binary | 10010010 | 1111111 | 10011100 | 110 | 10011 | 0 | 100111 | 100010111 | 1101 | 110111 |
Color Harmonies of #927F9C
Complementary color
Monochromatic Colors of #927F9C
Black with #927F9C
Text Example
Text Example
White with #927F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F9C; }
p { color: rgb(146,127,156); }
H1.HeaderClassName
{
color: #927F9C;
}
.AnyTagClassName
{
color: #927F9C;
}
</style>
background-color css
<style>
a { background-color: #927F9C; }
a { background-color: rgb(146,127,156); }
div.DivClassName
{
background-color: #927F9C;
}
.BgClassName
{
background-color: #927F9C;
}
</style>
border-color css
<style>
span { border-color: #927F9C; }
span { border-color: rgb(146,127,156); }
td.TdClassName
{
border-color: #927F9C;
}
.TagClassName
{
border-color: #927F9C;
}
</style>