Shades of Violet Blue #976C9C
Tints of Violet Blue #976C9C
RGB
CMYK
RGB Variations
Color information
#976C9C (or 0x976C9C) is known color: Violet Blue. HEX triplet: 97, 6C and 9C. RGB value is (151,108,156). Sum of RGB (Red+Green+Blue) = 151+108+156=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #976C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976C9C is #689363. Grayscale: #7E7E7E. Windows color (decimal): -6853476 or 10251415. OLE color: 10251415.
HSL color Cylindrical-coordinate representation of color #976C9C: hue angle of 293.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #976C9C is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 108 | 156 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.39 |
| HSL | 293.75º | 0.2% | 0.52% | - |
| HSV(B) | 293.75º | 0.31% | 0.61% | - |
| XYZ | 24.13 | 19.7 | 33.98 | - |
| YUV | 126.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 156 | 0.03 | 0.31 | 0 | 0.39 | 293.75 | 0.2 | 0.52 |
| Hex | 97 | 6C | 9C | 3 | 1F | 0 | 27 | 126 | 14 | 34 |
| Octal | 227 | 154 | 234 | 3 | 37 | 0 | 47 | 446 | 24 | 64 |
| Binary | 10010111 | 1101100 | 10011100 | 11 | 11111 | 0 | 100111 | 100100110 | 10100 | 110100 |
Color Harmonies of #976C9C
Complementary color
Monochromatic Colors of #976C9C
Black with #976C9C
Text Example
Text Example
White with #976C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976C9C; }
p { color: rgb(151,108,156); }
H1.HeaderClassName
{
color: #976C9C;
}
.AnyTagClassName
{
color: #976C9C;
}
</style>
background-color css
<style>
a { background-color: #976C9C; }
a { background-color: rgb(151,108,156); }
div.DivClassName
{
background-color: #976C9C;
}
.BgClassName
{
background-color: #976C9C;
}
</style>
border-color css
<style>
span { border-color: #976C9C; }
span { border-color: rgb(151,108,156); }
td.TdClassName
{
border-color: #976C9C;
}
.TagClassName
{
border-color: #976C9C;
}
</style>