Shades of Amethyst Smoke #917D9A
Tints of Amethyst Smoke #917D9A
RGB
CMYK
RGB Variations
Color information
#917D9A (or 0x917D9A) is known color: Amethyst Smoke. HEX triplet: 91, 7D and 9A. RGB value is (145,125,154). Sum of RGB (Red+Green+Blue) = 145+125+154=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 154 - color contains mainly: blue. Hex color #917D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D9A is #6E8265. Grayscale: #868686. Windows color (decimal): -7242342 or 10124689. OLE color: 10124689.
HSL color Cylindrical-coordinate representation of color #917D9A: hue angle of 281.38º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917D9A is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 125 | 154 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.40 |
| HSL | 281.38º | 0.13% | 0.55% | - |
| HSV(B) | 281.38º | 0.19% | 0.6% | - |
| XYZ | 24.84 | 23.02 | 33.71 | - |
| YUV | 134.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 154 | 0.06 | 0.19 | 0 | 0.40 | 281.38 | 0.13 | 0.55 |
| Hex | 91 | 7D | 9A | 6 | 13 | 0 | 28 | 119 | D | 37 |
| Octal | 221 | 175 | 232 | 6 | 23 | 0 | 50 | 431 | 15 | 67 |
| Binary | 10010001 | 1111101 | 10011010 | 110 | 10011 | 0 | 101000 | 100011001 | 1101 | 110111 |
Color Harmonies of #917D9A
Complementary color
Monochromatic Colors of #917D9A
Black with #917D9A
Text Example
Text Example
White with #917D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D9A; }
p { color: rgb(145,125,154); }
H1.HeaderClassName
{
color: #917D9A;
}
.AnyTagClassName
{
color: #917D9A;
}
</style>
background-color css
<style>
a { background-color: #917D9A; }
a { background-color: rgb(145,125,154); }
div.DivClassName
{
background-color: #917D9A;
}
.BgClassName
{
background-color: #917D9A;
}
</style>
border-color css
<style>
span { border-color: #917D9A; }
span { border-color: rgb(145,125,154); }
td.TdClassName
{
border-color: #917D9A;
}
.TagClassName
{
border-color: #917D9A;
}
</style>