Shades of Violet Blue #946C96
Tints of Violet Blue #946C96
RGB
CMYK
RGB Variations
Color information
#946C96 (or 0x946C96) is known color: Violet Blue. HEX triplet: 94, 6C and 96. RGB value is (148,108,150). Sum of RGB (Red+Green+Blue) = 148+108+150=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 150 - color contains mainly: blue. Hex color #946C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946C96 is #6B9369. Grayscale: #7C7C7C. Windows color (decimal): -7050090 or 9858196. OLE color: 9858196.
HSL color Cylindrical-coordinate representation of color #946C96: hue angle of 297.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946C96 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 108 | 150 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.41 |
| HSL | 297.14º | 0.17% | 0.51% | - |
| HSV(B) | 297.14º | 0.28% | 0.59% | - |
| XYZ | 23.08 | 19.22 | 31.35 | - |
| YUV | 124.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 150 | 0.01 | 0.28 | 0 | 0.41 | 297.14 | 0.17 | 0.51 |
| Hex | 94 | 6C | 96 | 1 | 1C | 0 | 29 | 129 | 11 | 33 |
| Octal | 224 | 154 | 226 | 1 | 34 | 0 | 51 | 451 | 21 | 63 |
| Binary | 10010100 | 1101100 | 10010110 | 1 | 11100 | 0 | 101001 | 100101001 | 10001 | 110011 |
Color Harmonies of #946C96
Complementary color
Monochromatic Colors of #946C96
Black with #946C96
Text Example
Text Example
White with #946C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C96; }
p { color: rgb(148,108,150); }
H1.HeaderClassName
{
color: #946C96;
}
.AnyTagClassName
{
color: #946C96;
}
</style>
background-color css
<style>
a { background-color: #946C96; }
a { background-color: rgb(148,108,150); }
div.DivClassName
{
background-color: #946C96;
}
.BgClassName
{
background-color: #946C96;
}
</style>
border-color css
<style>
span { border-color: #946C96; }
span { border-color: rgb(148,108,150); }
td.TdClassName
{
border-color: #946C96;
}
.TagClassName
{
border-color: #946C96;
}
</style>