Shades of Violet Blue #976D9C
Tints of Violet Blue #976D9C
RGB
CMYK
RGB Variations
Color information
#976D9C (or 0x976D9C) is known color: Violet Blue. HEX triplet: 97, 6D and 9C. RGB value is (151,109,156). Sum of RGB (Red+Green+Blue) = 151+109+156=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #976D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976D9C is #689263. Grayscale: #7E7E7E. Windows color (decimal): -6853220 or 10251671. OLE color: 10251671.
HSL color Cylindrical-coordinate representation of color #976D9C: hue angle of 293.62º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976D9C is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 109 | 156 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.39 |
| HSL | 293.62º | 0.19% | 0.52% | - |
| HSV(B) | 293.62º | 0.3% | 0.61% | - |
| XYZ | 24.23 | 19.92 | 34.02 | - |
| YUV | 126.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 156 | 0.03 | 0.30 | 0 | 0.39 | 293.62 | 0.19 | 0.52 |
| Hex | 97 | 6D | 9C | 3 | 1E | 0 | 27 | 126 | 13 | 34 |
| Octal | 227 | 155 | 234 | 3 | 36 | 0 | 47 | 446 | 23 | 64 |
| Binary | 10010111 | 1101101 | 10011100 | 11 | 11110 | 0 | 100111 | 100100110 | 10011 | 110100 |
Color Harmonies of #976D9C
Complementary color
Monochromatic Colors of #976D9C
Black with #976D9C
Text Example
Text Example
White with #976D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D9C; }
p { color: rgb(151,109,156); }
H1.HeaderClassName
{
color: #976D9C;
}
.AnyTagClassName
{
color: #976D9C;
}
</style>
background-color css
<style>
a { background-color: #976D9C; }
a { background-color: rgb(151,109,156); }
div.DivClassName
{
background-color: #976D9C;
}
.BgClassName
{
background-color: #976D9C;
}
</style>
border-color css
<style>
span { border-color: #976D9C; }
span { border-color: rgb(151,109,156); }
td.TdClassName
{
border-color: #976D9C;
}
.TagClassName
{
border-color: #976D9C;
}
</style>