Shades of Amethyst Smoke #907C9B
Tints of Amethyst Smoke #907C9B
RGB
CMYK
RGB Variations
Color information
#907C9B (or 0x907C9B) is known color: Amethyst Smoke. HEX triplet: 90, 7C and 9B. RGB value is (144,124,155). Sum of RGB (Red+Green+Blue) = 144+124+155=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #907C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907C9B is #6F8364. Grayscale: #858585. Windows color (decimal): -7308133 or 10189968. OLE color: 10189968.
HSL color Cylindrical-coordinate representation of color #907C9B: hue angle of 278.71º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #907C9B is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 124 | 155 | - |
| CMYK | 0.07 | 0.2 | 0 | 0.39 |
| HSL | 278.71º | 0.13% | 0.55% | - |
| HSV(B) | 278.71º | 0.2% | 0.61% | - |
| XYZ | 24.63 | 22.71 | 34.1 | - |
| YUV | 133.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 155 | 0.07 | 0.2 | 0 | 0.39 | 278.71 | 0.13 | 0.55 |
| Hex | 90 | 7C | 9B | 7 | 14 | 0 | 27 | 117 | D | 37 |
| Octal | 220 | 174 | 233 | 7 | 24 | 0 | 47 | 427 | 15 | 67 |
| Binary | 10010000 | 1111100 | 10011011 | 111 | 10100 | 0 | 100111 | 100010111 | 1101 | 110111 |
Color Harmonies of #907C9B
Complementary color
Monochromatic Colors of #907C9B
Black with #907C9B
Text Example
Text Example
White with #907C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907C9B; }
p { color: rgb(144,124,155); }
H1.HeaderClassName
{
color: #907C9B;
}
.AnyTagClassName
{
color: #907C9B;
}
</style>
background-color css
<style>
a { background-color: #907C9B; }
a { background-color: rgb(144,124,155); }
div.DivClassName
{
background-color: #907C9B;
}
.BgClassName
{
background-color: #907C9B;
}
</style>
border-color css
<style>
span { border-color: #907C9B; }
span { border-color: rgb(144,124,155); }
td.TdClassName
{
border-color: #907C9B;
}
.TagClassName
{
border-color: #907C9B;
}
</style>