Shades of Violet Blue #915196
Tints of Violet Blue #915196
RGB
CMYK
RGB Variations
Color information
#915196 (or 0x915196) is known color: Violet Blue. HEX triplet: 91, 51 and 96. RGB value is (145,81,150). Sum of RGB (Red+Green+Blue) = 145+81+150=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 150 - color contains mainly: blue. Hex color #915196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915196 is #6EAE69. Grayscale: #6B6B6B. Windows color (decimal): -7253610 or 9851281. OLE color: 9851281.
HSL color Cylindrical-coordinate representation of color #915196: hue angle of 295.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #915196 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 81 | 150 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.41 |
| HSL | 295.65º | 0.3% | 0.45% | - |
| HSV(B) | 295.65º | 0.46% | 0.59% | - |
| XYZ | 20.12 | 14.11 | 30.52 | - |
| YUV | 108 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 150 | 0.03 | 0.46 | 0 | 0.41 | 295.65 | 0.3 | 0.45 |
| Hex | 91 | 51 | 96 | 3 | 2E | 0 | 29 | 128 | 1E | 2D |
| Octal | 221 | 121 | 226 | 3 | 56 | 0 | 51 | 450 | 36 | 55 |
| Binary | 10010001 | 1010001 | 10010110 | 11 | 101110 | 0 | 101001 | 100101000 | 11110 | 101101 |
Color Harmonies of #915196
Complementary color
Monochromatic Colors of #915196
Black with #915196
Text Example
Text Example
White with #915196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915196; }
p { color: rgb(145,81,150); }
H1.HeaderClassName
{
color: #915196;
}
.AnyTagClassName
{
color: #915196;
}
</style>
background-color css
<style>
a { background-color: #915196; }
a { background-color: rgb(145,81,150); }
div.DivClassName
{
background-color: #915196;
}
.BgClassName
{
background-color: #915196;
}
</style>
border-color css
<style>
span { border-color: #915196; }
span { border-color: rgb(145,81,150); }
td.TdClassName
{
border-color: #915196;
}
.TagClassName
{
border-color: #915196;
}
</style>