Shades of Amethyst Smoke #967FA5
Tints of Amethyst Smoke #967FA5
RGB
CMYK
RGB Variations
Color information
#967FA5 (or 0x967FA5) is known color: Amethyst Smoke. HEX triplet: 96, 7F and A5. RGB value is (150,127,165). Sum of RGB (Red+Green+Blue) = 150+127+165=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 165 - color contains mainly: blue. Hex color #967FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967FA5 is #69805A. Grayscale: #8A8A8A. Windows color (decimal): -6914139 or 10846102. OLE color: 10846102.
HSL color Cylindrical-coordinate representation of color #967FA5: hue angle of 276.32º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967FA5 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 127 | 165 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.35 |
| HSL | 276.32º | 0.17% | 0.57% | - |
| HSV(B) | 276.32º | 0.23% | 0.65% | - |
| XYZ | 26.96 | 24.38 | 38.88 | - |
| YUV | 138.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 165 | 0.09 | 0.23 | 0 | 0.35 | 276.32 | 0.17 | 0.57 |
| Hex | 96 | 7F | A5 | 9 | 17 | 0 | 23 | 114 | 11 | 39 |
| Octal | 226 | 177 | 245 | 11 | 27 | 0 | 43 | 424 | 21 | 71 |
| Binary | 10010110 | 1111111 | 10100101 | 1001 | 10111 | 0 | 100011 | 100010100 | 10001 | 111001 |
Color Harmonies of #967FA5
Complementary color
Monochromatic Colors of #967FA5
Black with #967FA5
Text Example
Text Example
White with #967FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FA5; }
p { color: rgb(150,127,165); }
H1.HeaderClassName
{
color: #967FA5;
}
.AnyTagClassName
{
color: #967FA5;
}
</style>
background-color css
<style>
a { background-color: #967FA5; }
a { background-color: rgb(150,127,165); }
div.DivClassName
{
background-color: #967FA5;
}
.BgClassName
{
background-color: #967FA5;
}
</style>
border-color css
<style>
span { border-color: #967FA5; }
span { border-color: rgb(150,127,165); }
td.TdClassName
{
border-color: #967FA5;
}
.TagClassName
{
border-color: #967FA5;
}
</style>