Shades of Amethyst Smoke #98919B
Tints of Amethyst Smoke #98919B
RGB
CMYK
RGB Variations
Color information
#98919B (or 0x98919B) is known color: Amethyst Smoke. HEX triplet: 98, 91 and 9B. RGB value is (152,145,155). Sum of RGB (Red+Green+Blue) = 152+145+155=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 155 - color contains mainly: blue. Hex color #98919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98919B is #676E64. Grayscale: #949494. Windows color (decimal): -6778469 or 10195352. OLE color: 10195352.
HSL color Cylindrical-coordinate representation of color #98919B: hue angle of 282º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98919B is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 145 | 155 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.39 |
| HSL | 282º | 0.05% | 0.59% | - |
| HSV(B) | 282º | 0.06% | 0.61% | - |
| XYZ | 28.99 | 29.29 | 35.14 | - |
| YUV | 148.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 155 | 0.02 | 0.06 | 0 | 0.39 | 282 | 0.05 | 0.59 |
| Hex | 98 | 91 | 9B | 2 | 6 | 0 | 27 | 11A | 5 | 3B |
| Octal | 230 | 221 | 233 | 2 | 6 | 0 | 47 | 432 | 5 | 73 |
| Binary | 10011000 | 10010001 | 10011011 | 10 | 110 | 0 | 100111 | 100011010 | 101 | 111011 |
Color Harmonies of #98919B
Complementary color
Monochromatic Colors of #98919B
Black with #98919B
Text Example
Text Example
White with #98919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98919B; }
p { color: rgb(152,145,155); }
H1.HeaderClassName
{
color: #98919B;
}
.AnyTagClassName
{
color: #98919B;
}
</style>
background-color css
<style>
a { background-color: #98919B; }
a { background-color: rgb(152,145,155); }
div.DivClassName
{
background-color: #98919B;
}
.BgClassName
{
background-color: #98919B;
}
</style>
border-color css
<style>
span { border-color: #98919B; }
span { border-color: rgb(152,145,155); }
td.TdClassName
{
border-color: #98919B;
}
.TagClassName
{
border-color: #98919B;
}
</style>