Shades of Violet Blue #9B6F96
Tints of Violet Blue #9B6F96
RGB
CMYK
RGB Variations
Color information
#9B6F96 (or 0x9B6F96) is known color: Violet Blue. HEX triplet: 9B, 6F and 96. RGB value is (155,111,150). Sum of RGB (Red+Green+Blue) = 155+111+150=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6F96 is #649069. Grayscale: #808080. Windows color (decimal): -6590570 or 9858971. OLE color: 9858971.
HSL color Cylindrical-coordinate representation of color #9B6F96: hue angle of 306.82º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B6F96 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 111 | 150 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.39 |
| HSL | 306.82º | 0.18% | 0.52% | - |
| HSV(B) | 306.82º | 0.28% | 0.61% | - |
| XYZ | 24.71 | 20.54 | 31.52 | - |
| YUV | 128.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 150 | 0 | 0.28 | 0.03 | 0.39 | 306.82 | 0.18 | 0.52 |
| Hex | 9B | 6F | 96 | 0 | 1C | 3 | 27 | 133 | 12 | 34 |
| Octal | 233 | 157 | 226 | 0 | 34 | 3 | 47 | 463 | 22 | 64 |
| Binary | 10011011 | 1101111 | 10010110 | 0 | 11100 | 11 | 100111 | 100110011 | 10010 | 110100 |
Color Harmonies of #9B6F96
Complementary color
Monochromatic Colors of #9B6F96
Black with #9B6F96
Text Example
Text Example
White with #9B6F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6F96; }
p { color: rgb(155,111,150); }
H1.HeaderClassName
{
color: #9B6F96;
}
.AnyTagClassName
{
color: #9B6F96;
}
</style>
background-color css
<style>
a { background-color: #9B6F96; }
a { background-color: rgb(155,111,150); }
div.DivClassName
{
background-color: #9B6F96;
}
.BgClassName
{
background-color: #9B6F96;
}
</style>
border-color css
<style>
span { border-color: #9B6F96; }
span { border-color: rgb(155,111,150); }
td.TdClassName
{
border-color: #9B6F96;
}
.TagClassName
{
border-color: #9B6F96;
}
</style>