Shades of Amethyst Smoke #937B9B
Tints of Amethyst Smoke #937B9B
RGB
CMYK
RGB Variations
Color information
#937B9B (or 0x937B9B) is known color: Amethyst Smoke. HEX triplet: 93, 7B and 9B. RGB value is (147,123,155). Sum of RGB (Red+Green+Blue) = 147+123+155=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #937B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937B9B is #6C8464. Grayscale: #858585. Windows color (decimal): -7111781 or 10189715. OLE color: 10189715.
HSL color Cylindrical-coordinate representation of color #937B9B: hue angle of 285º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #937B9B is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 123 | 155 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.39 |
| HSL | 285º | 0.14% | 0.55% | - |
| HSV(B) | 285º | 0.21% | 0.61% | - |
| XYZ | 25.03 | 22.74 | 34.08 | - |
| YUV | 133.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 155 | 0.05 | 0.21 | 0 | 0.39 | 285 | 0.14 | 0.55 |
| Hex | 93 | 7B | 9B | 5 | 15 | 0 | 27 | 11D | E | 37 |
| Octal | 223 | 173 | 233 | 5 | 25 | 0 | 47 | 435 | 16 | 67 |
| Binary | 10010011 | 1111011 | 10011011 | 101 | 10101 | 0 | 100111 | 100011101 | 1110 | 110111 |
Color Harmonies of #937B9B
Complementary color
Monochromatic Colors of #937B9B
Black with #937B9B
Text Example
Text Example
White with #937B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B9B; }
p { color: rgb(147,123,155); }
H1.HeaderClassName
{
color: #937B9B;
}
.AnyTagClassName
{
color: #937B9B;
}
</style>
background-color css
<style>
a { background-color: #937B9B; }
a { background-color: rgb(147,123,155); }
div.DivClassName
{
background-color: #937B9B;
}
.BgClassName
{
background-color: #937B9B;
}
</style>
border-color css
<style>
span { border-color: #937B9B; }
span { border-color: rgb(147,123,155); }
td.TdClassName
{
border-color: #937B9B;
}
.TagClassName
{
border-color: #937B9B;
}
</style>