Shades of Violet Blue #964495
Tints of Violet Blue #964495
RGB
CMYK
RGB Variations
Color information
#964495 (or 0x964495) is known color: Violet Blue. HEX triplet: 96, 44 and 95. RGB value is (150,68,149). Sum of RGB (Red+Green+Blue) = 150+68+149=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964495 is #69BB6A. Grayscale: #656565. Windows color (decimal): -6929259 or 9782422. OLE color: 9782422.
HSL color Cylindrical-coordinate representation of color #964495: hue angle of 300.73º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964495 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 149 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.41 |
| HSL | 300.73º | 0.38% | 0.43% | - |
| HSV(B) | 300.73º | 0.55% | 0.59% | - |
| XYZ | 20.07 | 12.79 | 29.84 | - |
| YUV | 101.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 149 | 0 | 0.55 | 0.01 | 0.41 | 300.73 | 0.38 | 0.43 |
| Hex | 96 | 44 | 95 | 0 | 37 | 1 | 29 | 12D | 26 | 2B |
| Octal | 226 | 104 | 225 | 0 | 67 | 1 | 51 | 455 | 46 | 53 |
| Binary | 10010110 | 1000100 | 10010101 | 0 | 110111 | 1 | 101001 | 100101101 | 100110 | 101011 |
Color Harmonies of #964495
Complementary color
Monochromatic Colors of #964495
Black with #964495
Text Example
Text Example
White with #964495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964495; }
p { color: rgb(150,68,149); }
H1.HeaderClassName
{
color: #964495;
}
.AnyTagClassName
{
color: #964495;
}
</style>
background-color css
<style>
a { background-color: #964495; }
a { background-color: rgb(150,68,149); }
div.DivClassName
{
background-color: #964495;
}
.BgClassName
{
background-color: #964495;
}
</style>
border-color css
<style>
span { border-color: #964495; }
span { border-color: rgb(150,68,149); }
td.TdClassName
{
border-color: #964495;
}
.TagClassName
{
border-color: #964495;
}
</style>