Shades of Violet Blue #966192
Tints of Violet Blue #966192
RGB
CMYK
RGB Variations
Color information
#966192 (or 0x966192) is known color: Violet Blue. HEX triplet: 96, 61 and 92. RGB value is (150,97,146). Sum of RGB (Red+Green+Blue) = 150+97+146=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #966192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966192 is #699E6D. Grayscale: #767676. Windows color (decimal): -6921838 or 9593238. OLE color: 9593238.
HSL color Cylindrical-coordinate representation of color #966192: hue angle of 304.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966192 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 146 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.41 |
| HSL | 304.53º | 0.21% | 0.48% | - |
| HSV(B) | 304.53º | 0.35% | 0.59% | - |
| XYZ | 22.04 | 17.11 | 29.33 | - |
| YUV | 118.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 146 | 0 | 0.35 | 0.03 | 0.41 | 304.53 | 0.21 | 0.48 |
| Hex | 96 | 61 | 92 | 0 | 23 | 3 | 29 | 131 | 15 | 30 |
| Octal | 226 | 141 | 222 | 0 | 43 | 3 | 51 | 461 | 25 | 60 |
| Binary | 10010110 | 1100001 | 10010010 | 0 | 100011 | 11 | 101001 | 100110001 | 10101 | 110000 |
Color Harmonies of #966192
Complementary color
Monochromatic Colors of #966192
Black with #966192
Text Example
Text Example
White with #966192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966192; }
p { color: rgb(150,97,146); }
H1.HeaderClassName
{
color: #966192;
}
.AnyTagClassName
{
color: #966192;
}
</style>
background-color css
<style>
a { background-color: #966192; }
a { background-color: rgb(150,97,146); }
div.DivClassName
{
background-color: #966192;
}
.BgClassName
{
background-color: #966192;
}
</style>
border-color css
<style>
span { border-color: #966192; }
span { border-color: rgb(150,97,146); }
td.TdClassName
{
border-color: #966192;
}
.TagClassName
{
border-color: #966192;
}
</style>