Shades of Violet Blue #916995
Tints of Violet Blue #916995
RGB
CMYK
RGB Variations
Color information
#916995 (or 0x916995) is known color: Violet Blue. HEX triplet: 91, 69 and 95. RGB value is (145,105,149). Sum of RGB (Red+Green+Blue) = 145+105+149=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #916995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916995 is #6E966A. Grayscale: #797979. Windows color (decimal): -7247467 or 9791889. OLE color: 9791889.
HSL color Cylindrical-coordinate representation of color #916995: hue angle of 294.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916995 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 105 | 149 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.42 |
| HSL | 294.55º | 0.17% | 0.5% | - |
| HSV(B) | 294.55º | 0.3% | 0.58% | - |
| XYZ | 22.15 | 18.29 | 30.8 | - |
| YUV | 121.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 149 | 0.03 | 0.30 | 0 | 0.42 | 294.55 | 0.17 | 0.5 |
| Hex | 91 | 69 | 95 | 3 | 1E | 0 | 2A | 127 | 11 | 32 |
| Octal | 221 | 151 | 225 | 3 | 36 | 0 | 52 | 447 | 21 | 62 |
| Binary | 10010001 | 1101001 | 10010101 | 11 | 11110 | 0 | 101010 | 100100111 | 10001 | 110010 |
Color Harmonies of #916995
Complementary color
Monochromatic Colors of #916995
Black with #916995
Text Example
Text Example
White with #916995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916995; }
p { color: rgb(145,105,149); }
H1.HeaderClassName
{
color: #916995;
}
.AnyTagClassName
{
color: #916995;
}
</style>
background-color css
<style>
a { background-color: #916995; }
a { background-color: rgb(145,105,149); }
div.DivClassName
{
background-color: #916995;
}
.BgClassName
{
background-color: #916995;
}
</style>
border-color css
<style>
span { border-color: #916995; }
span { border-color: rgb(145,105,149); }
td.TdClassName
{
border-color: #916995;
}
.TagClassName
{
border-color: #916995;
}
</style>