Shades of Violet Blue #9B689E
Tints of Violet Blue #9B689E
RGB
CMYK
RGB Variations
Color information
#9B689E (or 0x9B689E) is known color: Violet Blue. HEX triplet: 9B, 68 and 9E. RGB value is (155,104,158). Sum of RGB (Red+Green+Blue) = 155+104+158=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B689E is #649761. Grayscale: #7D7D7D. Windows color (decimal): -6592354 or 10381467. OLE color: 10381467.
HSL color Cylindrical-coordinate representation of color #9B689E: hue angle of 296.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B689E is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 104 | 158 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.38 |
| HSL | 296.67º | 0.22% | 0.51% | - |
| HSV(B) | 296.67º | 0.34% | 0.62% | - |
| XYZ | 24.64 | 19.34 | 34.78 | - |
| YUV | 125.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 158 | 0.02 | 0.34 | 0 | 0.38 | 296.67 | 0.22 | 0.51 |
| Hex | 9B | 68 | 9E | 2 | 22 | 0 | 26 | 129 | 16 | 33 |
| Octal | 233 | 150 | 236 | 2 | 42 | 0 | 46 | 451 | 26 | 63 |
| Binary | 10011011 | 1101000 | 10011110 | 10 | 100010 | 0 | 100110 | 100101001 | 10110 | 110011 |
Color Harmonies of #9B689E
Complementary color
Monochromatic Colors of #9B689E
Black with #9B689E
Text Example
Text Example
White with #9B689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B689E; }
p { color: rgb(155,104,158); }
H1.HeaderClassName
{
color: #9B689E;
}
.AnyTagClassName
{
color: #9B689E;
}
</style>
background-color css
<style>
a { background-color: #9B689E; }
a { background-color: rgb(155,104,158); }
div.DivClassName
{
background-color: #9B689E;
}
.BgClassName
{
background-color: #9B689E;
}
</style>
border-color css
<style>
span { border-color: #9B689E; }
span { border-color: rgb(155,104,158); }
td.TdClassName
{
border-color: #9B689E;
}
.TagClassName
{
border-color: #9B689E;
}
</style>