Shades of Violet Blue #916C95
Tints of Violet Blue #916C95
RGB
CMYK
RGB Variations
Color information
#916C95 (or 0x916C95) is known color: Violet Blue. HEX triplet: 91, 6C and 95. RGB value is (145,108,149). Sum of RGB (Red+Green+Blue) = 145+108+149=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: blue. Hex color #916C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916C95 is #6E936A. Grayscale: #7B7B7B. Windows color (decimal): -7246699 or 9792657. OLE color: 9792657.
HSL color Cylindrical-coordinate representation of color #916C95: hue angle of 294.15º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916C95 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 108 | 149 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.42 |
| HSL | 294.15º | 0.16% | 0.5% | - |
| HSV(B) | 294.15º | 0.28% | 0.58% | - |
| XYZ | 22.46 | 18.91 | 30.9 | - |
| YUV | 123.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 149 | 0.03 | 0.28 | 0 | 0.42 | 294.15 | 0.16 | 0.5 |
| Hex | 91 | 6C | 95 | 3 | 1C | 0 | 2A | 126 | 10 | 32 |
| Octal | 221 | 154 | 225 | 3 | 34 | 0 | 52 | 446 | 20 | 62 |
| Binary | 10010001 | 1101100 | 10010101 | 11 | 11100 | 0 | 101010 | 100100110 | 10000 | 110010 |
Color Harmonies of #916C95
Complementary color
Monochromatic Colors of #916C95
Black with #916C95
Text Example
Text Example
White with #916C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C95; }
p { color: rgb(145,108,149); }
H1.HeaderClassName
{
color: #916C95;
}
.AnyTagClassName
{
color: #916C95;
}
</style>
background-color css
<style>
a { background-color: #916C95; }
a { background-color: rgb(145,108,149); }
div.DivClassName
{
background-color: #916C95;
}
.BgClassName
{
background-color: #916C95;
}
</style>
border-color css
<style>
span { border-color: #916C95; }
span { border-color: rgb(145,108,149); }
td.TdClassName
{
border-color: #916C95;
}
.TagClassName
{
border-color: #916C95;
}
</style>