Shades of Violet Blue #9B5D96
Tints of Violet Blue #9B5D96
RGB
CMYK
RGB Variations
Color information
#9B5D96 (or 0x9B5D96) is known color: Violet Blue. HEX triplet: 9B, 5D and 96. RGB value is (155,93,150). Sum of RGB (Red+Green+Blue) = 155+93+150=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5D96 is #64A269. Grayscale: #757575. Windows color (decimal): -6595178 or 9854363. OLE color: 9854363.
HSL color Cylindrical-coordinate representation of color #9B5D96: hue angle of 304.84º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B5D96 is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 150 | - |
| CMYK | 0 | 0.4 | 0.03 | 0.39 |
| HSL | 304.84º | 0.25% | 0.49% | - |
| HSV(B) | 304.84º | 0.4% | 0.61% | - |
| XYZ | 22.94 | 17 | 30.93 | - |
| YUV | 118.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 150 | 0 | 0.4 | 0.03 | 0.39 | 304.84 | 0.25 | 0.49 |
| Hex | 9B | 5D | 96 | 0 | 28 | 3 | 27 | 131 | 19 | 31 |
| Octal | 233 | 135 | 226 | 0 | 50 | 3 | 47 | 461 | 31 | 61 |
| Binary | 10011011 | 1011101 | 10010110 | 0 | 101000 | 11 | 100111 | 100110001 | 11001 | 110001 |
Color Harmonies of #9B5D96
Complementary color
Monochromatic Colors of #9B5D96
Black with #9B5D96
Text Example
Text Example
White with #9B5D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D96; }
p { color: rgb(155,93,150); }
H1.HeaderClassName
{
color: #9B5D96;
}
.AnyTagClassName
{
color: #9B5D96;
}
</style>
background-color css
<style>
a { background-color: #9B5D96; }
a { background-color: rgb(155,93,150); }
div.DivClassName
{
background-color: #9B5D96;
}
.BgClassName
{
background-color: #9B5D96;
}
</style>
border-color css
<style>
span { border-color: #9B5D96; }
span { border-color: rgb(155,93,150); }
td.TdClassName
{
border-color: #9B5D96;
}
.TagClassName
{
border-color: #9B5D96;
}
</style>