Shades of Violet Blue #966E9C
Tints of Violet Blue #966E9C
RGB
CMYK
RGB Variations
Color information
#966E9C (or 0x966E9C) is known color: Violet Blue. HEX triplet: 96, 6E and 9C. RGB value is (150,110,156). Sum of RGB (Red+Green+Blue) = 150+110+156=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #966E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966E9C is #699163. Grayscale: #7F7F7F. Windows color (decimal): -6918500 or 10251926. OLE color: 10251926.
HSL color Cylindrical-coordinate representation of color #966E9C: hue angle of 292.17º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966E9C is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 110 | 156 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.39 |
| HSL | 292.17º | 0.19% | 0.52% | - |
| HSV(B) | 292.17º | 0.29% | 0.61% | - |
| XYZ | 24.15 | 20.04 | 34.05 | - |
| YUV | 127.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 156 | 0.04 | 0.29 | 0 | 0.39 | 292.17 | 0.19 | 0.52 |
| Hex | 96 | 6E | 9C | 4 | 1D | 0 | 27 | 124 | 13 | 34 |
| Octal | 226 | 156 | 234 | 4 | 35 | 0 | 47 | 444 | 23 | 64 |
| Binary | 10010110 | 1101110 | 10011100 | 100 | 11101 | 0 | 100111 | 100100100 | 10011 | 110100 |
Color Harmonies of #966E9C
Complementary color
Monochromatic Colors of #966E9C
Black with #966E9C
Text Example
Text Example
White with #966E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E9C; }
p { color: rgb(150,110,156); }
H1.HeaderClassName
{
color: #966E9C;
}
.AnyTagClassName
{
color: #966E9C;
}
</style>
background-color css
<style>
a { background-color: #966E9C; }
a { background-color: rgb(150,110,156); }
div.DivClassName
{
background-color: #966E9C;
}
.BgClassName
{
background-color: #966E9C;
}
</style>
border-color css
<style>
span { border-color: #966E9C; }
span { border-color: rgb(150,110,156); }
td.TdClassName
{
border-color: #966E9C;
}
.TagClassName
{
border-color: #966E9C;
}
</style>