Shades of Amethyst Smoke #90889B
Tints of Amethyst Smoke #90889B
RGB
CMYK
RGB Variations
Color information
#90889B (or 0x90889B) is known color: Amethyst Smoke. HEX triplet: 90, 88 and 9B. RGB value is (144,136,155). Sum of RGB (Red+Green+Blue) = 144+136+155=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 155 - color contains mainly: blue. Hex color #90889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90889B is #6F7764. Grayscale: #8C8C8C. Windows color (decimal): -7305061 or 10193040. OLE color: 10193040.
HSL color Cylindrical-coordinate representation of color #90889B: hue angle of 265.26º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #90889B is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 136 | 155 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.39 |
| HSL | 265.26º | 0.09% | 0.57% | - |
| HSV(B) | 265.26º | 0.12% | 0.61% | - |
| XYZ | 26.22 | 25.9 | 34.63 | - |
| YUV | 140.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 155 | 0.07 | 0.12 | 0 | 0.39 | 265.26 | 0.09 | 0.57 |
| Hex | 90 | 88 | 9B | 7 | C | 0 | 27 | 109 | 9 | 39 |
| Octal | 220 | 210 | 233 | 7 | 14 | 0 | 47 | 411 | 11 | 71 |
| Binary | 10010000 | 10001000 | 10011011 | 111 | 1100 | 0 | 100111 | 100001001 | 1001 | 111001 |
Color Harmonies of #90889B
Complementary color
Monochromatic Colors of #90889B
Black with #90889B
Text Example
Text Example
White with #90889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90889B; }
p { color: rgb(144,136,155); }
H1.HeaderClassName
{
color: #90889B;
}
.AnyTagClassName
{
color: #90889B;
}
</style>
background-color css
<style>
a { background-color: #90889B; }
a { background-color: rgb(144,136,155); }
div.DivClassName
{
background-color: #90889B;
}
.BgClassName
{
background-color: #90889B;
}
</style>
border-color css
<style>
span { border-color: #90889B; }
span { border-color: rgb(144,136,155); }
td.TdClassName
{
border-color: #90889B;
}
.TagClassName
{
border-color: #90889B;
}
</style>