Shades of Violet Blue #915591
Tints of Violet Blue #915591
RGB
CMYK
RGB Variations
Color information
#915591 (or 0x915591) is known color: Violet Blue. HEX triplet: 91, 55 and 91. RGB value is (145,85,145). Sum of RGB (Red+Green+Blue) = 145+85+145=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #915591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915591 is #6EAA6E. Grayscale: #6D6D6D. Windows color (decimal): -7252591 or 9524625. OLE color: 9524625.
HSL color Cylindrical-coordinate representation of color #915591: hue angle of 300º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915591 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 145 | - |
| CMYK | 0 | 0.41 | 0 | 0.43 |
| HSL | 300º | 0.26% | 0.45% | - |
| HSV(B) | 300º | 0.41% | 0.57% | - |
| XYZ | 20.04 | 14.56 | 28.54 | - |
| YUV | 109.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 145 | 0 | 0.41 | 0 | 0.43 | 300 | 0.26 | 0.45 |
| Hex | 91 | 55 | 91 | 0 | 29 | 0 | 2B | 12C | 1A | 2D |
| Octal | 221 | 125 | 221 | 0 | 51 | 0 | 53 | 454 | 32 | 55 |
| Binary | 10010001 | 1010101 | 10010001 | 0 | 101001 | 0 | 101011 | 100101100 | 11010 | 101101 |
Color Harmonies of #915591
Complementary color
Monochromatic Colors of #915591
Black with #915591
Text Example
Text Example
White with #915591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915591; }
p { color: rgb(145,85,145); }
H1.HeaderClassName
{
color: #915591;
}
.AnyTagClassName
{
color: #915591;
}
</style>
background-color css
<style>
a { background-color: #915591; }
a { background-color: rgb(145,85,145); }
div.DivClassName
{
background-color: #915591;
}
.BgClassName
{
background-color: #915591;
}
</style>
border-color css
<style>
span { border-color: #915591; }
span { border-color: rgb(145,85,145); }
td.TdClassName
{
border-color: #915591;
}
.TagClassName
{
border-color: #915591;
}
</style>