Shades of Violet Blue #97739C
Tints of Violet Blue #97739C
RGB
CMYK
RGB Variations
Color information
#97739C (or 0x97739C) is known color: Violet Blue. HEX triplet: 97, 73 and 9C. RGB value is (151,115,156). Sum of RGB (Red+Green+Blue) = 151+115+156=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #97739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97739C is #688C63. Grayscale: #828282. Windows color (decimal): -6851684 or 10253207. OLE color: 10253207.
HSL color Cylindrical-coordinate representation of color #97739C: hue angle of 292.68º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97739C is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 115 | 156 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.39 |
| HSL | 292.68º | 0.17% | 0.53% | - |
| HSV(B) | 292.68º | 0.26% | 0.61% | - |
| XYZ | 24.89 | 21.24 | 34.24 | - |
| YUV | 130.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 115 | 156 | 0.03 | 0.26 | 0 | 0.39 | 292.68 | 0.17 | 0.53 |
| Hex | 97 | 73 | 9C | 3 | 1A | 0 | 27 | 125 | 11 | 35 |
| Octal | 227 | 163 | 234 | 3 | 32 | 0 | 47 | 445 | 21 | 65 |
| Binary | 10010111 | 1110011 | 10011100 | 11 | 11010 | 0 | 100111 | 100100101 | 10001 | 110101 |
Color Harmonies of #97739C
Complementary color
Monochromatic Colors of #97739C
Black with #97739C
Text Example
Text Example
White with #97739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97739C; }
p { color: rgb(151,115,156); }
H1.HeaderClassName
{
color: #97739C;
}
.AnyTagClassName
{
color: #97739C;
}
</style>
background-color css
<style>
a { background-color: #97739C; }
a { background-color: rgb(151,115,156); }
div.DivClassName
{
background-color: #97739C;
}
.BgClassName
{
background-color: #97739C;
}
</style>
border-color css
<style>
span { border-color: #97739C; }
span { border-color: rgb(151,115,156); }
td.TdClassName
{
border-color: #97739C;
}
.TagClassName
{
border-color: #97739C;
}
</style>