Shades of Violet Blue #964690
Tints of Violet Blue #964690
RGB
CMYK
RGB Variations
Color information
#964690 (or 0x964690) is known color: Violet Blue. HEX triplet: 96, 46 and 90. RGB value is (150,70,144). Sum of RGB (Red+Green+Blue) = 150+70+144=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #964690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964690 is #69B96F. Grayscale: #666666. Windows color (decimal): -6928752 or 9455254. OLE color: 9455254.
HSL color Cylindrical-coordinate representation of color #964690: hue angle of 304.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964690 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 144 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.41 |
| HSL | 304.5º | 0.36% | 0.43% | - |
| HSV(B) | 304.5º | 0.53% | 0.59% | - |
| XYZ | 19.8 | 12.88 | 27.83 | - |
| YUV | 102.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 144 | 0 | 0.53 | 0.04 | 0.41 | 304.5 | 0.36 | 0.43 |
| Hex | 96 | 46 | 90 | 0 | 35 | 4 | 29 | 130 | 24 | 2B |
| Octal | 226 | 106 | 220 | 0 | 65 | 4 | 51 | 460 | 44 | 53 |
| Binary | 10010110 | 1000110 | 10010000 | 0 | 110101 | 100 | 101001 | 100110000 | 100100 | 101011 |
Color Harmonies of #964690
Complementary color
Monochromatic Colors of #964690
Black with #964690
Text Example
Text Example
White with #964690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964690; }
p { color: rgb(150,70,144); }
H1.HeaderClassName
{
color: #964690;
}
.AnyTagClassName
{
color: #964690;
}
</style>
background-color css
<style>
a { background-color: #964690; }
a { background-color: rgb(150,70,144); }
div.DivClassName
{
background-color: #964690;
}
.BgClassName
{
background-color: #964690;
}
</style>
border-color css
<style>
span { border-color: #964690; }
span { border-color: rgb(150,70,144); }
td.TdClassName
{
border-color: #964690;
}
.TagClassName
{
border-color: #964690;
}
</style>