Shades of Violet Blue #967A96
Tints of Violet Blue #967A96
RGB
CMYK
RGB Variations
Color information
#967A96 (or 0x967A96) is known color: Violet Blue. HEX triplet: 96, 7A and 96. RGB value is (150,122,150). Sum of RGB (Red+Green+Blue) = 150+122+150=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #967A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A96 is #698569. Grayscale: #858585. Windows color (decimal): -6915434 or 9861782. OLE color: 9861782.
HSL color Cylindrical-coordinate representation of color #967A96: hue angle of 300º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967A96 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 150 | - |
| CMYK | 0 | 0.19 | 0 | 0.41 |
| HSL | 300º | 0.12% | 0.53% | - |
| HSV(B) | 300º | 0.19% | 0.59% | - |
| XYZ | 25.04 | 22.61 | 31.9 | - |
| YUV | 133.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 150 | 0 | 0.19 | 0 | 0.41 | 300 | 0.12 | 0.53 |
| Hex | 96 | 7A | 96 | 0 | 13 | 0 | 29 | 12C | C | 35 |
| Octal | 226 | 172 | 226 | 0 | 23 | 0 | 51 | 454 | 14 | 65 |
| Binary | 10010110 | 1111010 | 10010110 | 0 | 10011 | 0 | 101001 | 100101100 | 1100 | 110101 |
Color Harmonies of #967A96
Complementary color
Monochromatic Colors of #967A96
Black with #967A96
Text Example
Text Example
White with #967A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A96; }
p { color: rgb(150,122,150); }
H1.HeaderClassName
{
color: #967A96;
}
.AnyTagClassName
{
color: #967A96;
}
</style>
background-color css
<style>
a { background-color: #967A96; }
a { background-color: rgb(150,122,150); }
div.DivClassName
{
background-color: #967A96;
}
.BgClassName
{
background-color: #967A96;
}
</style>
border-color css
<style>
span { border-color: #967A96; }
span { border-color: rgb(150,122,150); }
td.TdClassName
{
border-color: #967A96;
}
.TagClassName
{
border-color: #967A96;
}
</style>