Shades of Violet Blue #965791
Tints of Violet Blue #965791
RGB
CMYK
RGB Variations
Color information
#965791 (or 0x965791) is known color: Violet Blue. HEX triplet: 96, 57 and 91. RGB value is (150,87,145). Sum of RGB (Red+Green+Blue) = 150+87+145=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #965791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965791 is #69A86E. Grayscale: #707070. Windows color (decimal): -6924399 or 9525142. OLE color: 9525142.
HSL color Cylindrical-coordinate representation of color #965791: hue angle of 304.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965791 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 145 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.41 |
| HSL | 304.76º | 0.27% | 0.46% | - |
| HSV(B) | 304.76º | 0.42% | 0.59% | - |
| XYZ | 21.1 | 15.34 | 28.64 | - |
| YUV | 112.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 145 | 0 | 0.42 | 0.03 | 0.41 | 304.76 | 0.27 | 0.46 |
| Hex | 96 | 57 | 91 | 0 | 2A | 3 | 29 | 131 | 1B | 2E |
| Octal | 226 | 127 | 221 | 0 | 52 | 3 | 51 | 461 | 33 | 56 |
| Binary | 10010110 | 1010111 | 10010001 | 0 | 101010 | 11 | 101001 | 100110001 | 11011 | 101110 |
Color Harmonies of #965791
Complementary color
Monochromatic Colors of #965791
Black with #965791
Text Example
Text Example
White with #965791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965791; }
p { color: rgb(150,87,145); }
H1.HeaderClassName
{
color: #965791;
}
.AnyTagClassName
{
color: #965791;
}
</style>
background-color css
<style>
a { background-color: #965791; }
a { background-color: rgb(150,87,145); }
div.DivClassName
{
background-color: #965791;
}
.BgClassName
{
background-color: #965791;
}
</style>
border-color css
<style>
span { border-color: #965791; }
span { border-color: rgb(150,87,145); }
td.TdClassName
{
border-color: #965791;
}
.TagClassName
{
border-color: #965791;
}
</style>