Shades of Amethyst Smoke #958AA2
Tints of Amethyst Smoke #958AA2
RGB
CMYK
RGB Variations
Color information
#958AA2 (or 0x958AA2) is known color: Amethyst Smoke. HEX triplet: 95, 8A and A2. RGB value is (149,138,162). Sum of RGB (Red+Green+Blue) = 149+138+162=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 162 - color contains mainly: blue. Hex color #958AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958AA2 is #6A755D. Grayscale: #8F8F8F. Windows color (decimal): -6976862 or 10652309. OLE color: 10652309.
HSL color Cylindrical-coordinate representation of color #958AA2: hue angle of 267.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #958AA2 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 138 | 162 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.36 |
| HSL | 267.5º | 0.11% | 0.59% | - |
| HSV(B) | 267.5º | 0.15% | 0.64% | - |
| XYZ | 28 | 27.18 | 37.95 | - |
| YUV | 144.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 162 | 0.08 | 0.15 | 0 | 0.36 | 267.5 | 0.11 | 0.59 |
| Hex | 95 | 8A | A2 | 8 | F | 0 | 24 | 10C | B | 3B |
| Octal | 225 | 212 | 242 | 10 | 17 | 0 | 44 | 414 | 13 | 73 |
| Binary | 10010101 | 10001010 | 10100010 | 1000 | 1111 | 0 | 100100 | 100001100 | 1011 | 111011 |
Color Harmonies of #958AA2
Complementary color
Monochromatic Colors of #958AA2
Black with #958AA2
Text Example
Text Example
White with #958AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AA2; }
p { color: rgb(149,138,162); }
H1.HeaderClassName
{
color: #958AA2;
}
.AnyTagClassName
{
color: #958AA2;
}
</style>
background-color css
<style>
a { background-color: #958AA2; }
a { background-color: rgb(149,138,162); }
div.DivClassName
{
background-color: #958AA2;
}
.BgClassName
{
background-color: #958AA2;
}
</style>
border-color css
<style>
span { border-color: #958AA2; }
span { border-color: rgb(149,138,162); }
td.TdClassName
{
border-color: #958AA2;
}
.TagClassName
{
border-color: #958AA2;
}
</style>