Shades of Violet Blue #966394
Tints of Violet Blue #966394
RGB
CMYK
RGB Variations
Color information
#966394 (or 0x966394) is known color: Violet Blue. HEX triplet: 96, 63 and 94. RGB value is (150,99,148). Sum of RGB (Red+Green+Blue) = 150+99+148=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #966394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966394 is #699C6B. Grayscale: #777777. Windows color (decimal): -6921324 or 9724822. OLE color: 9724822.
HSL color Cylindrical-coordinate representation of color #966394: hue angle of 302.35º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966394 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 148 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.41 |
| HSL | 302.35º | 0.2% | 0.49% | - |
| HSV(B) | 302.35º | 0.34% | 0.59% | - |
| XYZ | 22.38 | 17.55 | 30.22 | - |
| YUV | 119.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 148 | 0 | 0.34 | 0.01 | 0.41 | 302.35 | 0.2 | 0.49 |
| Hex | 96 | 63 | 94 | 0 | 22 | 1 | 29 | 12E | 14 | 31 |
| Octal | 226 | 143 | 224 | 0 | 42 | 1 | 51 | 456 | 24 | 61 |
| Binary | 10010110 | 1100011 | 10010100 | 0 | 100010 | 1 | 101001 | 100101110 | 10100 | 110001 |
Color Harmonies of #966394
Complementary color
Monochromatic Colors of #966394
Black with #966394
Text Example
Text Example
White with #966394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966394; }
p { color: rgb(150,99,148); }
H1.HeaderClassName
{
color: #966394;
}
.AnyTagClassName
{
color: #966394;
}
</style>
background-color css
<style>
a { background-color: #966394; }
a { background-color: rgb(150,99,148); }
div.DivClassName
{
background-color: #966394;
}
.BgClassName
{
background-color: #966394;
}
</style>
border-color css
<style>
span { border-color: #966394; }
span { border-color: rgb(150,99,148); }
td.TdClassName
{
border-color: #966394;
}
.TagClassName
{
border-color: #966394;
}
</style>