Shades of Violet Blue #966295
Tints of Violet Blue #966295
RGB
CMYK
RGB Variations
Color information
#966295 (or 0x966295) is known color: Violet Blue. HEX triplet: 96, 62 and 95. RGB value is (150,98,149). Sum of RGB (Red+Green+Blue) = 150+98+149=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #966295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966295 is #699D6A. Grayscale: #777777. Windows color (decimal): -6921579 or 9790102. OLE color: 9790102.
HSL color Cylindrical-coordinate representation of color #966295: hue angle of 301.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966295 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 149 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.41 |
| HSL | 301.15º | 0.21% | 0.49% | - |
| HSV(B) | 301.15º | 0.35% | 0.59% | - |
| XYZ | 22.37 | 17.39 | 30.61 | - |
| YUV | 119.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 149 | 0 | 0.35 | 0.01 | 0.41 | 301.15 | 0.21 | 0.49 |
| Hex | 96 | 62 | 95 | 0 | 23 | 1 | 29 | 12D | 15 | 31 |
| Octal | 226 | 142 | 225 | 0 | 43 | 1 | 51 | 455 | 25 | 61 |
| Binary | 10010110 | 1100010 | 10010101 | 0 | 100011 | 1 | 101001 | 100101101 | 10101 | 110001 |
Color Harmonies of #966295
Complementary color
Monochromatic Colors of #966295
Black with #966295
Text Example
Text Example
White with #966295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966295; }
p { color: rgb(150,98,149); }
H1.HeaderClassName
{
color: #966295;
}
.AnyTagClassName
{
color: #966295;
}
</style>
background-color css
<style>
a { background-color: #966295; }
a { background-color: rgb(150,98,149); }
div.DivClassName
{
background-color: #966295;
}
.BgClassName
{
background-color: #966295;
}
</style>
border-color css
<style>
span { border-color: #966295; }
span { border-color: rgb(150,98,149); }
td.TdClassName
{
border-color: #966295;
}
.TagClassName
{
border-color: #966295;
}
</style>