Shades of Violet Blue #964A90
Tints of Violet Blue #964A90
RGB
CMYK
RGB Variations
Color information
#964A90 (or 0x964A90) is known color: Violet Blue. HEX triplet: 96, 4A and 90. RGB value is (150,74,144). Sum of RGB (Red+Green+Blue) = 150+74+144=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #964A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A90 is #69B56F. Grayscale: #686868. Windows color (decimal): -6927728 or 9456278. OLE color: 9456278.
HSL color Cylindrical-coordinate representation of color #964A90: hue angle of 304.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A90 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 144 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.41 |
| HSL | 304.74º | 0.34% | 0.44% | - |
| HSV(B) | 304.74º | 0.51% | 0.59% | - |
| XYZ | 20.06 | 13.4 | 27.91 | - |
| YUV | 104.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 144 | 0 | 0.51 | 0.04 | 0.41 | 304.74 | 0.34 | 0.44 |
| Hex | 96 | 4A | 90 | 0 | 33 | 4 | 29 | 131 | 22 | 2C |
| Octal | 226 | 112 | 220 | 0 | 63 | 4 | 51 | 461 | 42 | 54 |
| Binary | 10010110 | 1001010 | 10010000 | 0 | 110011 | 100 | 101001 | 100110001 | 100010 | 101100 |
Color Harmonies of #964A90
Complementary color
Monochromatic Colors of #964A90
Black with #964A90
Text Example
Text Example
White with #964A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A90; }
p { color: rgb(150,74,144); }
H1.HeaderClassName
{
color: #964A90;
}
.AnyTagClassName
{
color: #964A90;
}
</style>
background-color css
<style>
a { background-color: #964A90; }
a { background-color: rgb(150,74,144); }
div.DivClassName
{
background-color: #964A90;
}
.BgClassName
{
background-color: #964A90;
}
</style>
border-color css
<style>
span { border-color: #964A90; }
span { border-color: rgb(150,74,144); }
td.TdClassName
{
border-color: #964A90;
}
.TagClassName
{
border-color: #964A90;
}
</style>