Shades of Violet Blue #915B90
Tints of Violet Blue #915B90
RGB
CMYK
RGB Variations
Color information
#915B90 (or 0x915B90) is known color: Violet Blue. HEX triplet: 91, 5B and 90. RGB value is (145,91,144). Sum of RGB (Red+Green+Blue) = 145+91+144=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #915B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915B90 is #6EA46F. Grayscale: #717171. Windows color (decimal): -7251056 or 9460625. OLE color: 9460625.
HSL color Cylindrical-coordinate representation of color #915B90: hue angle of 301.11º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915B90 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 91 | 144 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.43 |
| HSL | 301.11º | 0.23% | 0.46% | - |
| HSV(B) | 301.11º | 0.37% | 0.57% | - |
| XYZ | 20.45 | 15.52 | 28.3 | - |
| YUV | 113.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 144 | 0 | 0.37 | 0.01 | 0.43 | 301.11 | 0.23 | 0.46 |
| Hex | 91 | 5B | 90 | 0 | 25 | 1 | 2B | 12D | 17 | 2E |
| Octal | 221 | 133 | 220 | 0 | 45 | 1 | 53 | 455 | 27 | 56 |
| Binary | 10010001 | 1011011 | 10010000 | 0 | 100101 | 1 | 101011 | 100101101 | 10111 | 101110 |
Color Harmonies of #915B90
Complementary color
Monochromatic Colors of #915B90
Black with #915B90
Text Example
Text Example
White with #915B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B90; }
p { color: rgb(145,91,144); }
H1.HeaderClassName
{
color: #915B90;
}
.AnyTagClassName
{
color: #915B90;
}
</style>
background-color css
<style>
a { background-color: #915B90; }
a { background-color: rgb(145,91,144); }
div.DivClassName
{
background-color: #915B90;
}
.BgClassName
{
background-color: #915B90;
}
</style>
border-color css
<style>
span { border-color: #915B90; }
span { border-color: rgb(145,91,144); }
td.TdClassName
{
border-color: #915B90;
}
.TagClassName
{
border-color: #915B90;
}
</style>