Shades of Violet Blue #966D9C
Tints of Violet Blue #966D9C
RGB
CMYK
RGB Variations
Color information
#966D9C (or 0x966D9C) is known color: Violet Blue. HEX triplet: 96, 6D and 9C. RGB value is (150,109,156). Sum of RGB (Red+Green+Blue) = 150+109+156=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #966D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966D9C is #699263. Grayscale: #7E7E7E. Windows color (decimal): -6918756 or 10251670. OLE color: 10251670.
HSL color Cylindrical-coordinate representation of color #966D9C: hue angle of 292.34º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966D9C is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 109 | 156 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.39 |
| HSL | 292.34º | 0.19% | 0.52% | - |
| HSV(B) | 292.34º | 0.3% | 0.61% | - |
| XYZ | 24.05 | 19.82 | 34.01 | - |
| YUV | 126.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 156 | 0.04 | 0.30 | 0 | 0.39 | 292.34 | 0.19 | 0.52 |
| Hex | 96 | 6D | 9C | 4 | 1E | 0 | 27 | 124 | 13 | 34 |
| Octal | 226 | 155 | 234 | 4 | 36 | 0 | 47 | 444 | 23 | 64 |
| Binary | 10010110 | 1101101 | 10011100 | 100 | 11110 | 0 | 100111 | 100100100 | 10011 | 110100 |
Color Harmonies of #966D9C
Complementary color
Monochromatic Colors of #966D9C
Black with #966D9C
Text Example
Text Example
White with #966D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D9C; }
p { color: rgb(150,109,156); }
H1.HeaderClassName
{
color: #966D9C;
}
.AnyTagClassName
{
color: #966D9C;
}
</style>
background-color css
<style>
a { background-color: #966D9C; }
a { background-color: rgb(150,109,156); }
div.DivClassName
{
background-color: #966D9C;
}
.BgClassName
{
background-color: #966D9C;
}
</style>
border-color css
<style>
span { border-color: #966D9C; }
span { border-color: rgb(150,109,156); }
td.TdClassName
{
border-color: #966D9C;
}
.TagClassName
{
border-color: #966D9C;
}
</style>