Shades of Violet Blue #965494
Tints of Violet Blue #965494
RGB
CMYK
RGB Variations
Color information
#965494 (or 0x965494) is known color: Violet Blue. HEX triplet: 96, 54 and 94. RGB value is (150,84,148). Sum of RGB (Red+Green+Blue) = 150+84+148=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #965494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965494 is #69AB6B. Grayscale: #6E6E6E. Windows color (decimal): -6925164 or 9720982. OLE color: 9720982.
HSL color Cylindrical-coordinate representation of color #965494: hue angle of 301.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965494 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 148 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.41 |
| HSL | 301.82º | 0.28% | 0.46% | - |
| HSV(B) | 301.82º | 0.44% | 0.59% | - |
| XYZ | 21.09 | 14.96 | 29.79 | - |
| YUV | 111.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 148 | 0 | 0.44 | 0.01 | 0.41 | 301.82 | 0.28 | 0.46 |
| Hex | 96 | 54 | 94 | 0 | 2C | 1 | 29 | 12E | 1C | 2E |
| Octal | 226 | 124 | 224 | 0 | 54 | 1 | 51 | 456 | 34 | 56 |
| Binary | 10010110 | 1010100 | 10010100 | 0 | 101100 | 1 | 101001 | 100101110 | 11100 | 101110 |
Color Harmonies of #965494
Complementary color
Monochromatic Colors of #965494
Black with #965494
Text Example
Text Example
White with #965494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965494; }
p { color: rgb(150,84,148); }
H1.HeaderClassName
{
color: #965494;
}
.AnyTagClassName
{
color: #965494;
}
</style>
background-color css
<style>
a { background-color: #965494; }
a { background-color: rgb(150,84,148); }
div.DivClassName
{
background-color: #965494;
}
.BgClassName
{
background-color: #965494;
}
</style>
border-color css
<style>
span { border-color: #965494; }
span { border-color: rgb(150,84,148); }
td.TdClassName
{
border-color: #965494;
}
.TagClassName
{
border-color: #965494;
}
</style>