Shades of Amethyst Smoke #907A9C
Tints of Amethyst Smoke #907A9C
RGB
CMYK
RGB Variations
Color information
#907A9C (or 0x907A9C) is known color: Amethyst Smoke. HEX triplet: 90, 7A and 9C. RGB value is (144,122,156). Sum of RGB (Red+Green+Blue) = 144+122+156=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #907A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907A9C is #6F8563. Grayscale: #848484. Windows color (decimal): -7308644 or 10254992. OLE color: 10254992.
HSL color Cylindrical-coordinate representation of color #907A9C: hue angle of 278.82º 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 #907A9C is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 122 | 156 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.39 |
| HSL | 278.82º | 0.15% | 0.55% | - |
| HSV(B) | 278.82º | 0.22% | 0.61% | - |
| XYZ | 24.46 | 22.25 | 34.46 | - |
| YUV | 132.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 156 | 0.08 | 0.22 | 0 | 0.39 | 278.82 | 0.15 | 0.55 |
| Hex | 90 | 7A | 9C | 8 | 16 | 0 | 27 | 117 | F | 37 |
| Octal | 220 | 172 | 234 | 10 | 26 | 0 | 47 | 427 | 17 | 67 |
| Binary | 10010000 | 1111010 | 10011100 | 1000 | 10110 | 0 | 100111 | 100010111 | 1111 | 110111 |
Color Harmonies of #907A9C
Complementary color
Monochromatic Colors of #907A9C
Black with #907A9C
Text Example
Text Example
White with #907A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A9C; }
p { color: rgb(144,122,156); }
H1.HeaderClassName
{
color: #907A9C;
}
.AnyTagClassName
{
color: #907A9C;
}
</style>
background-color css
<style>
a { background-color: #907A9C; }
a { background-color: rgb(144,122,156); }
div.DivClassName
{
background-color: #907A9C;
}
.BgClassName
{
background-color: #907A9C;
}
</style>
border-color css
<style>
span { border-color: #907A9C; }
span { border-color: rgb(144,122,156); }
td.TdClassName
{
border-color: #907A9C;
}
.TagClassName
{
border-color: #907A9C;
}
</style>