Shades of Amethyst Smoke #9B7FA8
Tints of Amethyst Smoke #9B7FA8
RGB
CMYK
RGB Variations
Color information
#9B7FA8 (or 0x9B7FA8) is known color: Amethyst Smoke. HEX triplet: 9B, 7F and A8. RGB value is (155,127,168). Sum of RGB (Red+Green+Blue) = 155+127+168=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 168 - color contains mainly: blue. Hex color #9B7FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7FA8 is #648057. Grayscale: #8B8B8B. Windows color (decimal): -6586456 or 11042715. OLE color: 11042715.
HSL color Cylindrical-coordinate representation of color #9B7FA8: hue angle of 280.98º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B7FA8 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 127 | 168 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.34 |
| HSL | 280.98º | 0.19% | 0.58% | - |
| HSV(B) | 280.98º | 0.24% | 0.66% | - |
| XYZ | 28.17 | 24.97 | 40.38 | - |
| YUV | 140.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 127 | 168 | 0.08 | 0.24 | 0 | 0.34 | 280.98 | 0.19 | 0.58 |
| Hex | 9B | 7F | A8 | 8 | 18 | 0 | 22 | 119 | 13 | 3A |
| Octal | 233 | 177 | 250 | 10 | 30 | 0 | 42 | 431 | 23 | 72 |
| Binary | 10011011 | 1111111 | 10101000 | 1000 | 11000 | 0 | 100010 | 100011001 | 10011 | 111010 |
Color Harmonies of #9B7FA8
Complementary color
Monochromatic Colors of #9B7FA8
Black with #9B7FA8
Text Example
Text Example
White with #9B7FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7FA8; }
p { color: rgb(155,127,168); }
H1.HeaderClassName
{
color: #9B7FA8;
}
.AnyTagClassName
{
color: #9B7FA8;
}
</style>
background-color css
<style>
a { background-color: #9B7FA8; }
a { background-color: rgb(155,127,168); }
div.DivClassName
{
background-color: #9B7FA8;
}
.BgClassName
{
background-color: #9B7FA8;
}
</style>
border-color css
<style>
span { border-color: #9B7FA8; }
span { border-color: rgb(155,127,168); }
td.TdClassName
{
border-color: #9B7FA8;
}
.TagClassName
{
border-color: #9B7FA8;
}
</style>