Shades of Violet Blue #967198
Tints of Violet Blue #967198
RGB
CMYK
RGB Variations
Color information
#967198 (or 0x967198) is known color: Violet Blue. HEX triplet: 96, 71 and 98. RGB value is (150,113,152). Sum of RGB (Red+Green+Blue) = 150+113+152=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 152 - color contains mainly: blue. Hex color #967198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967198 is #698E67. Grayscale: #808080. Windows color (decimal): -6917736 or 9990550. OLE color: 9990550.
HSL color Cylindrical-coordinate representation of color #967198: hue angle of 296.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #967198 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 113 | 152 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.40 |
| HSL | 296.92º | 0.16% | 0.52% | - |
| HSV(B) | 296.92º | 0.26% | 0.6% | - |
| XYZ | 24.15 | 20.56 | 32.4 | - |
| YUV | 128.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 152 | 0.01 | 0.26 | 0 | 0.40 | 296.92 | 0.16 | 0.52 |
| Hex | 96 | 71 | 98 | 1 | 1A | 0 | 28 | 129 | 10 | 34 |
| Octal | 226 | 161 | 230 | 1 | 32 | 0 | 50 | 451 | 20 | 64 |
| Binary | 10010110 | 1110001 | 10011000 | 1 | 11010 | 0 | 101000 | 100101001 | 10000 | 110100 |
Color Harmonies of #967198
Complementary color
Monochromatic Colors of #967198
Black with #967198
Text Example
Text Example
White with #967198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967198; }
p { color: rgb(150,113,152); }
H1.HeaderClassName
{
color: #967198;
}
.AnyTagClassName
{
color: #967198;
}
</style>
background-color css
<style>
a { background-color: #967198; }
a { background-color: rgb(150,113,152); }
div.DivClassName
{
background-color: #967198;
}
.BgClassName
{
background-color: #967198;
}
</style>
border-color css
<style>
span { border-color: #967198; }
span { border-color: rgb(150,113,152); }
td.TdClassName
{
border-color: #967198;
}
.TagClassName
{
border-color: #967198;
}
</style>