Shades of Violet Blue #965197
Tints of Violet Blue #965197
RGB
CMYK
RGB Variations
Color information
#965197 (or 0x965197) is known color: Violet Blue. HEX triplet: 96, 51 and 97. RGB value is (150,81,151). Sum of RGB (Red+Green+Blue) = 150+81+151=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #965197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965197 is #69AE68. Grayscale: #6D6D6D. Windows color (decimal): -6925929 or 9916822. OLE color: 9916822.
HSL color Cylindrical-coordinate representation of color #965197: hue angle of 299.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965197 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 151 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.41 |
| HSL | 299.14º | 0.3% | 0.45% | - |
| HSV(B) | 299.14º | 0.46% | 0.59% | - |
| XYZ | 21.11 | 14.6 | 30.98 | - |
| YUV | 109.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 151 | 0.01 | 0.46 | 0 | 0.41 | 299.14 | 0.3 | 0.45 |
| Hex | 96 | 51 | 97 | 1 | 2E | 0 | 29 | 12B | 1E | 2D |
| Octal | 226 | 121 | 227 | 1 | 56 | 0 | 51 | 453 | 36 | 55 |
| Binary | 10010110 | 1010001 | 10010111 | 1 | 101110 | 0 | 101001 | 100101011 | 11110 | 101101 |
Color Harmonies of #965197
Complementary color
Monochromatic Colors of #965197
Black with #965197
Text Example
Text Example
White with #965197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965197; }
p { color: rgb(150,81,151); }
H1.HeaderClassName
{
color: #965197;
}
.AnyTagClassName
{
color: #965197;
}
</style>
background-color css
<style>
a { background-color: #965197; }
a { background-color: rgb(150,81,151); }
div.DivClassName
{
background-color: #965197;
}
.BgClassName
{
background-color: #965197;
}
</style>
border-color css
<style>
span { border-color: #965197; }
span { border-color: rgb(150,81,151); }
td.TdClassName
{
border-color: #965197;
}
.TagClassName
{
border-color: #965197;
}
</style>