Shades of Violet Blue #964590
Tints of Violet Blue #964590
RGB
CMYK
RGB Variations
Color information
#964590 (or 0x964590) is known color: Violet Blue. HEX triplet: 96, 45 and 90. RGB value is (150,69,144). Sum of RGB (Red+Green+Blue) = 150+69+144=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #964590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964590 is #69BA6F. Grayscale: #656565. Windows color (decimal): -6929008 or 9454998. OLE color: 9454998.
HSL color Cylindrical-coordinate representation of color #964590: hue angle of 304.44º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964590 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 144 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.41 |
| HSL | 304.44º | 0.37% | 0.43% | - |
| HSV(B) | 304.44º | 0.54% | 0.59% | - |
| XYZ | 19.74 | 12.75 | 27.81 | - |
| YUV | 101.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 144 | 0 | 0.54 | 0.04 | 0.41 | 304.44 | 0.37 | 0.43 |
| Hex | 96 | 45 | 90 | 0 | 36 | 4 | 29 | 130 | 25 | 2B |
| Octal | 226 | 105 | 220 | 0 | 66 | 4 | 51 | 460 | 45 | 53 |
| Binary | 10010110 | 1000101 | 10010000 | 0 | 110110 | 100 | 101001 | 100110000 | 100101 | 101011 |
Color Harmonies of #964590
Complementary color
Monochromatic Colors of #964590
Black with #964590
Text Example
Text Example
White with #964590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964590; }
p { color: rgb(150,69,144); }
H1.HeaderClassName
{
color: #964590;
}
.AnyTagClassName
{
color: #964590;
}
</style>
background-color css
<style>
a { background-color: #964590; }
a { background-color: rgb(150,69,144); }
div.DivClassName
{
background-color: #964590;
}
.BgClassName
{
background-color: #964590;
}
</style>
border-color css
<style>
span { border-color: #964590; }
span { border-color: rgb(150,69,144); }
td.TdClassName
{
border-color: #964590;
}
.TagClassName
{
border-color: #964590;
}
</style>