Shades of Violet Blue #97749A
Tints of Violet Blue #97749A
RGB
CMYK
RGB Variations
Color information
#97749A (or 0x97749A) is known color: Violet Blue. HEX triplet: 97, 74 and 9A. RGB value is (151,116,154). Sum of RGB (Red+Green+Blue) = 151+116+154=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #97749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97749A is #688B65. Grayscale: #828282. Windows color (decimal): -6851430 or 10122391. OLE color: 10122391.
HSL color Cylindrical-coordinate representation of color #97749A: hue angle of 295.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97749A is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 116 | 154 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.40 |
| HSL | 295.26º | 0.16% | 0.53% | - |
| HSV(B) | 295.26º | 0.25% | 0.6% | - |
| XYZ | 24.84 | 21.4 | 33.39 | - |
| YUV | 130.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 116 | 154 | 0.02 | 0.25 | 0 | 0.40 | 295.26 | 0.16 | 0.53 |
| Hex | 97 | 74 | 9A | 2 | 19 | 0 | 28 | 127 | 10 | 35 |
| Octal | 227 | 164 | 232 | 2 | 31 | 0 | 50 | 447 | 20 | 65 |
| Binary | 10010111 | 1110100 | 10011010 | 10 | 11001 | 0 | 101000 | 100100111 | 10000 | 110101 |
Color Harmonies of #97749A
Complementary color
Monochromatic Colors of #97749A
Black with #97749A
Text Example
Text Example
White with #97749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97749A; }
p { color: rgb(151,116,154); }
H1.HeaderClassName
{
color: #97749A;
}
.AnyTagClassName
{
color: #97749A;
}
</style>
background-color css
<style>
a { background-color: #97749A; }
a { background-color: rgb(151,116,154); }
div.DivClassName
{
background-color: #97749A;
}
.BgClassName
{
background-color: #97749A;
}
</style>
border-color css
<style>
span { border-color: #97749A; }
span { border-color: rgb(151,116,154); }
td.TdClassName
{
border-color: #97749A;
}
.TagClassName
{
border-color: #97749A;
}
</style>