Shades of Violet Blue #915095
Tints of Violet Blue #915095
RGB
CMYK
RGB Variations
Color information
#915095 (or 0x915095) is known color: Violet Blue. HEX triplet: 91, 50 and 95. RGB value is (145,80,149). Sum of RGB (Red+Green+Blue) = 145+80+149=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #915095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915095 is #6EAF6A. Grayscale: #6B6B6B. Windows color (decimal): -7253867 or 9785489. OLE color: 9785489.
HSL color Cylindrical-coordinate representation of color #915095: hue angle of 296.52º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #915095 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 80 | 149 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.42 |
| HSL | 296.52º | 0.3% | 0.45% | - |
| HSV(B) | 296.52º | 0.46% | 0.58% | - |
| XYZ | 19.97 | 13.93 | 30.07 | - |
| YUV | 107.3 | 151.53 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 149 | 0.03 | 0.46 | 0 | 0.42 | 296.52 | 0.3 | 0.45 |
| Hex | 91 | 50 | 95 | 3 | 2E | 0 | 2A | 129 | 1E | 2D |
| Octal | 221 | 120 | 225 | 3 | 56 | 0 | 52 | 451 | 36 | 55 |
| Binary | 10010001 | 1010000 | 10010101 | 11 | 101110 | 0 | 101010 | 100101001 | 11110 | 101101 |
Color Harmonies of #915095
Complementary color
Monochromatic Colors of #915095
Black with #915095
Text Example
Text Example
White with #915095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915095; }
p { color: rgb(145,80,149); }
H1.HeaderClassName
{
color: #915095;
}
.AnyTagClassName
{
color: #915095;
}
</style>
background-color css
<style>
a { background-color: #915095; }
a { background-color: rgb(145,80,149); }
div.DivClassName
{
background-color: #915095;
}
.BgClassName
{
background-color: #915095;
}
</style>
border-color css
<style>
span { border-color: #915095; }
span { border-color: rgb(145,80,149); }
td.TdClassName
{
border-color: #915095;
}
.TagClassName
{
border-color: #915095;
}
</style>