Shades of Violet Blue #966B9D
Tints of Violet Blue #966B9D
RGB
CMYK
RGB Variations
Color information
#966B9D (or 0x966B9D) is known color: Violet Blue. HEX triplet: 96, 6B and 9D. RGB value is (150,107,157). Sum of RGB (Red+Green+Blue) = 150+107+157=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #966B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966B9D is #699462. Grayscale: #7D7D7D. Windows color (decimal): -6919267 or 10316694. OLE color: 10316694.
HSL color Cylindrical-coordinate representation of color #966B9D: hue angle of 291.6º degrees, saturation: 0.2, 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 #966B9D is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 107 | 157 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.38 |
| HSL | 291.6º | 0.2% | 0.52% | - |
| HSV(B) | 291.6º | 0.32% | 0.62% | - |
| XYZ | 23.92 | 19.43 | 34.39 | - |
| YUV | 125.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 157 | 0.04 | 0.32 | 0 | 0.38 | 291.6 | 0.2 | 0.52 |
| Hex | 96 | 6B | 9D | 4 | 20 | 0 | 26 | 124 | 14 | 34 |
| Octal | 226 | 153 | 235 | 4 | 40 | 0 | 46 | 444 | 24 | 64 |
| Binary | 10010110 | 1101011 | 10011101 | 100 | 100000 | 0 | 100110 | 100100100 | 10100 | 110100 |
Color Harmonies of #966B9D
Complementary color
Monochromatic Colors of #966B9D
Black with #966B9D
Text Example
Text Example
White with #966B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B9D; }
p { color: rgb(150,107,157); }
H1.HeaderClassName
{
color: #966B9D;
}
.AnyTagClassName
{
color: #966B9D;
}
</style>
background-color css
<style>
a { background-color: #966B9D; }
a { background-color: rgb(150,107,157); }
div.DivClassName
{
background-color: #966B9D;
}
.BgClassName
{
background-color: #966B9D;
}
</style>
border-color css
<style>
span { border-color: #966B9D; }
span { border-color: rgb(150,107,157); }
td.TdClassName
{
border-color: #966B9D;
}
.TagClassName
{
border-color: #966B9D;
}
</style>