Shades of Amethyst Smoke #917999
Tints of Amethyst Smoke #917999
RGB
CMYK
RGB Variations
Color information
#917999 (or 0x917999) is known color: Amethyst Smoke. HEX triplet: 91, 79 and 99. RGB value is (145,121,153). Sum of RGB (Red+Green+Blue) = 145+121+153=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #917999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917999 is #6E8666. Grayscale: #838383. Windows color (decimal): -7243367 or 10058129. OLE color: 10058129.
HSL color Cylindrical-coordinate representation of color #917999: hue angle of 285º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917999 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 121 | 153 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.4 |
| HSL | 285º | 0.14% | 0.54% | - |
| HSV(B) | 285º | 0.21% | 0.6% | - |
| XYZ | 24.26 | 21.99 | 33.1 | - |
| YUV | 131.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 153 | 0.05 | 0.21 | 0 | 0.4 | 285 | 0.14 | 0.54 |
| Hex | 91 | 79 | 99 | 5 | 15 | 0 | 28 | 11D | E | 36 |
| Octal | 221 | 171 | 231 | 5 | 25 | 0 | 50 | 435 | 16 | 66 |
| Binary | 10010001 | 1111001 | 10011001 | 101 | 10101 | 0 | 101000 | 100011101 | 1110 | 110110 |
Color Harmonies of #917999
Complementary color
Monochromatic Colors of #917999
Black with #917999
Text Example
Text Example
White with #917999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917999; }
p { color: rgb(145,121,153); }
H1.HeaderClassName
{
color: #917999;
}
.AnyTagClassName
{
color: #917999;
}
</style>
background-color css
<style>
a { background-color: #917999; }
a { background-color: rgb(145,121,153); }
div.DivClassName
{
background-color: #917999;
}
.BgClassName
{
background-color: #917999;
}
</style>
border-color css
<style>
span { border-color: #917999; }
span { border-color: rgb(145,121,153); }
td.TdClassName
{
border-color: #917999;
}
.TagClassName
{
border-color: #917999;
}
</style>