Shades of Violet Blue #916E95
Tints of Violet Blue #916E95
RGB
CMYK
RGB Variations
Color information
#916E95 (or 0x916E95) is known color: Violet Blue. HEX triplet: 91, 6E and 95. RGB value is (145,110,149). Sum of RGB (Red+Green+Blue) = 145+110+149=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #916E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916E95 is #6E916A. Grayscale: #7C7C7C. Windows color (decimal): -7246187 or 9793169. OLE color: 9793169.
HSL color Cylindrical-coordinate representation of color #916E95: hue angle of 293.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #916E95 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 110 | 149 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.42 |
| HSL | 293.85º | 0.16% | 0.51% | - |
| HSV(B) | 293.85º | 0.26% | 0.58% | - |
| XYZ | 22.68 | 19.34 | 30.97 | - |
| YUV | 124.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 149 | 0.03 | 0.26 | 0 | 0.42 | 293.85 | 0.16 | 0.51 |
| Hex | 91 | 6E | 95 | 3 | 1A | 0 | 2A | 126 | 10 | 33 |
| Octal | 221 | 156 | 225 | 3 | 32 | 0 | 52 | 446 | 20 | 63 |
| Binary | 10010001 | 1101110 | 10010101 | 11 | 11010 | 0 | 101010 | 100100110 | 10000 | 110011 |
Color Harmonies of #916E95
Complementary color
Monochromatic Colors of #916E95
Black with #916E95
Text Example
Text Example
White with #916E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E95; }
p { color: rgb(145,110,149); }
H1.HeaderClassName
{
color: #916E95;
}
.AnyTagClassName
{
color: #916E95;
}
</style>
background-color css
<style>
a { background-color: #916E95; }
a { background-color: rgb(145,110,149); }
div.DivClassName
{
background-color: #916E95;
}
.BgClassName
{
background-color: #916E95;
}
</style>
border-color css
<style>
span { border-color: #916E95; }
span { border-color: rgb(145,110,149); }
td.TdClassName
{
border-color: #916E95;
}
.TagClassName
{
border-color: #916E95;
}
</style>