Shades of Amethyst Smoke #9B82AB
Tints of Amethyst Smoke #9B82AB
RGB
CMYK
RGB Variations
Color information
#9B82AB (or 0x9B82AB) is known color: Amethyst Smoke. HEX triplet: 9B, 82 and AB. RGB value is (155,130,171). Sum of RGB (Red+Green+Blue) = 155+130+171=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B82AB is #647D54. Grayscale: #8E8E8E. Windows color (decimal): -6585685 or 11240091. OLE color: 11240091.
HSL color Cylindrical-coordinate representation of color #9B82AB: hue angle of 276.59º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B82AB is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 130 | 171 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.33 |
| HSL | 276.59º | 0.2% | 0.59% | - |
| HSV(B) | 276.59º | 0.24% | 0.67% | - |
| XYZ | 28.85 | 25.87 | 42 | - |
| YUV | 142.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 171 | 0.09 | 0.24 | 0 | 0.33 | 276.59 | 0.2 | 0.59 |
| Hex | 9B | 82 | AB | 9 | 18 | 0 | 21 | 115 | 14 | 3B |
| Octal | 233 | 202 | 253 | 11 | 30 | 0 | 41 | 425 | 24 | 73 |
| Binary | 10011011 | 10000010 | 10101011 | 1001 | 11000 | 0 | 100001 | 100010101 | 10100 | 111011 |
Color Harmonies of #9B82AB
Complementary color
Monochromatic Colors of #9B82AB
Black with #9B82AB
Text Example
Text Example
White with #9B82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B82AB; }
p { color: rgb(155,130,171); }
H1.HeaderClassName
{
color: #9B82AB;
}
.AnyTagClassName
{
color: #9B82AB;
}
</style>
background-color css
<style>
a { background-color: #9B82AB; }
a { background-color: rgb(155,130,171); }
div.DivClassName
{
background-color: #9B82AB;
}
.BgClassName
{
background-color: #9B82AB;
}
</style>
border-color css
<style>
span { border-color: #9B82AB; }
span { border-color: rgb(155,130,171); }
td.TdClassName
{
border-color: #9B82AB;
}
.TagClassName
{
border-color: #9B82AB;
}
</style>