Shades of Violet Blue #967696
Tints of Violet Blue #967696
RGB
CMYK
RGB Variations
Color information
#967696 (or 0x967696) is known color: Violet Blue. HEX triplet: 96, 76 and 96. RGB value is (150,118,150). Sum of RGB (Red+Green+Blue) = 150+118+150=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #967696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967696 is #698969. Grayscale: #838383. Windows color (decimal): -6916458 or 9860758. OLE color: 9860758.
HSL color Cylindrical-coordinate representation of color #967696: hue angle of 300º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967696 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 150 | - |
| CMYK | 0 | 0.21 | 0 | 0.41 |
| HSL | 300º | 0.13% | 0.53% | - |
| HSV(B) | 300º | 0.21% | 0.59% | - |
| XYZ | 24.56 | 21.64 | 31.74 | - |
| YUV | 131.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 150 | 0 | 0.21 | 0 | 0.41 | 300 | 0.13 | 0.53 |
| Hex | 96 | 76 | 96 | 0 | 15 | 0 | 29 | 12C | D | 35 |
| Octal | 226 | 166 | 226 | 0 | 25 | 0 | 51 | 454 | 15 | 65 |
| Binary | 10010110 | 1110110 | 10010110 | 0 | 10101 | 0 | 101001 | 100101100 | 1101 | 110101 |
Color Harmonies of #967696
Complementary color
Monochromatic Colors of #967696
Black with #967696
Text Example
Text Example
White with #967696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967696; }
p { color: rgb(150,118,150); }
H1.HeaderClassName
{
color: #967696;
}
.AnyTagClassName
{
color: #967696;
}
</style>
background-color css
<style>
a { background-color: #967696; }
a { background-color: rgb(150,118,150); }
div.DivClassName
{
background-color: #967696;
}
.BgClassName
{
background-color: #967696;
}
</style>
border-color css
<style>
span { border-color: #967696; }
span { border-color: rgb(150,118,150); }
td.TdClassName
{
border-color: #967696;
}
.TagClassName
{
border-color: #967696;
}
</style>