Shades of Violet Blue #965194
Tints of Violet Blue #965194
RGB
CMYK
RGB Variations
Color information
#965194 (or 0x965194) is known color: Violet Blue. HEX triplet: 96, 51 and 94. RGB value is (150,81,148). Sum of RGB (Red+Green+Blue) = 150+81+148=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #965194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965194 is #69AE6B. Grayscale: #6D6D6D. Windows color (decimal): -6925932 or 9720214. OLE color: 9720214.
HSL color Cylindrical-coordinate representation of color #965194: hue angle of 301.74º 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 #965194 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 148 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.41 |
| HSL | 301.74º | 0.3% | 0.45% | - |
| HSV(B) | 301.74º | 0.46% | 0.59% | - |
| XYZ | 20.87 | 14.51 | 29.72 | - |
| YUV | 109.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 148 | 0 | 0.46 | 0.01 | 0.41 | 301.74 | 0.3 | 0.45 |
| Hex | 96 | 51 | 94 | 0 | 2E | 1 | 29 | 12E | 1E | 2D |
| Octal | 226 | 121 | 224 | 0 | 56 | 1 | 51 | 456 | 36 | 55 |
| Binary | 10010110 | 1010001 | 10010100 | 0 | 101110 | 1 | 101001 | 100101110 | 11110 | 101101 |
Color Harmonies of #965194
Complementary color
Monochromatic Colors of #965194
Black with #965194
Text Example
Text Example
White with #965194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965194; }
p { color: rgb(150,81,148); }
H1.HeaderClassName
{
color: #965194;
}
.AnyTagClassName
{
color: #965194;
}
</style>
background-color css
<style>
a { background-color: #965194; }
a { background-color: rgb(150,81,148); }
div.DivClassName
{
background-color: #965194;
}
.BgClassName
{
background-color: #965194;
}
</style>
border-color css
<style>
span { border-color: #965194; }
span { border-color: rgb(150,81,148); }
td.TdClassName
{
border-color: #965194;
}
.TagClassName
{
border-color: #965194;
}
</style>