Shades of Amethyst Smoke #96789C
Tints of Amethyst Smoke #96789C
RGB
CMYK
RGB Variations
Color information
#96789C (or 0x96789C) is known color: Amethyst Smoke. HEX triplet: 96, 78 and 9C. RGB value is (150,120,156). Sum of RGB (Red+Green+Blue) = 150+120+156=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #96789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96789C is #698763. Grayscale: #848484. Windows color (decimal): -6915940 or 10254486. OLE color: 10254486.
HSL color Cylindrical-coordinate representation of color #96789C: hue angle of 290º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96789C is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 120 | 156 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.39 |
| HSL | 290º | 0.15% | 0.54% | - |
| HSV(B) | 290º | 0.23% | 0.61% | - |
| XYZ | 25.29 | 22.32 | 34.43 | - |
| YUV | 133.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 156 | 0.04 | 0.23 | 0 | 0.39 | 290 | 0.15 | 0.54 |
| Hex | 96 | 78 | 9C | 4 | 17 | 0 | 27 | 122 | F | 36 |
| Octal | 226 | 170 | 234 | 4 | 27 | 0 | 47 | 442 | 17 | 66 |
| Binary | 10010110 | 1111000 | 10011100 | 100 | 10111 | 0 | 100111 | 100100010 | 1111 | 110110 |
Color Harmonies of #96789C
Complementary color
Monochromatic Colors of #96789C
Black with #96789C
Text Example
Text Example
White with #96789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96789C; }
p { color: rgb(150,120,156); }
H1.HeaderClassName
{
color: #96789C;
}
.AnyTagClassName
{
color: #96789C;
}
</style>
background-color css
<style>
a { background-color: #96789C; }
a { background-color: rgb(150,120,156); }
div.DivClassName
{
background-color: #96789C;
}
.BgClassName
{
background-color: #96789C;
}
</style>
border-color css
<style>
span { border-color: #96789C; }
span { border-color: rgb(150,120,156); }
td.TdClassName
{
border-color: #96789C;
}
.TagClassName
{
border-color: #96789C;
}
</style>