Shades of Amethyst Smoke #90809D
Tints of Amethyst Smoke #90809D
RGB
CMYK
RGB Variations
Color information
#90809D (or 0x90809D) is known color: Amethyst Smoke. HEX triplet: 90, 80 and 9D. RGB value is (144,128,157). Sum of RGB (Red+Green+Blue) = 144+128+157=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #90809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90809D is #6F7F62. Grayscale: #878787. Windows color (decimal): -7307107 or 10322064. OLE color: 10322064.
HSL color Cylindrical-coordinate representation of color #90809D: hue angle of 273.1º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90809D is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 128 | 157 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.38 |
| HSL | 273.1º | 0.13% | 0.56% | - |
| HSV(B) | 273.1º | 0.18% | 0.62% | - |
| XYZ | 25.31 | 23.8 | 35.16 | - |
| YUV | 136.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 157 | 0.08 | 0.18 | 0 | 0.38 | 273.1 | 0.13 | 0.56 |
| Hex | 90 | 80 | 9D | 8 | 12 | 0 | 26 | 111 | D | 38 |
| Octal | 220 | 200 | 235 | 10 | 22 | 0 | 46 | 421 | 15 | 70 |
| Binary | 10010000 | 10000000 | 10011101 | 1000 | 10010 | 0 | 100110 | 100010001 | 1101 | 111000 |
Color Harmonies of #90809D
Complementary color
Monochromatic Colors of #90809D
Black with #90809D
Text Example
Text Example
White with #90809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90809D; }
p { color: rgb(144,128,157); }
H1.HeaderClassName
{
color: #90809D;
}
.AnyTagClassName
{
color: #90809D;
}
</style>
background-color css
<style>
a { background-color: #90809D; }
a { background-color: rgb(144,128,157); }
div.DivClassName
{
background-color: #90809D;
}
.BgClassName
{
background-color: #90809D;
}
</style>
border-color css
<style>
span { border-color: #90809D; }
span { border-color: rgb(144,128,157); }
td.TdClassName
{
border-color: #90809D;
}
.TagClassName
{
border-color: #90809D;
}
</style>