Shades of Amethyst Smoke #90819E
Tints of Amethyst Smoke #90819E
RGB
CMYK
RGB Variations
Color information
#90819E (or 0x90819E) is known color: Amethyst Smoke. HEX triplet: 90, 81 and 9E. RGB value is (144,129,158). Sum of RGB (Red+Green+Blue) = 144+129+158=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #90819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90819E is #6F7E61. Grayscale: #888888. Windows color (decimal): -7306850 or 10387856. OLE color: 10387856.
HSL color Cylindrical-coordinate representation of color #90819E: hue angle of 271.03º 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 #90819E is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 129 | 158 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.38 |
| HSL | 271.03º | 0.13% | 0.56% | - |
| HSV(B) | 271.03º | 0.18% | 0.62% | - |
| XYZ | 25.52 | 24.1 | 35.65 | - |
| YUV | 136.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 158 | 0.09 | 0.18 | 0 | 0.38 | 271.03 | 0.13 | 0.56 |
| Hex | 90 | 81 | 9E | 9 | 12 | 0 | 26 | 10F | D | 38 |
| Octal | 220 | 201 | 236 | 11 | 22 | 0 | 46 | 417 | 15 | 70 |
| Binary | 10010000 | 10000001 | 10011110 | 1001 | 10010 | 0 | 100110 | 100001111 | 1101 | 111000 |
Color Harmonies of #90819E
Complementary color
Monochromatic Colors of #90819E
Black with #90819E
Text Example
Text Example
White with #90819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90819E; }
p { color: rgb(144,129,158); }
H1.HeaderClassName
{
color: #90819E;
}
.AnyTagClassName
{
color: #90819E;
}
</style>
background-color css
<style>
a { background-color: #90819E; }
a { background-color: rgb(144,129,158); }
div.DivClassName
{
background-color: #90819E;
}
.BgClassName
{
background-color: #90819E;
}
</style>
border-color css
<style>
span { border-color: #90819E; }
span { border-color: rgb(144,129,158); }
td.TdClassName
{
border-color: #90819E;
}
.TagClassName
{
border-color: #90819E;
}
</style>