Shades of Amethyst Smoke #90839B
Tints of Amethyst Smoke #90839B
RGB
CMYK
RGB Variations
Color information
#90839B (or 0x90839B) is known color: Amethyst Smoke. HEX triplet: 90, 83 and 9B. RGB value is (144,131,155). Sum of RGB (Red+Green+Blue) = 144+131+155=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #90839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90839B is #6F7C64. Grayscale: #898989. Windows color (decimal): -7306341 or 10191760. OLE color: 10191760.
HSL color Cylindrical-coordinate representation of color #90839B: hue angle of 272.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90839B is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 131 | 155 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.39 |
| HSL | 272.5º | 0.11% | 0.56% | - |
| HSV(B) | 272.5º | 0.15% | 0.61% | - |
| XYZ | 25.53 | 24.53 | 34.4 | - |
| YUV | 137.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 155 | 0.07 | 0.15 | 0 | 0.39 | 272.5 | 0.11 | 0.56 |
| Hex | 90 | 83 | 9B | 7 | F | 0 | 27 | 110 | B | 38 |
| Octal | 220 | 203 | 233 | 7 | 17 | 0 | 47 | 420 | 13 | 70 |
| Binary | 10010000 | 10000011 | 10011011 | 111 | 1111 | 0 | 100111 | 100010000 | 1011 | 111000 |
Color Harmonies of #90839B
Complementary color
Monochromatic Colors of #90839B
Black with #90839B
Text Example
Text Example
White with #90839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90839B; }
p { color: rgb(144,131,155); }
H1.HeaderClassName
{
color: #90839B;
}
.AnyTagClassName
{
color: #90839B;
}
</style>
background-color css
<style>
a { background-color: #90839B; }
a { background-color: rgb(144,131,155); }
div.DivClassName
{
background-color: #90839B;
}
.BgClassName
{
background-color: #90839B;
}
</style>
border-color css
<style>
span { border-color: #90839B; }
span { border-color: rgb(144,131,155); }
td.TdClassName
{
border-color: #90839B;
}
.TagClassName
{
border-color: #90839B;
}
</style>