Shades of Amethyst Smoke #90819C
Tints of Amethyst Smoke #90819C
RGB
CMYK
RGB Variations
Color information
#90819C (or 0x90819C) is known color: Amethyst Smoke. HEX triplet: 90, 81 and 9C. RGB value is (144,129,156). Sum of RGB (Red+Green+Blue) = 144+129+156=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #90819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90819C is #6F7E63. Grayscale: #888888. Windows color (decimal): -7306852 or 10256784. OLE color: 10256784.
HSL color Cylindrical-coordinate representation of color #90819C: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90819C is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 129 | 156 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.39 |
| HSL | 273.33º | 0.12% | 0.56% | - |
| HSV(B) | 273.33º | 0.17% | 0.61% | - |
| XYZ | 25.35 | 24.03 | 34.75 | - |
| YUV | 136.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 156 | 0.08 | 0.17 | 0 | 0.39 | 273.33 | 0.12 | 0.56 |
| Hex | 90 | 81 | 9C | 8 | 11 | 0 | 27 | 111 | C | 38 |
| Octal | 220 | 201 | 234 | 10 | 21 | 0 | 47 | 421 | 14 | 70 |
| Binary | 10010000 | 10000001 | 10011100 | 1000 | 10001 | 0 | 100111 | 100010001 | 1100 | 111000 |
Color Harmonies of #90819C
Complementary color
Monochromatic Colors of #90819C
Black with #90819C
Text Example
Text Example
White with #90819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90819C; }
p { color: rgb(144,129,156); }
H1.HeaderClassName
{
color: #90819C;
}
.AnyTagClassName
{
color: #90819C;
}
</style>
background-color css
<style>
a { background-color: #90819C; }
a { background-color: rgb(144,129,156); }
div.DivClassName
{
background-color: #90819C;
}
.BgClassName
{
background-color: #90819C;
}
</style>
border-color css
<style>
span { border-color: #90819C; }
span { border-color: rgb(144,129,156); }
td.TdClassName
{
border-color: #90819C;
}
.TagClassName
{
border-color: #90819C;
}
</style>