Shades of Amethyst Smoke #98819B
Tints of Amethyst Smoke #98819B
RGB
CMYK
RGB Variations
Color information
#98819B (or 0x98819B) is known color: Amethyst Smoke. HEX triplet: 98, 81 and 9B. RGB value is (152,129,155). Sum of RGB (Red+Green+Blue) = 152+129+155=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #98819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98819B is #677E64. Grayscale: #8A8A8A. Windows color (decimal): -6782565 or 10191256. OLE color: 10191256.
HSL color Cylindrical-coordinate representation of color #98819B: hue angle of 293.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98819B is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 129 | 155 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.39 |
| HSL | 293.08º | 0.12% | 0.56% | - |
| HSV(B) | 293.08º | 0.17% | 0.61% | - |
| XYZ | 26.72 | 24.74 | 34.38 | - |
| YUV | 138.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 155 | 0.02 | 0.17 | 0 | 0.39 | 293.08 | 0.12 | 0.56 |
| Hex | 98 | 81 | 9B | 2 | 11 | 0 | 27 | 125 | C | 38 |
| Octal | 230 | 201 | 233 | 2 | 21 | 0 | 47 | 445 | 14 | 70 |
| Binary | 10011000 | 10000001 | 10011011 | 10 | 10001 | 0 | 100111 | 100100101 | 1100 | 111000 |
Color Harmonies of #98819B
Complementary color
Monochromatic Colors of #98819B
Black with #98819B
Text Example
Text Example
White with #98819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98819B; }
p { color: rgb(152,129,155); }
H1.HeaderClassName
{
color: #98819B;
}
.AnyTagClassName
{
color: #98819B;
}
</style>
background-color css
<style>
a { background-color: #98819B; }
a { background-color: rgb(152,129,155); }
div.DivClassName
{
background-color: #98819B;
}
.BgClassName
{
background-color: #98819B;
}
</style>
border-color css
<style>
span { border-color: #98819B; }
span { border-color: rgb(152,129,155); }
td.TdClassName
{
border-color: #98819B;
}
.TagClassName
{
border-color: #98819B;
}
</style>