Shades of Violet Blue #964992
Tints of Violet Blue #964992
RGB
CMYK
RGB Variations
Color information
#964992 (or 0x964992) is known color: Violet Blue. HEX triplet: 96, 49 and 92. RGB value is (150,73,146). Sum of RGB (Red+Green+Blue) = 150+73+146=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #964992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964992 is #69B66D. Grayscale: #686868. Windows color (decimal): -6927982 or 9587094. OLE color: 9587094.
HSL color Cylindrical-coordinate representation of color #964992: hue angle of 303.12º degrees, saturation: 0.35, 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 #964992 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 146 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.41 |
| HSL | 303.12º | 0.35% | 0.44% | - |
| HSV(B) | 303.12º | 0.51% | 0.59% | - |
| XYZ | 20.15 | 13.32 | 28.7 | - |
| YUV | 104.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 146 | 0 | 0.51 | 0.03 | 0.41 | 303.12 | 0.35 | 0.44 |
| Hex | 96 | 49 | 92 | 0 | 33 | 3 | 29 | 12F | 23 | 2C |
| Octal | 226 | 111 | 222 | 0 | 63 | 3 | 51 | 457 | 43 | 54 |
| Binary | 10010110 | 1001001 | 10010010 | 0 | 110011 | 11 | 101001 | 100101111 | 100011 | 101100 |
Color Harmonies of #964992
Complementary color
Monochromatic Colors of #964992
Black with #964992
Text Example
Text Example
White with #964992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964992; }
p { color: rgb(150,73,146); }
H1.HeaderClassName
{
color: #964992;
}
.AnyTagClassName
{
color: #964992;
}
</style>
background-color css
<style>
a { background-color: #964992; }
a { background-color: rgb(150,73,146); }
div.DivClassName
{
background-color: #964992;
}
.BgClassName
{
background-color: #964992;
}
</style>
border-color css
<style>
span { border-color: #964992; }
span { border-color: rgb(150,73,146); }
td.TdClassName
{
border-color: #964992;
}
.TagClassName
{
border-color: #964992;
}
</style>