Shades of Violet Blue #976791
Tints of Violet Blue #976791
RGB
CMYK
RGB Variations
Color information
#976791 (or 0x976791) is known color: Violet Blue. HEX triplet: 97, 67 and 91. RGB value is (151,103,145). Sum of RGB (Red+Green+Blue) = 151+103+145=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #976791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976791 is #68986E. Grayscale: #7A7A7A. Windows color (decimal): -6854767 or 9529239. OLE color: 9529239.
HSL color Cylindrical-coordinate representation of color #976791: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976791 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 145 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.41 |
| HSL | 307.5º | 0.19% | 0.5% | - |
| HSV(B) | 307.5º | 0.32% | 0.59% | - |
| XYZ | 22.72 | 18.32 | 29.13 | - |
| YUV | 122.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 145 | 0 | 0.32 | 0.04 | 0.41 | 307.5 | 0.19 | 0.5 |
| Hex | 97 | 67 | 91 | 0 | 20 | 4 | 29 | 134 | 13 | 32 |
| Octal | 227 | 147 | 221 | 0 | 40 | 4 | 51 | 464 | 23 | 62 |
| Binary | 10010111 | 1100111 | 10010001 | 0 | 100000 | 100 | 101001 | 100110100 | 10011 | 110010 |
Color Harmonies of #976791
Complementary color
Monochromatic Colors of #976791
Black with #976791
Text Example
Text Example
White with #976791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976791; }
p { color: rgb(151,103,145); }
H1.HeaderClassName
{
color: #976791;
}
.AnyTagClassName
{
color: #976791;
}
</style>
background-color css
<style>
a { background-color: #976791; }
a { background-color: rgb(151,103,145); }
div.DivClassName
{
background-color: #976791;
}
.BgClassName
{
background-color: #976791;
}
</style>
border-color css
<style>
span { border-color: #976791; }
span { border-color: rgb(151,103,145); }
td.TdClassName
{
border-color: #976791;
}
.TagClassName
{
border-color: #976791;
}
</style>