Shades of Amethyst Smoke #968AA2
Tints of Amethyst Smoke #968AA2
RGB
CMYK
RGB Variations
Color information
#968AA2 (or 0x968AA2) is known color: Amethyst Smoke. HEX triplet: 96, 8A and A2. RGB value is (150,138,162). Sum of RGB (Red+Green+Blue) = 150+138+162=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 162 - color contains mainly: blue. Hex color #968AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968AA2 is #69755D. Grayscale: #909090. Windows color (decimal): -6911326 or 10652310. OLE color: 10652310.
HSL color Cylindrical-coordinate representation of color #968AA2: hue angle of 270º 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 #968AA2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 138 | 162 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.36 |
| HSL | 270º | 0.11% | 0.59% | - |
| HSV(B) | 270º | 0.15% | 0.64% | - |
| XYZ | 28.19 | 27.27 | 37.96 | - |
| YUV | 144.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 162 | 0.07 | 0.15 | 0 | 0.36 | 270 | 0.11 | 0.59 |
| Hex | 96 | 8A | A2 | 7 | F | 0 | 24 | 10E | B | 3B |
| Octal | 226 | 212 | 242 | 7 | 17 | 0 | 44 | 416 | 13 | 73 |
| Binary | 10010110 | 10001010 | 10100010 | 111 | 1111 | 0 | 100100 | 100001110 | 1011 | 111011 |
Color Harmonies of #968AA2
Complementary color
Monochromatic Colors of #968AA2
Black with #968AA2
Text Example
Text Example
White with #968AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968AA2; }
p { color: rgb(150,138,162); }
H1.HeaderClassName
{
color: #968AA2;
}
.AnyTagClassName
{
color: #968AA2;
}
</style>
background-color css
<style>
a { background-color: #968AA2; }
a { background-color: rgb(150,138,162); }
div.DivClassName
{
background-color: #968AA2;
}
.BgClassName
{
background-color: #968AA2;
}
</style>
border-color css
<style>
span { border-color: #968AA2; }
span { border-color: rgb(150,138,162); }
td.TdClassName
{
border-color: #968AA2;
}
.TagClassName
{
border-color: #968AA2;
}
</style>