Shades of Violet Blue #9B4C96
Tints of Violet Blue #9B4C96
RGB
CMYK
RGB Variations
Color information
#9B4C96 (or 0x9B4C96) is known color: Violet Blue. HEX triplet: 9B, 4C and 96. RGB value is (155,76,150). Sum of RGB (Red+Green+Blue) = 155+76+150=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4C96 is #64B369. Grayscale: #6B6B6B. Windows color (decimal): -6599530 or 9850011. OLE color: 9850011.
HSL color Cylindrical-coordinate representation of color #9B4C96: hue angle of 303.8º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B4C96 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 76 | 150 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.39 |
| HSL | 303.8º | 0.34% | 0.45% | - |
| HSV(B) | 303.8º | 0.51% | 0.61% | - |
| XYZ | 21.61 | 14.34 | 30.48 | - |
| YUV | 108.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 76 | 150 | 0 | 0.51 | 0.03 | 0.39 | 303.8 | 0.34 | 0.45 |
| Hex | 9B | 4C | 96 | 0 | 33 | 3 | 27 | 130 | 22 | 2D |
| Octal | 233 | 114 | 226 | 0 | 63 | 3 | 47 | 460 | 42 | 55 |
| Binary | 10011011 | 1001100 | 10010110 | 0 | 110011 | 11 | 100111 | 100110000 | 100010 | 101101 |
Color Harmonies of #9B4C96
Complementary color
Monochromatic Colors of #9B4C96
Black with #9B4C96
Text Example
Text Example
White with #9B4C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4C96; }
p { color: rgb(155,76,150); }
H1.HeaderClassName
{
color: #9B4C96;
}
.AnyTagClassName
{
color: #9B4C96;
}
</style>
background-color css
<style>
a { background-color: #9B4C96; }
a { background-color: rgb(155,76,150); }
div.DivClassName
{
background-color: #9B4C96;
}
.BgClassName
{
background-color: #9B4C96;
}
</style>
border-color css
<style>
span { border-color: #9B4C96; }
span { border-color: rgb(155,76,150); }
td.TdClassName
{
border-color: #9B4C96;
}
.TagClassName
{
border-color: #9B4C96;
}
</style>