Shades of Amethyst Smoke #90839A
Tints of Amethyst Smoke #90839A
RGB
CMYK
RGB Variations
Color information
#90839A (or 0x90839A) is known color: Amethyst Smoke. HEX triplet: 90, 83 and 9A. RGB value is (144,131,154). Sum of RGB (Red+Green+Blue) = 144+131+154=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 154 - color contains mainly: blue. Hex color #90839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90839A is #6F7C65. Grayscale: #898989. Windows color (decimal): -7306342 or 10126224. OLE color: 10126224.
HSL color Cylindrical-coordinate representation of color #90839A: hue angle of 273.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90839A is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 131 | 154 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.40 |
| HSL | 273.91º | 0.1% | 0.56% | - |
| HSV(B) | 273.91º | 0.15% | 0.6% | - |
| XYZ | 25.45 | 24.49 | 33.96 | - |
| YUV | 137.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 154 | 0.06 | 0.15 | 0 | 0.40 | 273.91 | 0.1 | 0.56 |
| Hex | 90 | 83 | 9A | 6 | F | 0 | 28 | 112 | A | 38 |
| Octal | 220 | 203 | 232 | 6 | 17 | 0 | 50 | 422 | 12 | 70 |
| Binary | 10010000 | 10000011 | 10011010 | 110 | 1111 | 0 | 101000 | 100010010 | 1010 | 111000 |
Color Harmonies of #90839A
Complementary color
Monochromatic Colors of #90839A
Black with #90839A
Text Example
Text Example
White with #90839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90839A; }
p { color: rgb(144,131,154); }
H1.HeaderClassName
{
color: #90839A;
}
.AnyTagClassName
{
color: #90839A;
}
</style>
background-color css
<style>
a { background-color: #90839A; }
a { background-color: rgb(144,131,154); }
div.DivClassName
{
background-color: #90839A;
}
.BgClassName
{
background-color: #90839A;
}
</style>
border-color css
<style>
span { border-color: #90839A; }
span { border-color: rgb(144,131,154); }
td.TdClassName
{
border-color: #90839A;
}
.TagClassName
{
border-color: #90839A;
}
</style>