Shades of Amethyst Smoke #948F9B
Tints of Amethyst Smoke #948F9B
RGB
CMYK
RGB Variations
Color information
#948F9B (or 0x948F9B) is known color: Amethyst Smoke. HEX triplet: 94, 8F and 9B. RGB value is (148,143,155). Sum of RGB (Red+Green+Blue) = 148+143+155=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 155 - color contains mainly: blue. Hex color #948F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F9B is #6B7064. Grayscale: #919191. Windows color (decimal): -7041125 or 10194836. OLE color: 10194836.
HSL color Cylindrical-coordinate representation of color #948F9B: hue angle of 265º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #948F9B is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 143 | 155 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.39 |
| HSL | 265º | 0.06% | 0.58% | - |
| HSV(B) | 265º | 0.08% | 0.61% | - |
| XYZ | 27.95 | 28.31 | 35 | - |
| YUV | 145.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 155 | 0.05 | 0.08 | 0 | 0.39 | 265 | 0.06 | 0.58 |
| Hex | 94 | 8F | 9B | 5 | 8 | 0 | 27 | 109 | 6 | 3A |
| Octal | 224 | 217 | 233 | 5 | 10 | 0 | 47 | 411 | 6 | 72 |
| Binary | 10010100 | 10001111 | 10011011 | 101 | 1000 | 0 | 100111 | 100001001 | 110 | 111010 |
Color Harmonies of #948F9B
Complementary color
Monochromatic Colors of #948F9B
Black with #948F9B
Text Example
Text Example
White with #948F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F9B; }
p { color: rgb(148,143,155); }
H1.HeaderClassName
{
color: #948F9B;
}
.AnyTagClassName
{
color: #948F9B;
}
</style>
background-color css
<style>
a { background-color: #948F9B; }
a { background-color: rgb(148,143,155); }
div.DivClassName
{
background-color: #948F9B;
}
.BgClassName
{
background-color: #948F9B;
}
</style>
border-color css
<style>
span { border-color: #948F9B; }
span { border-color: rgb(148,143,155); }
td.TdClassName
{
border-color: #948F9B;
}
.TagClassName
{
border-color: #948F9B;
}
</style>