Shades of Amethyst Smoke #968AA0
Tints of Amethyst Smoke #968AA0
RGB
CMYK
RGB Variations
Color information
#968AA0 (or 0x968AA0) is known color: Amethyst Smoke. HEX triplet: 96, 8A and A0. RGB value is (150,138,160). Sum of RGB (Red+Green+Blue) = 150+138+160=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 160 - color contains mainly: blue. Hex color #968AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968AA0 is #69755F. Grayscale: #909090. Windows color (decimal): -6911328 or 10521238. OLE color: 10521238.
HSL color Cylindrical-coordinate representation of color #968AA0: hue angle of 272.73º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #968AA0 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 138 | 160 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.37 |
| HSL | 272.73º | 0.1% | 0.58% | - |
| HSV(B) | 272.73º | 0.14% | 0.63% | - |
| XYZ | 28.01 | 27.2 | 37.03 | - |
| YUV | 144.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 160 | 0.06 | 0.14 | 0 | 0.37 | 272.73 | 0.1 | 0.58 |
| Hex | 96 | 8A | A0 | 6 | E | 0 | 25 | 111 | A | 3A |
| Octal | 226 | 212 | 240 | 6 | 16 | 0 | 45 | 421 | 12 | 72 |
| Binary | 10010110 | 10001010 | 10100000 | 110 | 1110 | 0 | 100101 | 100010001 | 1010 | 111010 |
Color Harmonies of #968AA0
Complementary color
Monochromatic Colors of #968AA0
Black with #968AA0
Text Example
Text Example
White with #968AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968AA0; }
p { color: rgb(150,138,160); }
H1.HeaderClassName
{
color: #968AA0;
}
.AnyTagClassName
{
color: #968AA0;
}
</style>
background-color css
<style>
a { background-color: #968AA0; }
a { background-color: rgb(150,138,160); }
div.DivClassName
{
background-color: #968AA0;
}
.BgClassName
{
background-color: #968AA0;
}
</style>
border-color css
<style>
span { border-color: #968AA0; }
span { border-color: rgb(150,138,160); }
td.TdClassName
{
border-color: #968AA0;
}
.TagClassName
{
border-color: #968AA0;
}
</style>