Shades of Amethyst Smoke #96799D
Tints of Amethyst Smoke #96799D
RGB
CMYK
RGB Variations
Color information
#96799D (or 0x96799D) is known color: Amethyst Smoke. HEX triplet: 96, 79 and 9D. RGB value is (150,121,157). Sum of RGB (Red+Green+Blue) = 150+121+157=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #96799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96799D is #698662. Grayscale: #858585. Windows color (decimal): -6915683 or 10320278. OLE color: 10320278.
HSL color Cylindrical-coordinate representation of color #96799D: hue angle of 288.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96799D is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 121 | 157 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.38 |
| HSL | 288.33º | 0.16% | 0.55% | - |
| HSV(B) | 288.33º | 0.23% | 0.62% | - |
| XYZ | 25.5 | 22.59 | 34.92 | - |
| YUV | 133.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 157 | 0.04 | 0.23 | 0 | 0.38 | 288.33 | 0.16 | 0.55 |
| Hex | 96 | 79 | 9D | 4 | 17 | 0 | 26 | 120 | 10 | 37 |
| Octal | 226 | 171 | 235 | 4 | 27 | 0 | 46 | 440 | 20 | 67 |
| Binary | 10010110 | 1111001 | 10011101 | 100 | 10111 | 0 | 100110 | 100100000 | 10000 | 110111 |
Color Harmonies of #96799D
Complementary color
Monochromatic Colors of #96799D
Black with #96799D
Text Example
Text Example
White with #96799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96799D; }
p { color: rgb(150,121,157); }
H1.HeaderClassName
{
color: #96799D;
}
.AnyTagClassName
{
color: #96799D;
}
</style>
background-color css
<style>
a { background-color: #96799D; }
a { background-color: rgb(150,121,157); }
div.DivClassName
{
background-color: #96799D;
}
.BgClassName
{
background-color: #96799D;
}
</style>
border-color css
<style>
span { border-color: #96799D; }
span { border-color: rgb(150,121,157); }
td.TdClassName
{
border-color: #96799D;
}
.TagClassName
{
border-color: #96799D;
}
</style>