Shades of Violet Blue #915B95
Tints of Violet Blue #915B95
RGB
CMYK
RGB Variations
Color information
#915B95 (or 0x915B95) is known color: Violet Blue. HEX triplet: 91, 5B and 95. RGB value is (145,91,149). Sum of RGB (Red+Green+Blue) = 145+91+149=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #915B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915B95 is #6EA46A. Grayscale: #717171. Windows color (decimal): -7251051 or 9788305. OLE color: 9788305.
HSL color Cylindrical-coordinate representation of color #915B95: hue angle of 295.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915B95 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 91 | 149 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.42 |
| HSL | 295.86º | 0.24% | 0.47% | - |
| HSV(B) | 295.86º | 0.39% | 0.58% | - |
| XYZ | 20.84 | 15.67 | 30.36 | - |
| YUV | 113.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 149 | 0.03 | 0.39 | 0 | 0.42 | 295.86 | 0.24 | 0.47 |
| Hex | 91 | 5B | 95 | 3 | 27 | 0 | 2A | 128 | 18 | 2F |
| Octal | 221 | 133 | 225 | 3 | 47 | 0 | 52 | 450 | 30 | 57 |
| Binary | 10010001 | 1011011 | 10010101 | 11 | 100111 | 0 | 101010 | 100101000 | 11000 | 101111 |
Color Harmonies of #915B95
Complementary color
Monochromatic Colors of #915B95
Black with #915B95
Text Example
Text Example
White with #915B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B95; }
p { color: rgb(145,91,149); }
H1.HeaderClassName
{
color: #915B95;
}
.AnyTagClassName
{
color: #915B95;
}
</style>
background-color css
<style>
a { background-color: #915B95; }
a { background-color: rgb(145,91,149); }
div.DivClassName
{
background-color: #915B95;
}
.BgClassName
{
background-color: #915B95;
}
</style>
border-color css
<style>
span { border-color: #915B95; }
span { border-color: rgb(145,91,149); }
td.TdClassName
{
border-color: #915B95;
}
.TagClassName
{
border-color: #915B95;
}
</style>