Shades of Amethyst Smoke #90869C
Tints of Amethyst Smoke #90869C
RGB
CMYK
RGB Variations
Color information
#90869C (or 0x90869C) is known color: Amethyst Smoke. HEX triplet: 90, 86 and 9C. RGB value is (144,134,156). Sum of RGB (Red+Green+Blue) = 144+134+156=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 156 - color contains mainly: blue. Hex color #90869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90869C is #6F7963. Grayscale: #8B8B8B. Windows color (decimal): -7305572 or 10258064. OLE color: 10258064.
HSL color Cylindrical-coordinate representation of color #90869C: hue angle of 267.27º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90869C is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 134 | 156 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.39 |
| HSL | 267.27º | 0.1% | 0.57% | - |
| HSV(B) | 267.27º | 0.14% | 0.61% | - |
| XYZ | 26.03 | 25.38 | 34.98 | - |
| YUV | 139.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 156 | 0.08 | 0.14 | 0 | 0.39 | 267.27 | 0.1 | 0.57 |
| Hex | 90 | 86 | 9C | 8 | E | 0 | 27 | 10B | A | 39 |
| Octal | 220 | 206 | 234 | 10 | 16 | 0 | 47 | 413 | 12 | 71 |
| Binary | 10010000 | 10000110 | 10011100 | 1000 | 1110 | 0 | 100111 | 100001011 | 1010 | 111001 |
Color Harmonies of #90869C
Complementary color
Monochromatic Colors of #90869C
Black with #90869C
Text Example
Text Example
White with #90869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90869C; }
p { color: rgb(144,134,156); }
H1.HeaderClassName
{
color: #90869C;
}
.AnyTagClassName
{
color: #90869C;
}
</style>
background-color css
<style>
a { background-color: #90869C; }
a { background-color: rgb(144,134,156); }
div.DivClassName
{
background-color: #90869C;
}
.BgClassName
{
background-color: #90869C;
}
</style>
border-color css
<style>
span { border-color: #90869C; }
span { border-color: rgb(144,134,156); }
td.TdClassName
{
border-color: #90869C;
}
.TagClassName
{
border-color: #90869C;
}
</style>