Shades of Amethyst Smoke #96769B
Tints of Amethyst Smoke #96769B
RGB
CMYK
RGB Variations
Color information
#96769B (or 0x96769B) is known color: Amethyst Smoke. HEX triplet: 96, 76 and 9B. RGB value is (150,118,155). Sum of RGB (Red+Green+Blue) = 150+118+155=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #96769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96769B is #698964. Grayscale: #838383. Windows color (decimal): -6916453 or 10188438. OLE color: 10188438.
HSL color Cylindrical-coordinate representation of color #96769B: hue angle of 291.89º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96769B is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 118 | 155 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.39 |
| HSL | 291.89º | 0.16% | 0.54% | - |
| HSV(B) | 291.89º | 0.24% | 0.61% | - |
| XYZ | 24.97 | 21.81 | 33.9 | - |
| YUV | 131.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 155 | 0.03 | 0.24 | 0 | 0.39 | 291.89 | 0.16 | 0.54 |
| Hex | 96 | 76 | 9B | 3 | 18 | 0 | 27 | 124 | 10 | 36 |
| Octal | 226 | 166 | 233 | 3 | 30 | 0 | 47 | 444 | 20 | 66 |
| Binary | 10010110 | 1110110 | 10011011 | 11 | 11000 | 0 | 100111 | 100100100 | 10000 | 110110 |
Color Harmonies of #96769B
Complementary color
Monochromatic Colors of #96769B
Black with #96769B
Text Example
Text Example
White with #96769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96769B; }
p { color: rgb(150,118,155); }
H1.HeaderClassName
{
color: #96769B;
}
.AnyTagClassName
{
color: #96769B;
}
</style>
background-color css
<style>
a { background-color: #96769B; }
a { background-color: rgb(150,118,155); }
div.DivClassName
{
background-color: #96769B;
}
.BgClassName
{
background-color: #96769B;
}
</style>
border-color css
<style>
span { border-color: #96769B; }
span { border-color: rgb(150,118,155); }
td.TdClassName
{
border-color: #96769B;
}
.TagClassName
{
border-color: #96769B;
}
</style>