Shades of Violet Blue #976A9C
Tints of Violet Blue #976A9C
RGB
CMYK
RGB Variations
Color information
#976A9C (or 0x976A9C) is known color: Violet Blue. HEX triplet: 97, 6A and 9C. RGB value is (151,106,156). Sum of RGB (Red+Green+Blue) = 151+106+156=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #976A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976A9C is #689563. Grayscale: #7D7D7D. Windows color (decimal): -6853988 or 10250903. OLE color: 10250903.
HSL color Cylindrical-coordinate representation of color #976A9C: hue angle of 294º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976A9C is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 106 | 156 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.39 |
| HSL | 294º | 0.2% | 0.51% | - |
| HSV(B) | 294º | 0.32% | 0.61% | - |
| XYZ | 23.92 | 19.29 | 33.91 | - |
| YUV | 125.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 156 | 0.03 | 0.32 | 0 | 0.39 | 294 | 0.2 | 0.51 |
| Hex | 97 | 6A | 9C | 3 | 20 | 0 | 27 | 126 | 14 | 33 |
| Octal | 227 | 152 | 234 | 3 | 40 | 0 | 47 | 446 | 24 | 63 |
| Binary | 10010111 | 1101010 | 10011100 | 11 | 100000 | 0 | 100111 | 100100110 | 10100 | 110011 |
Color Harmonies of #976A9C
Complementary color
Monochromatic Colors of #976A9C
Black with #976A9C
Text Example
Text Example
White with #976A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976A9C; }
p { color: rgb(151,106,156); }
H1.HeaderClassName
{
color: #976A9C;
}
.AnyTagClassName
{
color: #976A9C;
}
</style>
background-color css
<style>
a { background-color: #976A9C; }
a { background-color: rgb(151,106,156); }
div.DivClassName
{
background-color: #976A9C;
}
.BgClassName
{
background-color: #976A9C;
}
</style>
border-color css
<style>
span { border-color: #976A9C; }
span { border-color: rgb(151,106,156); }
td.TdClassName
{
border-color: #976A9C;
}
.TagClassName
{
border-color: #976A9C;
}
</style>