Shades of Amethyst Smoke #927899
Tints of Amethyst Smoke #927899
RGB
CMYK
RGB Variations
Color information
#927899 (or 0x927899) is known color: Amethyst Smoke. HEX triplet: 92, 78 and 99. RGB value is (146,120,153). Sum of RGB (Red+Green+Blue) = 146+120+153=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #927899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927899 is #6D8766. Grayscale: #838383. Windows color (decimal): -7178087 or 10057874. OLE color: 10057874.
HSL color Cylindrical-coordinate representation of color #927899: hue angle of 287.27º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927899 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 120 | 153 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.4 |
| HSL | 287.27º | 0.14% | 0.54% | - |
| HSV(B) | 287.27º | 0.22% | 0.6% | - |
| XYZ | 24.32 | 21.84 | 33.07 | - |
| YUV | 131.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 153 | 0.05 | 0.22 | 0 | 0.4 | 287.27 | 0.14 | 0.54 |
| Hex | 92 | 78 | 99 | 5 | 16 | 0 | 28 | 11F | E | 36 |
| Octal | 222 | 170 | 231 | 5 | 26 | 0 | 50 | 437 | 16 | 66 |
| Binary | 10010010 | 1111000 | 10011001 | 101 | 10110 | 0 | 101000 | 100011111 | 1110 | 110110 |
Color Harmonies of #927899
Complementary color
Monochromatic Colors of #927899
Black with #927899
Text Example
Text Example
White with #927899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927899; }
p { color: rgb(146,120,153); }
H1.HeaderClassName
{
color: #927899;
}
.AnyTagClassName
{
color: #927899;
}
</style>
background-color css
<style>
a { background-color: #927899; }
a { background-color: rgb(146,120,153); }
div.DivClassName
{
background-color: #927899;
}
.BgClassName
{
background-color: #927899;
}
</style>
border-color css
<style>
span { border-color: #927899; }
span { border-color: rgb(146,120,153); }
td.TdClassName
{
border-color: #927899;
}
.TagClassName
{
border-color: #927899;
}
</style>