Shades of Amethyst Smoke #937F99
Tints of Amethyst Smoke #937F99
RGB
CMYK
RGB Variations
Color information
#937F99 (or 0x937F99) is known color: Amethyst Smoke. HEX triplet: 93, 7F and 99. RGB value is (147,127,153). Sum of RGB (Red+Green+Blue) = 147+127+153=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #937F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F99 is #6C8066. Grayscale: #878787. Windows color (decimal): -7110759 or 10059667. OLE color: 10059667.
HSL color Cylindrical-coordinate representation of color #937F99: hue angle of 286.15º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937F99 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 127 | 153 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.4 |
| HSL | 286.15º | 0.11% | 0.55% | - |
| HSV(B) | 286.15º | 0.17% | 0.6% | - |
| XYZ | 25.37 | 23.68 | 33.37 | - |
| YUV | 135.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 153 | 0.04 | 0.17 | 0 | 0.4 | 286.15 | 0.11 | 0.55 |
| Hex | 93 | 7F | 99 | 4 | 11 | 0 | 28 | 11E | B | 37 |
| Octal | 223 | 177 | 231 | 4 | 21 | 0 | 50 | 436 | 13 | 67 |
| Binary | 10010011 | 1111111 | 10011001 | 100 | 10001 | 0 | 101000 | 100011110 | 1011 | 110111 |
Color Harmonies of #937F99
Complementary color
Monochromatic Colors of #937F99
Black with #937F99
Text Example
Text Example
White with #937F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F99; }
p { color: rgb(147,127,153); }
H1.HeaderClassName
{
color: #937F99;
}
.AnyTagClassName
{
color: #937F99;
}
</style>
background-color css
<style>
a { background-color: #937F99; }
a { background-color: rgb(147,127,153); }
div.DivClassName
{
background-color: #937F99;
}
.BgClassName
{
background-color: #937F99;
}
</style>
border-color css
<style>
span { border-color: #937F99; }
span { border-color: rgb(147,127,153); }
td.TdClassName
{
border-color: #937F99;
}
.TagClassName
{
border-color: #937F99;
}
</style>