Shades of Amethyst Smoke #96809A
Tints of Amethyst Smoke #96809A
RGB
CMYK
RGB Variations
Color information
#96809A (or 0x96809A) is known color: Amethyst Smoke. HEX triplet: 96, 80 and 9A. RGB value is (150,128,154). Sum of RGB (Red+Green+Blue) = 150+128+154=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 154 - color contains mainly: blue. Hex color #96809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96809A is #697F65. Grayscale: #898989. Windows color (decimal): -6913894 or 10125462. OLE color: 10125462.
HSL color Cylindrical-coordinate representation of color #96809A: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96809A is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 128 | 154 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.40 |
| HSL | 290.77º | 0.11% | 0.55% | - |
| HSV(B) | 290.77º | 0.17% | 0.6% | - |
| XYZ | 26.13 | 24.26 | 33.88 | - |
| YUV | 137.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 154 | 0.03 | 0.17 | 0 | 0.40 | 290.77 | 0.11 | 0.55 |
| Hex | 96 | 80 | 9A | 3 | 11 | 0 | 28 | 123 | B | 37 |
| Octal | 226 | 200 | 232 | 3 | 21 | 0 | 50 | 443 | 13 | 67 |
| Binary | 10010110 | 10000000 | 10011010 | 11 | 10001 | 0 | 101000 | 100100011 | 1011 | 110111 |
Color Harmonies of #96809A
Complementary color
Monochromatic Colors of #96809A
Black with #96809A
Text Example
Text Example
White with #96809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96809A; }
p { color: rgb(150,128,154); }
H1.HeaderClassName
{
color: #96809A;
}
.AnyTagClassName
{
color: #96809A;
}
</style>
background-color css
<style>
a { background-color: #96809A; }
a { background-color: rgb(150,128,154); }
div.DivClassName
{
background-color: #96809A;
}
.BgClassName
{
background-color: #96809A;
}
</style>
border-color css
<style>
span { border-color: #96809A; }
span { border-color: rgb(150,128,154); }
td.TdClassName
{
border-color: #96809A;
}
.TagClassName
{
border-color: #96809A;
}
</style>