Shades of Amethyst Smoke #98859B
Tints of Amethyst Smoke #98859B
RGB
CMYK
RGB Variations
Color information
#98859B (or 0x98859B) is known color: Amethyst Smoke. HEX triplet: 98, 85 and 9B. RGB value is (152,133,155). Sum of RGB (Red+Green+Blue) = 152+133+155=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #98859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98859B is #677A64. Grayscale: #8D8D8D. Windows color (decimal): -6781541 or 10192280. OLE color: 10192280.
HSL color Cylindrical-coordinate representation of color #98859B: hue angle of 291.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98859B is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 133 | 155 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.39 |
| HSL | 291.82º | 0.1% | 0.56% | - |
| HSV(B) | 291.82º | 0.14% | 0.61% | - |
| XYZ | 27.25 | 25.82 | 34.56 | - |
| YUV | 141.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 155 | 0.02 | 0.14 | 0 | 0.39 | 291.82 | 0.1 | 0.56 |
| Hex | 98 | 85 | 9B | 2 | E | 0 | 27 | 124 | A | 38 |
| Octal | 230 | 205 | 233 | 2 | 16 | 0 | 47 | 444 | 12 | 70 |
| Binary | 10011000 | 10000101 | 10011011 | 10 | 1110 | 0 | 100111 | 100100100 | 1010 | 111000 |
Color Harmonies of #98859B
Complementary color
Monochromatic Colors of #98859B
Black with #98859B
Text Example
Text Example
White with #98859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98859B; }
p { color: rgb(152,133,155); }
H1.HeaderClassName
{
color: #98859B;
}
.AnyTagClassName
{
color: #98859B;
}
</style>
background-color css
<style>
a { background-color: #98859B; }
a { background-color: rgb(152,133,155); }
div.DivClassName
{
background-color: #98859B;
}
.BgClassName
{
background-color: #98859B;
}
</style>
border-color css
<style>
span { border-color: #98859B; }
span { border-color: rgb(152,133,155); }
td.TdClassName
{
border-color: #98859B;
}
.TagClassName
{
border-color: #98859B;
}
</style>