Shades of Violet Blue #9B6B9A
Tints of Violet Blue #9B6B9A
RGB
CMYK
RGB Variations
Color information
#9B6B9A (or 0x9B6B9A) is known color: Violet Blue. HEX triplet: 9B, 6B and 9A. RGB value is (155,107,154). Sum of RGB (Red+Green+Blue) = 155+107+154=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6B9A is #649465. Grayscale: #7E7E7E. Windows color (decimal): -6591590 or 10120091. OLE color: 10120091.
HSL color Cylindrical-coordinate representation of color #9B6B9A: hue angle of 301.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B6B9A is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 107 | 154 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.39 |
| HSL | 301.25º | 0.19% | 0.51% | - |
| HSV(B) | 301.25º | 0.31% | 0.61% | - |
| XYZ | 24.61 | 19.82 | 33.1 | - |
| YUV | 126.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 154 | 0 | 0.31 | 0.01 | 0.39 | 301.25 | 0.19 | 0.51 |
| Hex | 9B | 6B | 9A | 0 | 1F | 1 | 27 | 12D | 13 | 33 |
| Octal | 233 | 153 | 232 | 0 | 37 | 1 | 47 | 455 | 23 | 63 |
| Binary | 10011011 | 1101011 | 10011010 | 0 | 11111 | 1 | 100111 | 100101101 | 10011 | 110011 |
Color Harmonies of #9B6B9A
Complementary color
Monochromatic Colors of #9B6B9A
Black with #9B6B9A
Text Example
Text Example
White with #9B6B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6B9A; }
p { color: rgb(155,107,154); }
H1.HeaderClassName
{
color: #9B6B9A;
}
.AnyTagClassName
{
color: #9B6B9A;
}
</style>
background-color css
<style>
a { background-color: #9B6B9A; }
a { background-color: rgb(155,107,154); }
div.DivClassName
{
background-color: #9B6B9A;
}
.BgClassName
{
background-color: #9B6B9A;
}
</style>
border-color css
<style>
span { border-color: #9B6B9A; }
span { border-color: rgb(155,107,154); }
td.TdClassName
{
border-color: #9B6B9A;
}
.TagClassName
{
border-color: #9B6B9A;
}
</style>