Shades of Amethyst Smoke #927F98
Tints of Amethyst Smoke #927F98
RGB
CMYK
RGB Variations
Color information
#927F98 (or 0x927F98) is known color: Amethyst Smoke. HEX triplet: 92, 7F and 98. RGB value is (146,127,152). Sum of RGB (Red+Green+Blue) = 146+127+152=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 152 - color contains mainly: blue. Hex color #927F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927F98 is #6D8067. Grayscale: #878787. Windows color (decimal): -7176296 or 9994130. OLE color: 9994130.
HSL color Cylindrical-coordinate representation of color #927F98: hue angle of 285.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927F98 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 127 | 152 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.40 |
| HSL | 285.6º | 0.11% | 0.55% | - |
| HSV(B) | 285.6º | 0.16% | 0.6% | - |
| XYZ | 25.11 | 23.56 | 32.93 | - |
| YUV | 135.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 152 | 0.04 | 0.16 | 0 | 0.40 | 285.6 | 0.11 | 0.55 |
| Hex | 92 | 7F | 98 | 4 | 10 | 0 | 28 | 11E | B | 37 |
| Octal | 222 | 177 | 230 | 4 | 20 | 0 | 50 | 436 | 13 | 67 |
| Binary | 10010010 | 1111111 | 10011000 | 100 | 10000 | 0 | 101000 | 100011110 | 1011 | 110111 |
Color Harmonies of #927F98
Complementary color
Monochromatic Colors of #927F98
Black with #927F98
Text Example
Text Example
White with #927F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F98; }
p { color: rgb(146,127,152); }
H1.HeaderClassName
{
color: #927F98;
}
.AnyTagClassName
{
color: #927F98;
}
</style>
background-color css
<style>
a { background-color: #927F98; }
a { background-color: rgb(146,127,152); }
div.DivClassName
{
background-color: #927F98;
}
.BgClassName
{
background-color: #927F98;
}
</style>
border-color css
<style>
span { border-color: #927F98; }
span { border-color: rgb(146,127,152); }
td.TdClassName
{
border-color: #927F98;
}
.TagClassName
{
border-color: #927F98;
}
</style>