Shades of Violet Blue #976091
Tints of Violet Blue #976091
RGB
CMYK
RGB Variations
Color information
#976091 (or 0x976091) is known color: Violet Blue. HEX triplet: 97, 60 and 91. RGB value is (151,96,145). Sum of RGB (Red+Green+Blue) = 151+96+145=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #976091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976091 is #689F6E. Grayscale: #757575. Windows color (decimal): -6856559 or 9527447. OLE color: 9527447.
HSL color Cylindrical-coordinate representation of color #976091: hue angle of 306.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976091 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 96 | 145 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.41 |
| HSL | 306.55º | 0.22% | 0.48% | - |
| HSV(B) | 306.55º | 0.36% | 0.59% | - |
| XYZ | 22.06 | 16.99 | 28.9 | - |
| YUV | 118.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 145 | 0 | 0.36 | 0.04 | 0.41 | 306.55 | 0.22 | 0.48 |
| Hex | 97 | 60 | 91 | 0 | 24 | 4 | 29 | 133 | 16 | 30 |
| Octal | 227 | 140 | 221 | 0 | 44 | 4 | 51 | 463 | 26 | 60 |
| Binary | 10010111 | 1100000 | 10010001 | 0 | 100100 | 100 | 101001 | 100110011 | 10110 | 110000 |
Color Harmonies of #976091
Complementary color
Monochromatic Colors of #976091
Black with #976091
Text Example
Text Example
White with #976091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976091; }
p { color: rgb(151,96,145); }
H1.HeaderClassName
{
color: #976091;
}
.AnyTagClassName
{
color: #976091;
}
</style>
background-color css
<style>
a { background-color: #976091; }
a { background-color: rgb(151,96,145); }
div.DivClassName
{
background-color: #976091;
}
.BgClassName
{
background-color: #976091;
}
</style>
border-color css
<style>
span { border-color: #976091; }
span { border-color: rgb(151,96,145); }
td.TdClassName
{
border-color: #976091;
}
.TagClassName
{
border-color: #976091;
}
</style>