Shades of Violet Blue #964896
Tints of Violet Blue #964896
RGB
CMYK
RGB Variations
Color information
#964896 (or 0x964896) is known color: Violet Blue. HEX triplet: 96, 48 and 96. RGB value is (150,72,150). Sum of RGB (Red+Green+Blue) = 150+72+150=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #964896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964896 is #69B769. Grayscale: #676767. Windows color (decimal): -6928234 or 9848982. OLE color: 9848982.
HSL color Cylindrical-coordinate representation of color #964896: hue angle of 300º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964896 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 150 | - |
| CMYK | 0 | 0.52 | 0 | 0.41 |
| HSL | 300º | 0.35% | 0.44% | - |
| HSV(B) | 300º | 0.52% | 0.59% | - |
| XYZ | 20.4 | 13.32 | 30.35 | - |
| YUV | 104.21 | 153.84 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 150 | 0 | 0.52 | 0 | 0.41 | 300 | 0.35 | 0.44 |
| Hex | 96 | 48 | 96 | 0 | 34 | 0 | 29 | 12C | 23 | 2C |
| Octal | 226 | 110 | 226 | 0 | 64 | 0 | 51 | 454 | 43 | 54 |
| Binary | 10010110 | 1001000 | 10010110 | 0 | 110100 | 0 | 101001 | 100101100 | 100011 | 101100 |
Color Harmonies of #964896
Complementary color
Monochromatic Colors of #964896
Black with #964896
Text Example
Text Example
White with #964896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964896; }
p { color: rgb(150,72,150); }
H1.HeaderClassName
{
color: #964896;
}
.AnyTagClassName
{
color: #964896;
}
</style>
background-color css
<style>
a { background-color: #964896; }
a { background-color: rgb(150,72,150); }
div.DivClassName
{
background-color: #964896;
}
.BgClassName
{
background-color: #964896;
}
</style>
border-color css
<style>
span { border-color: #964896; }
span { border-color: rgb(150,72,150); }
td.TdClassName
{
border-color: #964896;
}
.TagClassName
{
border-color: #964896;
}
</style>