Shades of Amethyst Smoke #908299
Tints of Amethyst Smoke #908299
RGB
CMYK
RGB Variations
Color information
#908299 (or 0x908299) is known color: Amethyst Smoke. HEX triplet: 90, 82 and 99. RGB value is (144,130,153). Sum of RGB (Red+Green+Blue) = 144+130+153=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #908299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908299 is #6F7D66. Grayscale: #888888. Windows color (decimal): -7306599 or 10060432. OLE color: 10060432.
HSL color Cylindrical-coordinate representation of color #908299: hue angle of 276.52º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #908299 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 130 | 153 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.4 |
| HSL | 276.52º | 0.1% | 0.55% | - |
| HSV(B) | 276.52º | 0.15% | 0.6% | - |
| XYZ | 25.23 | 24.19 | 33.48 | - |
| YUV | 136.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 153 | 0.06 | 0.15 | 0 | 0.4 | 276.52 | 0.1 | 0.55 |
| Hex | 90 | 82 | 99 | 6 | F | 0 | 28 | 115 | A | 37 |
| Octal | 220 | 202 | 231 | 6 | 17 | 0 | 50 | 425 | 12 | 67 |
| Binary | 10010000 | 10000010 | 10011001 | 110 | 1111 | 0 | 101000 | 100010101 | 1010 | 110111 |
Color Harmonies of #908299
Complementary color
Monochromatic Colors of #908299
Black with #908299
Text Example
Text Example
White with #908299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908299; }
p { color: rgb(144,130,153); }
H1.HeaderClassName
{
color: #908299;
}
.AnyTagClassName
{
color: #908299;
}
</style>
background-color css
<style>
a { background-color: #908299; }
a { background-color: rgb(144,130,153); }
div.DivClassName
{
background-color: #908299;
}
.BgClassName
{
background-color: #908299;
}
</style>
border-color css
<style>
span { border-color: #908299; }
span { border-color: rgb(144,130,153); }
td.TdClassName
{
border-color: #908299;
}
.TagClassName
{
border-color: #908299;
}
</style>