Shades of Violet Blue #917095
Tints of Violet Blue #917095
RGB
CMYK
RGB Variations
Color information
#917095 (or 0x917095) is known color: Violet Blue. HEX triplet: 91, 70 and 95. RGB value is (145,112,149). Sum of RGB (Red+Green+Blue) = 145+112+149=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #917095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917095 is #6E8F6A. Grayscale: #7D7D7D. Windows color (decimal): -7245675 or 9793681. OLE color: 9793681.
HSL color Cylindrical-coordinate representation of color #917095: hue angle of 293.51º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #917095 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 112 | 149 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.42 |
| HSL | 293.51º | 0.15% | 0.51% | - |
| HSV(B) | 293.51º | 0.25% | 0.58% | - |
| XYZ | 22.9 | 19.78 | 31.04 | - |
| YUV | 126.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 149 | 0.03 | 0.25 | 0 | 0.42 | 293.51 | 0.15 | 0.51 |
| Hex | 91 | 70 | 95 | 3 | 19 | 0 | 2A | 126 | F | 33 |
| Octal | 221 | 160 | 225 | 3 | 31 | 0 | 52 | 446 | 17 | 63 |
| Binary | 10010001 | 1110000 | 10010101 | 11 | 11001 | 0 | 101010 | 100100110 | 1111 | 110011 |
Color Harmonies of #917095
Complementary color
Monochromatic Colors of #917095
Black with #917095
Text Example
Text Example
White with #917095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917095; }
p { color: rgb(145,112,149); }
H1.HeaderClassName
{
color: #917095;
}
.AnyTagClassName
{
color: #917095;
}
</style>
background-color css
<style>
a { background-color: #917095; }
a { background-color: rgb(145,112,149); }
div.DivClassName
{
background-color: #917095;
}
.BgClassName
{
background-color: #917095;
}
</style>
border-color css
<style>
span { border-color: #917095; }
span { border-color: rgb(145,112,149); }
td.TdClassName
{
border-color: #917095;
}
.TagClassName
{
border-color: #917095;
}
</style>