Shades of Violet Blue #965994
Tints of Violet Blue #965994
RGB
CMYK
RGB Variations
Color information
#965994 (or 0x965994) is known color: Violet Blue. HEX triplet: 96, 59 and 94. RGB value is (150,89,148). Sum of RGB (Red+Green+Blue) = 150+89+148=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #965994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965994 is #69A66B. Grayscale: #717171. Windows color (decimal): -6923884 or 9722262. OLE color: 9722262.
HSL color Cylindrical-coordinate representation of color #965994: hue angle of 301.97º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965994 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 148 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.41 |
| HSL | 301.97º | 0.26% | 0.47% | - |
| HSV(B) | 301.97º | 0.41% | 0.59% | - |
| XYZ | 21.5 | 15.77 | 29.93 | - |
| YUV | 113.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 148 | 0 | 0.41 | 0.01 | 0.41 | 301.97 | 0.26 | 0.47 |
| Hex | 96 | 59 | 94 | 0 | 29 | 1 | 29 | 12E | 1A | 2F |
| Octal | 226 | 131 | 224 | 0 | 51 | 1 | 51 | 456 | 32 | 57 |
| Binary | 10010110 | 1011001 | 10010100 | 0 | 101001 | 1 | 101001 | 100101110 | 11010 | 101111 |
Color Harmonies of #965994
Complementary color
Monochromatic Colors of #965994
Black with #965994
Text Example
Text Example
White with #965994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965994; }
p { color: rgb(150,89,148); }
H1.HeaderClassName
{
color: #965994;
}
.AnyTagClassName
{
color: #965994;
}
</style>
background-color css
<style>
a { background-color: #965994; }
a { background-color: rgb(150,89,148); }
div.DivClassName
{
background-color: #965994;
}
.BgClassName
{
background-color: #965994;
}
</style>
border-color css
<style>
span { border-color: #965994; }
span { border-color: rgb(150,89,148); }
td.TdClassName
{
border-color: #965994;
}
.TagClassName
{
border-color: #965994;
}
</style>