Shades of Violet Blue #9B5A91
Tints of Violet Blue #9B5A91
RGB
CMYK
RGB Variations
Color information
#9B5A91 (or 0x9B5A91) is known color: Violet Blue. HEX triplet: 9B, 5A and 91. RGB value is (155,90,145). Sum of RGB (Red+Green+Blue) = 155+90+145=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5A91 is #64A56E. Grayscale: #737373. Windows color (decimal): -6595951 or 9525915. OLE color: 9525915.
HSL color Cylindrical-coordinate representation of color #9B5A91: hue angle of 309.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A91 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 90 | 145 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.39 |
| HSL | 309.23º | 0.27% | 0.48% | - |
| HSV(B) | 309.23º | 0.42% | 0.61% | - |
| XYZ | 22.28 | 16.33 | 28.76 | - |
| YUV | 115.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 145 | 0 | 0.42 | 0.06 | 0.39 | 309.23 | 0.27 | 0.48 |
| Hex | 9B | 5A | 91 | 0 | 2A | 6 | 27 | 135 | 1B | 30 |
| Octal | 233 | 132 | 221 | 0 | 52 | 6 | 47 | 465 | 33 | 60 |
| Binary | 10011011 | 1011010 | 10010001 | 0 | 101010 | 110 | 100111 | 100110101 | 11011 | 110000 |
Color Harmonies of #9B5A91
Complementary color
Monochromatic Colors of #9B5A91
Black with #9B5A91
Text Example
Text Example
White with #9B5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5A91; }
p { color: rgb(155,90,145); }
H1.HeaderClassName
{
color: #9B5A91;
}
.AnyTagClassName
{
color: #9B5A91;
}
</style>
background-color css
<style>
a { background-color: #9B5A91; }
a { background-color: rgb(155,90,145); }
div.DivClassName
{
background-color: #9B5A91;
}
.BgClassName
{
background-color: #9B5A91;
}
</style>
border-color css
<style>
span { border-color: #9B5A91; }
span { border-color: rgb(155,90,145); }
td.TdClassName
{
border-color: #9B5A91;
}
.TagClassName
{
border-color: #9B5A91;
}
</style>