Shades of Violet Blue #967794
Tints of Violet Blue #967794
RGB
CMYK
RGB Variations
Color information
#967794 (or 0x967794) is known color: Violet Blue. HEX triplet: 96, 77 and 94. RGB value is (150,119,148). Sum of RGB (Red+Green+Blue) = 150+119+148=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #967794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967794 is #69886B. Grayscale: #838383. Windows color (decimal): -6916204 or 9729942. OLE color: 9729942.
HSL color Cylindrical-coordinate representation of color #967794: hue angle of 303.87º 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 #967794 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 148 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.41 |
| HSL | 303.87º | 0.13% | 0.53% | - |
| HSV(B) | 303.87º | 0.21% | 0.59% | - |
| XYZ | 24.52 | 21.82 | 30.94 | - |
| YUV | 131.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 148 | 0 | 0.21 | 0.01 | 0.41 | 303.87 | 0.13 | 0.53 |
| Hex | 96 | 77 | 94 | 0 | 15 | 1 | 29 | 130 | D | 35 |
| Octal | 226 | 167 | 224 | 0 | 25 | 1 | 51 | 460 | 15 | 65 |
| Binary | 10010110 | 1110111 | 10010100 | 0 | 10101 | 1 | 101001 | 100110000 | 1101 | 110101 |
Color Harmonies of #967794
Complementary color
Monochromatic Colors of #967794
Black with #967794
Text Example
Text Example
White with #967794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967794; }
p { color: rgb(150,119,148); }
H1.HeaderClassName
{
color: #967794;
}
.AnyTagClassName
{
color: #967794;
}
</style>
background-color css
<style>
a { background-color: #967794; }
a { background-color: rgb(150,119,148); }
div.DivClassName
{
background-color: #967794;
}
.BgClassName
{
background-color: #967794;
}
</style>
border-color css
<style>
span { border-color: #967794; }
span { border-color: rgb(150,119,148); }
td.TdClassName
{
border-color: #967794;
}
.TagClassName
{
border-color: #967794;
}
</style>