Shades of Amethyst Smoke #9081A3
Tints of Amethyst Smoke #9081A3
RGB
CMYK
RGB Variations
Color information
#9081A3 (or 0x9081A3) is known color: Amethyst Smoke. HEX triplet: 90, 81 and A3. RGB value is (144,129,163). Sum of RGB (Red+Green+Blue) = 144+129+163=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 163 - color contains mainly: blue. Hex color #9081A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9081A3 is #6F7E5C. Grayscale: #898989. Windows color (decimal): -7306845 or 10715536. OLE color: 10715536.
HSL color Cylindrical-coordinate representation of color #9081A3: hue angle of 266.47º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9081A3 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 129 | 163 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.36 |
| HSL | 266.47º | 0.16% | 0.57% | - |
| HSV(B) | 266.47º | 0.21% | 0.64% | - |
| XYZ | 25.96 | 24.27 | 37.97 | - |
| YUV | 137.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 163 | 0.12 | 0.21 | 0 | 0.36 | 266.47 | 0.16 | 0.57 |
| Hex | 90 | 81 | A3 | C | 15 | 0 | 24 | 10A | 10 | 39 |
| Octal | 220 | 201 | 243 | 14 | 25 | 0 | 44 | 412 | 20 | 71 |
| Binary | 10010000 | 10000001 | 10100011 | 1100 | 10101 | 0 | 100100 | 100001010 | 10000 | 111001 |
Color Harmonies of #9081A3
Complementary color
Monochromatic Colors of #9081A3
Black with #9081A3
Text Example
Text Example
White with #9081A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9081A3; }
p { color: rgb(144,129,163); }
H1.HeaderClassName
{
color: #9081A3;
}
.AnyTagClassName
{
color: #9081A3;
}
</style>
background-color css
<style>
a { background-color: #9081A3; }
a { background-color: rgb(144,129,163); }
div.DivClassName
{
background-color: #9081A3;
}
.BgClassName
{
background-color: #9081A3;
}
</style>
border-color css
<style>
span { border-color: #9081A3; }
span { border-color: rgb(144,129,163); }
td.TdClassName
{
border-color: #9081A3;
}
.TagClassName
{
border-color: #9081A3;
}
</style>