Shades of Violet Blue #937197
Tints of Violet Blue #937197
RGB
CMYK
RGB Variations
Color information
#937197 (or 0x937197) is known color: Violet Blue. HEX triplet: 93, 71 and 97. RGB value is (147,113,151). Sum of RGB (Red+Green+Blue) = 147+113+151=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 151 - color contains mainly: blue. Hex color #937197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937197 is #6C8E68. Grayscale: #7F7F7F. Windows color (decimal): -7114345 or 9925011. OLE color: 9925011.
HSL color Cylindrical-coordinate representation of color #937197: hue angle of 293.68º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #937197 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 113 | 151 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.41 |
| HSL | 293.68º | 0.15% | 0.52% | - |
| HSV(B) | 293.68º | 0.25% | 0.59% | - |
| XYZ | 23.52 | 20.25 | 31.95 | - |
| YUV | 127.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 151 | 0.03 | 0.25 | 0 | 0.41 | 293.68 | 0.15 | 0.52 |
| Hex | 93 | 71 | 97 | 3 | 19 | 0 | 29 | 126 | F | 34 |
| Octal | 223 | 161 | 227 | 3 | 31 | 0 | 51 | 446 | 17 | 64 |
| Binary | 10010011 | 1110001 | 10010111 | 11 | 11001 | 0 | 101001 | 100100110 | 1111 | 110100 |
Color Harmonies of #937197
Complementary color
Monochromatic Colors of #937197
Black with #937197
Text Example
Text Example
White with #937197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937197; }
p { color: rgb(147,113,151); }
H1.HeaderClassName
{
color: #937197;
}
.AnyTagClassName
{
color: #937197;
}
</style>
background-color css
<style>
a { background-color: #937197; }
a { background-color: rgb(147,113,151); }
div.DivClassName
{
background-color: #937197;
}
.BgClassName
{
background-color: #937197;
}
</style>
border-color css
<style>
span { border-color: #937197; }
span { border-color: rgb(147,113,151); }
td.TdClassName
{
border-color: #937197;
}
.TagClassName
{
border-color: #937197;
}
</style>