Shades of Violet Blue #9B6C9A
Tints of Violet Blue #9B6C9A
RGB
CMYK
RGB Variations
Color information
#9B6C9A (or 0x9B6C9A) is known color: Violet Blue. HEX triplet: 9B, 6C and 9A. RGB value is (155,108,154). Sum of RGB (Red+Green+Blue) = 155+108+154=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6C9A is #649365. Grayscale: #7F7F7F. Windows color (decimal): -6591334 or 10120347. OLE color: 10120347.
HSL color Cylindrical-coordinate representation of color #9B6C9A: hue angle of 301.28º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B6C9A is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 108 | 154 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.39 |
| HSL | 301.28º | 0.19% | 0.52% | - |
| HSV(B) | 301.28º | 0.3% | 0.61% | - |
| XYZ | 24.71 | 20.03 | 33.13 | - |
| YUV | 127.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 154 | 0 | 0.30 | 0.01 | 0.39 | 301.28 | 0.19 | 0.52 |
| Hex | 9B | 6C | 9A | 0 | 1E | 1 | 27 | 12D | 13 | 34 |
| Octal | 233 | 154 | 232 | 0 | 36 | 1 | 47 | 455 | 23 | 64 |
| Binary | 10011011 | 1101100 | 10011010 | 0 | 11110 | 1 | 100111 | 100101101 | 10011 | 110100 |
Color Harmonies of #9B6C9A
Complementary color
Monochromatic Colors of #9B6C9A
Black with #9B6C9A
Text Example
Text Example
White with #9B6C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6C9A; }
p { color: rgb(155,108,154); }
H1.HeaderClassName
{
color: #9B6C9A;
}
.AnyTagClassName
{
color: #9B6C9A;
}
</style>
background-color css
<style>
a { background-color: #9B6C9A; }
a { background-color: rgb(155,108,154); }
div.DivClassName
{
background-color: #9B6C9A;
}
.BgClassName
{
background-color: #9B6C9A;
}
</style>
border-color css
<style>
span { border-color: #9B6C9A; }
span { border-color: rgb(155,108,154); }
td.TdClassName
{
border-color: #9B6C9A;
}
.TagClassName
{
border-color: #9B6C9A;
}
</style>