Shades of Amethyst Smoke #927B93
Tints of Amethyst Smoke #927B93
RGB
CMYK
RGB Variations
Color information
#927B93 (or 0x927B93) is known color: Amethyst Smoke. HEX triplet: 92, 7B and 93. RGB value is (146,123,147). Sum of RGB (Red+Green+Blue) = 146+123+147=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #927B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927B93 is #6D846C. Grayscale: #848484. Windows color (decimal): -7177325 or 9665426. OLE color: 9665426.
HSL color Cylindrical-coordinate representation of color #927B93: hue angle of 297.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927B93 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 123 | 147 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.42 |
| HSL | 297.5º | 0.1% | 0.53% | - |
| HSV(B) | 297.5º | 0.16% | 0.58% | - |
| XYZ | 24.2 | 22.38 | 30.65 | - |
| YUV | 132.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 147 | 0.01 | 0.16 | 0 | 0.42 | 297.5 | 0.1 | 0.53 |
| Hex | 92 | 7B | 93 | 1 | 10 | 0 | 2A | 12A | A | 35 |
| Octal | 222 | 173 | 223 | 1 | 20 | 0 | 52 | 452 | 12 | 65 |
| Binary | 10010010 | 1111011 | 10010011 | 1 | 10000 | 0 | 101010 | 100101010 | 1010 | 110101 |
Color Harmonies of #927B93
Complementary color
Monochromatic Colors of #927B93
Black with #927B93
Text Example
Text Example
White with #927B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B93; }
p { color: rgb(146,123,147); }
H1.HeaderClassName
{
color: #927B93;
}
.AnyTagClassName
{
color: #927B93;
}
</style>
background-color css
<style>
a { background-color: #927B93; }
a { background-color: rgb(146,123,147); }
div.DivClassName
{
background-color: #927B93;
}
.BgClassName
{
background-color: #927B93;
}
</style>
border-color css
<style>
span { border-color: #927B93; }
span { border-color: rgb(146,123,147); }
td.TdClassName
{
border-color: #927B93;
}
.TagClassName
{
border-color: #927B93;
}
</style>