Shades of Violet Blue #966392
Tints of Violet Blue #966392
RGB
CMYK
RGB Variations
Color information
#966392 (or 0x966392) is known color: Violet Blue. HEX triplet: 96, 63 and 92. RGB value is (150,99,146). Sum of RGB (Red+Green+Blue) = 150+99+146=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #966392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966392 is #699C6D. Grayscale: #777777. Windows color (decimal): -6921326 or 9593750. OLE color: 9593750.
HSL color Cylindrical-coordinate representation of color #966392: hue angle of 304.71º 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 #966392 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 146 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.41 |
| HSL | 304.71º | 0.2% | 0.49% | - |
| HSV(B) | 304.71º | 0.34% | 0.59% | - |
| XYZ | 22.23 | 17.48 | 29.4 | - |
| YUV | 119.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 146 | 0 | 0.34 | 0.03 | 0.41 | 304.71 | 0.2 | 0.49 |
| Hex | 96 | 63 | 92 | 0 | 22 | 3 | 29 | 131 | 14 | 31 |
| Octal | 226 | 143 | 222 | 0 | 42 | 3 | 51 | 461 | 24 | 61 |
| Binary | 10010110 | 1100011 | 10010010 | 0 | 100010 | 11 | 101001 | 100110001 | 10100 | 110001 |
Color Harmonies of #966392
Complementary color
Monochromatic Colors of #966392
Black with #966392
Text Example
Text Example
White with #966392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966392; }
p { color: rgb(150,99,146); }
H1.HeaderClassName
{
color: #966392;
}
.AnyTagClassName
{
color: #966392;
}
</style>
background-color css
<style>
a { background-color: #966392; }
a { background-color: rgb(150,99,146); }
div.DivClassName
{
background-color: #966392;
}
.BgClassName
{
background-color: #966392;
}
</style>
border-color css
<style>
span { border-color: #966392; }
span { border-color: rgb(150,99,146); }
td.TdClassName
{
border-color: #966392;
}
.TagClassName
{
border-color: #966392;
}
</style>