Shades of Amethyst Smoke #9B84AA
Tints of Amethyst Smoke #9B84AA
RGB
CMYK
RGB Variations
Color information
#9B84AA (or 0x9B84AA) is known color: Amethyst Smoke. HEX triplet: 9B, 84 and AA. RGB value is (155,132,170). Sum of RGB (Red+Green+Blue) = 155+132+170=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B84AA is #647B55. Grayscale: #8F8F8F. Windows color (decimal): -6585174 or 11175067. OLE color: 11175067.
HSL color Cylindrical-coordinate representation of color #9B84AA: hue angle of 276.32º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B84AA is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 132 | 170 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.33 |
| HSL | 276.32º | 0.18% | 0.59% | - |
| HSV(B) | 276.32º | 0.22% | 0.67% | - |
| XYZ | 29.02 | 26.37 | 41.59 | - |
| YUV | 143.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 170 | 0.09 | 0.22 | 0 | 0.33 | 276.32 | 0.18 | 0.59 |
| Hex | 9B | 84 | AA | 9 | 16 | 0 | 21 | 114 | 12 | 3B |
| Octal | 233 | 204 | 252 | 11 | 26 | 0 | 41 | 424 | 22 | 73 |
| Binary | 10011011 | 10000100 | 10101010 | 1001 | 10110 | 0 | 100001 | 100010100 | 10010 | 111011 |
Color Harmonies of #9B84AA
Complementary color
Monochromatic Colors of #9B84AA
Black with #9B84AA
Text Example
Text Example
White with #9B84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B84AA; }
p { color: rgb(155,132,170); }
H1.HeaderClassName
{
color: #9B84AA;
}
.AnyTagClassName
{
color: #9B84AA;
}
</style>
background-color css
<style>
a { background-color: #9B84AA; }
a { background-color: rgb(155,132,170); }
div.DivClassName
{
background-color: #9B84AA;
}
.BgClassName
{
background-color: #9B84AA;
}
</style>
border-color css
<style>
span { border-color: #9B84AA; }
span { border-color: rgb(155,132,170); }
td.TdClassName
{
border-color: #9B84AA;
}
.TagClassName
{
border-color: #9B84AA;
}
</style>