Shades of Violet Blue #9B659E
Tints of Violet Blue #9B659E
RGB
CMYK
RGB Variations
Color information
#9B659E (or 0x9B659E) is known color: Violet Blue. HEX triplet: 9B, 65 and 9E. RGB value is (155,101,158). Sum of RGB (Red+Green+Blue) = 155+101+158=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B659E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B659E is #649A61. Grayscale: #7B7B7B. Windows color (decimal): -6593122 or 10380699. OLE color: 10380699.
HSL color Cylindrical-coordinate representation of color #9B659E: hue angle of 296.84º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B659E is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 101 | 158 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.38 |
| HSL | 296.84º | 0.23% | 0.51% | - |
| HSV(B) | 296.84º | 0.36% | 0.62% | - |
| XYZ | 24.34 | 18.74 | 34.68 | - |
| YUV | 123.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 158 | 0.02 | 0.36 | 0 | 0.38 | 296.84 | 0.23 | 0.51 |
| Hex | 9B | 65 | 9E | 2 | 24 | 0 | 26 | 129 | 17 | 33 |
| Octal | 233 | 145 | 236 | 2 | 44 | 0 | 46 | 451 | 27 | 63 |
| Binary | 10011011 | 1100101 | 10011110 | 10 | 100100 | 0 | 100110 | 100101001 | 10111 | 110011 |
Color Harmonies of #9B659E
Complementary color
Monochromatic Colors of #9B659E
Black with #9B659E
Text Example
Text Example
White with #9B659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B659E; }
p { color: rgb(155,101,158); }
H1.HeaderClassName
{
color: #9B659E;
}
.AnyTagClassName
{
color: #9B659E;
}
</style>
background-color css
<style>
a { background-color: #9B659E; }
a { background-color: rgb(155,101,158); }
div.DivClassName
{
background-color: #9B659E;
}
.BgClassName
{
background-color: #9B659E;
}
</style>
border-color css
<style>
span { border-color: #9B659E; }
span { border-color: rgb(155,101,158); }
td.TdClassName
{
border-color: #9B659E;
}
.TagClassName
{
border-color: #9B659E;
}
</style>