Shades of Amethyst Smoke #90879C
Tints of Amethyst Smoke #90879C
RGB
CMYK
RGB Variations
Color information
#90879C (or 0x90879C) is known color: Amethyst Smoke. HEX triplet: 90, 87 and 9C. RGB value is (144,135,156). Sum of RGB (Red+Green+Blue) = 144+135+156=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 156 - color contains mainly: blue. Hex color #90879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90879C is #6F7863. Grayscale: #8C8C8C. Windows color (decimal): -7305316 or 10258320. OLE color: 10258320.
HSL color Cylindrical-coordinate representation of color #90879C: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90879C is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 135 | 156 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.39 |
| HSL | 265.71º | 0.1% | 0.57% | - |
| HSV(B) | 265.71º | 0.13% | 0.61% | - |
| XYZ | 26.17 | 25.66 | 35.03 | - |
| YUV | 140.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 135 | 156 | 0.08 | 0.13 | 0 | 0.39 | 265.71 | 0.1 | 0.57 |
| Hex | 90 | 87 | 9C | 8 | D | 0 | 27 | 10A | A | 39 |
| Octal | 220 | 207 | 234 | 10 | 15 | 0 | 47 | 412 | 12 | 71 |
| Binary | 10010000 | 10000111 | 10011100 | 1000 | 1101 | 0 | 100111 | 100001010 | 1010 | 111001 |
Color Harmonies of #90879C
Complementary color
Monochromatic Colors of #90879C
Black with #90879C
Text Example
Text Example
White with #90879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90879C; }
p { color: rgb(144,135,156); }
H1.HeaderClassName
{
color: #90879C;
}
.AnyTagClassName
{
color: #90879C;
}
</style>
background-color css
<style>
a { background-color: #90879C; }
a { background-color: rgb(144,135,156); }
div.DivClassName
{
background-color: #90879C;
}
.BgClassName
{
background-color: #90879C;
}
</style>
border-color css
<style>
span { border-color: #90879C; }
span { border-color: rgb(144,135,156); }
td.TdClassName
{
border-color: #90879C;
}
.TagClassName
{
border-color: #90879C;
}
</style>