Shades of Amethyst Smoke #9782A6
Tints of Amethyst Smoke #9782A6
RGB
CMYK
RGB Variations
Color information
#9782A6 (or 0x9782A6) is known color: Amethyst Smoke. HEX triplet: 97, 82 and A6. RGB value is (151,130,166). Sum of RGB (Red+Green+Blue) = 151+130+166=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 166 - color contains mainly: blue. Hex color #9782A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9782A6 is #687D59. Grayscale: #8C8C8C. Windows color (decimal): -6847834 or 10912407. OLE color: 10912407.
HSL color Cylindrical-coordinate representation of color #9782A6: hue angle of 275º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9782A6 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 130 | 166 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.35 |
| HSL | 275º | 0.17% | 0.58% | - |
| HSV(B) | 275º | 0.22% | 0.65% | - |
| XYZ | 27.63 | 25.3 | 39.5 | - |
| YUV | 140.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 166 | 0.09 | 0.22 | 0 | 0.35 | 275 | 0.17 | 0.58 |
| Hex | 97 | 82 | A6 | 9 | 16 | 0 | 23 | 113 | 11 | 3A |
| Octal | 227 | 202 | 246 | 11 | 26 | 0 | 43 | 423 | 21 | 72 |
| Binary | 10010111 | 10000010 | 10100110 | 1001 | 10110 | 0 | 100011 | 100010011 | 10001 | 111010 |
Color Harmonies of #9782A6
Complementary color
Monochromatic Colors of #9782A6
Black with #9782A6
Text Example
Text Example
White with #9782A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9782A6; }
p { color: rgb(151,130,166); }
H1.HeaderClassName
{
color: #9782A6;
}
.AnyTagClassName
{
color: #9782A6;
}
</style>
background-color css
<style>
a { background-color: #9782A6; }
a { background-color: rgb(151,130,166); }
div.DivClassName
{
background-color: #9782A6;
}
.BgClassName
{
background-color: #9782A6;
}
</style>
border-color css
<style>
span { border-color: #9782A6; }
span { border-color: rgb(151,130,166); }
td.TdClassName
{
border-color: #9782A6;
}
.TagClassName
{
border-color: #9782A6;
}
</style>