Shades of Amethyst Smoke #9D7FAB
Tints of Amethyst Smoke #9D7FAB
RGB
CMYK
RGB Variations
Color information
#9D7FAB (or 0x9D7FAB) is known color: Amethyst Smoke. HEX triplet: 9D, 7F and AB. RGB value is (157,127,171). Sum of RGB (Red+Green+Blue) = 157+127+171=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7FAB is #628054. Grayscale: #8C8C8C. Windows color (decimal): -6455381 or 11239325. OLE color: 11239325.
HSL color Cylindrical-coordinate representation of color #9D7FAB: hue angle of 280.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D7FAB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 127 | 171 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.33 |
| HSL | 280.91º | 0.21% | 0.58% | - |
| HSV(B) | 280.91º | 0.26% | 0.67% | - |
| XYZ | 28.84 | 25.29 | 41.89 | - |
| YUV | 140.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 171 | 0.08 | 0.26 | 0 | 0.33 | 280.91 | 0.21 | 0.58 |
| Hex | 9D | 7F | AB | 8 | 1A | 0 | 21 | 119 | 15 | 3A |
| Octal | 235 | 177 | 253 | 10 | 32 | 0 | 41 | 431 | 25 | 72 |
| Binary | 10011101 | 1111111 | 10101011 | 1000 | 11010 | 0 | 100001 | 100011001 | 10101 | 111010 |
Color Harmonies of #9D7FAB
Complementary color
Monochromatic Colors of #9D7FAB
Black with #9D7FAB
Text Example
Text Example
White with #9D7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7FAB; }
p { color: rgb(157,127,171); }
H1.HeaderClassName
{
color: #9D7FAB;
}
.AnyTagClassName
{
color: #9D7FAB;
}
</style>
background-color css
<style>
a { background-color: #9D7FAB; }
a { background-color: rgb(157,127,171); }
div.DivClassName
{
background-color: #9D7FAB;
}
.BgClassName
{
background-color: #9D7FAB;
}
</style>
border-color css
<style>
span { border-color: #9D7FAB; }
span { border-color: rgb(157,127,171); }
td.TdClassName
{
border-color: #9D7FAB;
}
.TagClassName
{
border-color: #9D7FAB;
}
</style>