Shades of Violet Blue #9B5BA2
Tints of Violet Blue #9B5BA2
RGB
CMYK
RGB Variations
Color information
#9B5BA2 (or 0x9B5BA2) is known color: Violet Blue. HEX triplet: 9B, 5B and A2. RGB value is (155,91,162). Sum of RGB (Red+Green+Blue) = 155+91+162=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 162 - color contains mainly: blue. Hex color #9B5BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5BA2 is #64A45D. Grayscale: #767676. Windows color (decimal): -6595678 or 10640283. OLE color: 10640283.
HSL color Cylindrical-coordinate representation of color #9B5BA2: hue angle of 294.08º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B5BA2 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 91 | 162 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.36 |
| HSL | 294.08º | 0.28% | 0.5% | - |
| HSV(B) | 294.08º | 0.44% | 0.64% | - |
| XYZ | 23.78 | 17.06 | 36.22 | - |
| YUV | 118.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 91 | 162 | 0.04 | 0.44 | 0 | 0.36 | 294.08 | 0.28 | 0.5 |
| Hex | 9B | 5B | A2 | 4 | 2C | 0 | 24 | 126 | 1C | 32 |
| Octal | 233 | 133 | 242 | 4 | 54 | 0 | 44 | 446 | 34 | 62 |
| Binary | 10011011 | 1011011 | 10100010 | 100 | 101100 | 0 | 100100 | 100100110 | 11100 | 110010 |
Color Harmonies of #9B5BA2
Complementary color
Monochromatic Colors of #9B5BA2
Black with #9B5BA2
Text Example
Text Example
White with #9B5BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5BA2; }
p { color: rgb(155,91,162); }
H1.HeaderClassName
{
color: #9B5BA2;
}
.AnyTagClassName
{
color: #9B5BA2;
}
</style>
background-color css
<style>
a { background-color: #9B5BA2; }
a { background-color: rgb(155,91,162); }
div.DivClassName
{
background-color: #9B5BA2;
}
.BgClassName
{
background-color: #9B5BA2;
}
</style>
border-color css
<style>
span { border-color: #9B5BA2; }
span { border-color: rgb(155,91,162); }
td.TdClassName
{
border-color: #9B5BA2;
}
.TagClassName
{
border-color: #9B5BA2;
}
</style>