Shades of Violet Blue #917195
Tints of Violet Blue #917195
RGB
CMYK
RGB Variations
Color information
#917195 (or 0x917195) is known color: Violet Blue. HEX triplet: 91, 71 and 95. RGB value is (145,113,149). Sum of RGB (Red+Green+Blue) = 145+113+149=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #917195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917195 is #6E8E6A. Grayscale: #7E7E7E. Windows color (decimal): -7245419 or 9793937. OLE color: 9793937.
HSL color Cylindrical-coordinate representation of color #917195: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #917195 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 113 | 149 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.42 |
| HSL | 293.33º | 0.15% | 0.51% | - |
| HSV(B) | 293.33º | 0.24% | 0.58% | - |
| XYZ | 23.01 | 20 | 31.08 | - |
| YUV | 126.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 149 | 0.03 | 0.24 | 0 | 0.42 | 293.33 | 0.15 | 0.51 |
| Hex | 91 | 71 | 95 | 3 | 18 | 0 | 2A | 125 | F | 33 |
| Octal | 221 | 161 | 225 | 3 | 30 | 0 | 52 | 445 | 17 | 63 |
| Binary | 10010001 | 1110001 | 10010101 | 11 | 11000 | 0 | 101010 | 100100101 | 1111 | 110011 |
Color Harmonies of #917195
Complementary color
Monochromatic Colors of #917195
Black with #917195
Text Example
Text Example
White with #917195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917195; }
p { color: rgb(145,113,149); }
H1.HeaderClassName
{
color: #917195;
}
.AnyTagClassName
{
color: #917195;
}
</style>
background-color css
<style>
a { background-color: #917195; }
a { background-color: rgb(145,113,149); }
div.DivClassName
{
background-color: #917195;
}
.BgClassName
{
background-color: #917195;
}
</style>
border-color css
<style>
span { border-color: #917195; }
span { border-color: rgb(145,113,149); }
td.TdClassName
{
border-color: #917195;
}
.TagClassName
{
border-color: #917195;
}
</style>