Shades of Violet Blue #915995
Tints of Violet Blue #915995
RGB
CMYK
RGB Variations
Color information
#915995 (or 0x915995) is known color: Violet Blue. HEX triplet: 91, 59 and 95. RGB value is (145,89,149). Sum of RGB (Red+Green+Blue) = 145+89+149=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #915995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915995 is #6EA66A. Grayscale: #707070. Windows color (decimal): -7251563 or 9787793. OLE color: 9787793.
HSL color Cylindrical-coordinate representation of color #915995: hue angle of 296º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915995 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 89 | 149 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.42 |
| HSL | 296º | 0.25% | 0.47% | - |
| HSV(B) | 296º | 0.4% | 0.58% | - |
| XYZ | 20.67 | 15.33 | 30.3 | - |
| YUV | 112.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 149 | 0.03 | 0.40 | 0 | 0.42 | 296 | 0.25 | 0.47 |
| Hex | 91 | 59 | 95 | 3 | 28 | 0 | 2A | 128 | 19 | 2F |
| Octal | 221 | 131 | 225 | 3 | 50 | 0 | 52 | 450 | 31 | 57 |
| Binary | 10010001 | 1011001 | 10010101 | 11 | 101000 | 0 | 101010 | 100101000 | 11001 | 101111 |
Color Harmonies of #915995
Complementary color
Monochromatic Colors of #915995
Black with #915995
Text Example
Text Example
White with #915995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915995; }
p { color: rgb(145,89,149); }
H1.HeaderClassName
{
color: #915995;
}
.AnyTagClassName
{
color: #915995;
}
</style>
background-color css
<style>
a { background-color: #915995; }
a { background-color: rgb(145,89,149); }
div.DivClassName
{
background-color: #915995;
}
.BgClassName
{
background-color: #915995;
}
</style>
border-color css
<style>
span { border-color: #915995; }
span { border-color: rgb(145,89,149); }
td.TdClassName
{
border-color: #915995;
}
.TagClassName
{
border-color: #915995;
}
</style>