Shades of Violet Blue #966695
Tints of Violet Blue #966695
RGB
CMYK
RGB Variations
Color information
#966695 (or 0x966695) is known color: Violet Blue. HEX triplet: 96, 66 and 95. RGB value is (150,102,149). Sum of RGB (Red+Green+Blue) = 150+102+149=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #966695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966695 is #69996A. Grayscale: #797979. Windows color (decimal): -6920555 or 9791126. OLE color: 9791126.
HSL color Cylindrical-coordinate representation of color #966695: hue angle of 301.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966695 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 149 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.41 |
| HSL | 301.25º | 0.19% | 0.49% | - |
| HSV(B) | 301.25º | 0.32% | 0.59% | - |
| XYZ | 22.75 | 18.16 | 30.74 | - |
| YUV | 121.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 149 | 0 | 0.32 | 0.01 | 0.41 | 301.25 | 0.19 | 0.49 |
| Hex | 96 | 66 | 95 | 0 | 20 | 1 | 29 | 12D | 13 | 31 |
| Octal | 226 | 146 | 225 | 0 | 40 | 1 | 51 | 455 | 23 | 61 |
| Binary | 10010110 | 1100110 | 10010101 | 0 | 100000 | 1 | 101001 | 100101101 | 10011 | 110001 |
Color Harmonies of #966695
Complementary color
Monochromatic Colors of #966695
Black with #966695
Text Example
Text Example
White with #966695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966695; }
p { color: rgb(150,102,149); }
H1.HeaderClassName
{
color: #966695;
}
.AnyTagClassName
{
color: #966695;
}
</style>
background-color css
<style>
a { background-color: #966695; }
a { background-color: rgb(150,102,149); }
div.DivClassName
{
background-color: #966695;
}
.BgClassName
{
background-color: #966695;
}
</style>
border-color css
<style>
span { border-color: #966695; }
span { border-color: rgb(150,102,149); }
td.TdClassName
{
border-color: #966695;
}
.TagClassName
{
border-color: #966695;
}
</style>