Shades of Violet Blue #966B9E
Tints of Violet Blue #966B9E
RGB
CMYK
RGB Variations
Color information
#966B9E (or 0x966B9E) is known color: Violet Blue. HEX triplet: 96, 6B and 9E. RGB value is (150,107,158). Sum of RGB (Red+Green+Blue) = 150+107+158=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #966B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966B9E is #699461. Grayscale: #7D7D7D. Windows color (decimal): -6919266 or 10382230. OLE color: 10382230.
HSL color Cylindrical-coordinate representation of color #966B9E: hue angle of 290.59º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966B9E is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 107 | 158 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.38 |
| HSL | 290.59º | 0.21% | 0.52% | - |
| HSV(B) | 290.59º | 0.32% | 0.62% | - |
| XYZ | 24.01 | 19.47 | 34.84 | - |
| YUV | 125.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 158 | 0.05 | 0.32 | 0 | 0.38 | 290.59 | 0.21 | 0.52 |
| Hex | 96 | 6B | 9E | 5 | 20 | 0 | 26 | 123 | 15 | 34 |
| Octal | 226 | 153 | 236 | 5 | 40 | 0 | 46 | 443 | 25 | 64 |
| Binary | 10010110 | 1101011 | 10011110 | 101 | 100000 | 0 | 100110 | 100100011 | 10101 | 110100 |
Color Harmonies of #966B9E
Complementary color
Monochromatic Colors of #966B9E
Black with #966B9E
Text Example
Text Example
White with #966B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B9E; }
p { color: rgb(150,107,158); }
H1.HeaderClassName
{
color: #966B9E;
}
.AnyTagClassName
{
color: #966B9E;
}
</style>
background-color css
<style>
a { background-color: #966B9E; }
a { background-color: rgb(150,107,158); }
div.DivClassName
{
background-color: #966B9E;
}
.BgClassName
{
background-color: #966B9E;
}
</style>
border-color css
<style>
span { border-color: #966B9E; }
span { border-color: rgb(150,107,158); }
td.TdClassName
{
border-color: #966B9E;
}
.TagClassName
{
border-color: #966B9E;
}
</style>