Shades of Violet Blue #915497
Tints of Violet Blue #915497
RGB
CMYK
RGB Variations
Color information
#915497 (or 0x915497) is known color: Violet Blue. HEX triplet: 91, 54 and 97. RGB value is (145,84,151). Sum of RGB (Red+Green+Blue) = 145+84+151=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #915497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915497 is #6EAB68. Grayscale: #6D6D6D. Windows color (decimal): -7252841 or 9917585. OLE color: 9917585.
HSL color Cylindrical-coordinate representation of color #915497: hue angle of 294.63º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915497 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 84 | 151 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.41 |
| HSL | 294.63º | 0.29% | 0.46% | - |
| HSV(B) | 294.63º | 0.44% | 0.59% | - |
| XYZ | 20.43 | 14.59 | 31.02 | - |
| YUV | 109.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 151 | 0.04 | 0.44 | 0 | 0.41 | 294.63 | 0.29 | 0.46 |
| Hex | 91 | 54 | 97 | 4 | 2C | 0 | 29 | 127 | 1D | 2E |
| Octal | 221 | 124 | 227 | 4 | 54 | 0 | 51 | 447 | 35 | 56 |
| Binary | 10010001 | 1010100 | 10010111 | 100 | 101100 | 0 | 101001 | 100100111 | 11101 | 101110 |
Color Harmonies of #915497
Complementary color
Monochromatic Colors of #915497
Black with #915497
Text Example
Text Example
White with #915497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915497; }
p { color: rgb(145,84,151); }
H1.HeaderClassName
{
color: #915497;
}
.AnyTagClassName
{
color: #915497;
}
</style>
background-color css
<style>
a { background-color: #915497; }
a { background-color: rgb(145,84,151); }
div.DivClassName
{
background-color: #915497;
}
.BgClassName
{
background-color: #915497;
}
</style>
border-color css
<style>
span { border-color: #915497; }
span { border-color: rgb(145,84,151); }
td.TdClassName
{
border-color: #915497;
}
.TagClassName
{
border-color: #915497;
}
</style>