Shades of Violet Blue #967296
Tints of Violet Blue #967296
RGB
CMYK
RGB Variations
Color information
#967296 (or 0x967296) is known color: Violet Blue. HEX triplet: 96, 72 and 96. RGB value is (150,114,150). Sum of RGB (Red+Green+Blue) = 150+114+150=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #967296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967296 is #698D69. Grayscale: #808080. Windows color (decimal): -6917482 or 9859734. OLE color: 9859734.
HSL color Cylindrical-coordinate representation of color #967296: hue angle of 300º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #967296 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 150 | - |
| CMYK | 0 | 0.24 | 0 | 0.41 |
| HSL | 300º | 0.15% | 0.52% | - |
| HSV(B) | 300º | 0.24% | 0.59% | - |
| XYZ | 24.1 | 20.72 | 31.58 | - |
| YUV | 128.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 150 | 0 | 0.24 | 0 | 0.41 | 300 | 0.15 | 0.52 |
| Hex | 96 | 72 | 96 | 0 | 18 | 0 | 29 | 12C | F | 34 |
| Octal | 226 | 162 | 226 | 0 | 30 | 0 | 51 | 454 | 17 | 64 |
| Binary | 10010110 | 1110010 | 10010110 | 0 | 11000 | 0 | 101001 | 100101100 | 1111 | 110100 |
Color Harmonies of #967296
Complementary color
Monochromatic Colors of #967296
Black with #967296
Text Example
Text Example
White with #967296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967296; }
p { color: rgb(150,114,150); }
H1.HeaderClassName
{
color: #967296;
}
.AnyTagClassName
{
color: #967296;
}
</style>
background-color css
<style>
a { background-color: #967296; }
a { background-color: rgb(150,114,150); }
div.DivClassName
{
background-color: #967296;
}
.BgClassName
{
background-color: #967296;
}
</style>
border-color css
<style>
span { border-color: #967296; }
span { border-color: rgb(150,114,150); }
td.TdClassName
{
border-color: #967296;
}
.TagClassName
{
border-color: #967296;
}
</style>