Shades of Amethyst Smoke #90809E
Tints of Amethyst Smoke #90809E
RGB
CMYK
RGB Variations
Color information
#90809E (or 0x90809E) is known color: Amethyst Smoke. HEX triplet: 90, 80 and 9E. RGB value is (144,128,158). Sum of RGB (Red+Green+Blue) = 144+128+158=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #90809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90809E is #6F7F61. Grayscale: #888888. Windows color (decimal): -7307106 or 10387600. OLE color: 10387600.
HSL color Cylindrical-coordinate representation of color #90809E: hue angle of 272º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90809E is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 128 | 158 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.38 |
| HSL | 272º | 0.13% | 0.56% | - |
| HSV(B) | 272º | 0.19% | 0.62% | - |
| XYZ | 25.39 | 23.84 | 35.61 | - |
| YUV | 136.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 158 | 0.09 | 0.19 | 0 | 0.38 | 272 | 0.13 | 0.56 |
| Hex | 90 | 80 | 9E | 9 | 13 | 0 | 26 | 110 | D | 38 |
| Octal | 220 | 200 | 236 | 11 | 23 | 0 | 46 | 420 | 15 | 70 |
| Binary | 10010000 | 10000000 | 10011110 | 1001 | 10011 | 0 | 100110 | 100010000 | 1101 | 111000 |
Color Harmonies of #90809E
Complementary color
Monochromatic Colors of #90809E
Black with #90809E
Text Example
Text Example
White with #90809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90809E; }
p { color: rgb(144,128,158); }
H1.HeaderClassName
{
color: #90809E;
}
.AnyTagClassName
{
color: #90809E;
}
</style>
background-color css
<style>
a { background-color: #90809E; }
a { background-color: rgb(144,128,158); }
div.DivClassName
{
background-color: #90809E;
}
.BgClassName
{
background-color: #90809E;
}
</style>
border-color css
<style>
span { border-color: #90809E; }
span { border-color: rgb(144,128,158); }
td.TdClassName
{
border-color: #90809E;
}
.TagClassName
{
border-color: #90809E;
}
</style>