Shades of Violet Blue #966791
Tints of Violet Blue #966791
RGB
CMYK
RGB Variations
Color information
#966791 (or 0x966791) is known color: Violet Blue. HEX triplet: 96, 67 and 91. RGB value is (150,103,145). Sum of RGB (Red+Green+Blue) = 150+103+145=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #966791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966791 is #69986E. Grayscale: #797979. Windows color (decimal): -6920303 or 9529238. OLE color: 9529238.
HSL color Cylindrical-coordinate representation of color #966791: hue angle of 306.38º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966791 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 145 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.41 |
| HSL | 306.38º | 0.19% | 0.5% | - |
| HSV(B) | 306.38º | 0.31% | 0.59% | - |
| XYZ | 22.54 | 18.23 | 29.12 | - |
| YUV | 121.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 145 | 0 | 0.31 | 0.03 | 0.41 | 306.38 | 0.19 | 0.5 |
| Hex | 96 | 67 | 91 | 0 | 1F | 3 | 29 | 132 | 13 | 32 |
| Octal | 226 | 147 | 221 | 0 | 37 | 3 | 51 | 462 | 23 | 62 |
| Binary | 10010110 | 1100111 | 10010001 | 0 | 11111 | 11 | 101001 | 100110010 | 10011 | 110010 |
Color Harmonies of #966791
Complementary color
Monochromatic Colors of #966791
Black with #966791
Text Example
Text Example
White with #966791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966791; }
p { color: rgb(150,103,145); }
H1.HeaderClassName
{
color: #966791;
}
.AnyTagClassName
{
color: #966791;
}
</style>
background-color css
<style>
a { background-color: #966791; }
a { background-color: rgb(150,103,145); }
div.DivClassName
{
background-color: #966791;
}
.BgClassName
{
background-color: #966791;
}
</style>
border-color css
<style>
span { border-color: #966791; }
span { border-color: rgb(150,103,145); }
td.TdClassName
{
border-color: #966791;
}
.TagClassName
{
border-color: #966791;
}
</style>