Shades of Violet Blue #967494
Tints of Violet Blue #967494
RGB
CMYK
RGB Variations
Color information
#967494 (or 0x967494) is known color: Violet Blue. HEX triplet: 96, 74 and 94. RGB value is (150,116,148). Sum of RGB (Red+Green+Blue) = 150+116+148=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #967494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967494 is #698B6B. Grayscale: #818181. Windows color (decimal): -6916972 or 9729174. OLE color: 9729174.
HSL color Cylindrical-coordinate representation of color #967494: hue angle of 303.53º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967494 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 116 | 148 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.41 |
| HSL | 303.53º | 0.14% | 0.52% | - |
| HSV(B) | 303.53º | 0.23% | 0.59% | - |
| XYZ | 24.17 | 21.11 | 30.82 | - |
| YUV | 129.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 148 | 0 | 0.23 | 0.01 | 0.41 | 303.53 | 0.14 | 0.52 |
| Hex | 96 | 74 | 94 | 0 | 17 | 1 | 29 | 130 | E | 34 |
| Octal | 226 | 164 | 224 | 0 | 27 | 1 | 51 | 460 | 16 | 64 |
| Binary | 10010110 | 1110100 | 10010100 | 0 | 10111 | 1 | 101001 | 100110000 | 1110 | 110100 |
Color Harmonies of #967494
Complementary color
Monochromatic Colors of #967494
Black with #967494
Text Example
Text Example
White with #967494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967494; }
p { color: rgb(150,116,148); }
H1.HeaderClassName
{
color: #967494;
}
.AnyTagClassName
{
color: #967494;
}
</style>
background-color css
<style>
a { background-color: #967494; }
a { background-color: rgb(150,116,148); }
div.DivClassName
{
background-color: #967494;
}
.BgClassName
{
background-color: #967494;
}
</style>
border-color css
<style>
span { border-color: #967494; }
span { border-color: rgb(150,116,148); }
td.TdClassName
{
border-color: #967494;
}
.TagClassName
{
border-color: #967494;
}
</style>