Shades of Amethyst Smoke #917A9C
Tints of Amethyst Smoke #917A9C
RGB
CMYK
RGB Variations
Color information
#917A9C (or 0x917A9C) is known color: Amethyst Smoke. HEX triplet: 91, 7A and 9C. RGB value is (145,122,156). Sum of RGB (Red+Green+Blue) = 145+122+156=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #917A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A9C is #6E8563. Grayscale: #848484. Windows color (decimal): -7243108 or 10254993. OLE color: 10254993.
HSL color Cylindrical-coordinate representation of color #917A9C: hue angle of 280.59º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917A9C is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 122 | 156 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.39 |
| HSL | 280.59º | 0.15% | 0.55% | - |
| HSV(B) | 280.59º | 0.22% | 0.61% | - |
| XYZ | 24.64 | 22.34 | 34.47 | - |
| YUV | 132.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 156 | 0.07 | 0.22 | 0 | 0.39 | 280.59 | 0.15 | 0.55 |
| Hex | 91 | 7A | 9C | 7 | 16 | 0 | 27 | 119 | F | 37 |
| Octal | 221 | 172 | 234 | 7 | 26 | 0 | 47 | 431 | 17 | 67 |
| Binary | 10010001 | 1111010 | 10011100 | 111 | 10110 | 0 | 100111 | 100011001 | 1111 | 110111 |
Color Harmonies of #917A9C
Complementary color
Monochromatic Colors of #917A9C
Black with #917A9C
Text Example
Text Example
White with #917A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A9C; }
p { color: rgb(145,122,156); }
H1.HeaderClassName
{
color: #917A9C;
}
.AnyTagClassName
{
color: #917A9C;
}
</style>
background-color css
<style>
a { background-color: #917A9C; }
a { background-color: rgb(145,122,156); }
div.DivClassName
{
background-color: #917A9C;
}
.BgClassName
{
background-color: #917A9C;
}
</style>
border-color css
<style>
span { border-color: #917A9C; }
span { border-color: rgb(145,122,156); }
td.TdClassName
{
border-color: #917A9C;
}
.TagClassName
{
border-color: #917A9C;
}
</style>