Shades of Violet Blue #9B789E
Tints of Violet Blue #9B789E
RGB
CMYK
RGB Variations
Color information
#9B789E (or 0x9B789E) is known color: Violet Blue. HEX triplet: 9B, 78 and 9E. RGB value is (155,120,158). Sum of RGB (Red+Green+Blue) = 155+120+158=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B789E is #648761. Grayscale: #868686. Windows color (decimal): -6588258 or 10385563. OLE color: 10385563.
HSL color Cylindrical-coordinate representation of color #9B789E: hue angle of 295.26º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B789E is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 120 | 158 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.38 |
| HSL | 295.26º | 0.16% | 0.55% | - |
| HSV(B) | 295.26º | 0.24% | 0.62% | - |
| XYZ | 26.41 | 22.87 | 35.37 | - |
| YUV | 134.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 158 | 0.02 | 0.24 | 0 | 0.38 | 295.26 | 0.16 | 0.55 |
| Hex | 9B | 78 | 9E | 2 | 18 | 0 | 26 | 127 | 10 | 37 |
| Octal | 233 | 170 | 236 | 2 | 30 | 0 | 46 | 447 | 20 | 67 |
| Binary | 10011011 | 1111000 | 10011110 | 10 | 11000 | 0 | 100110 | 100100111 | 10000 | 110111 |
Color Harmonies of #9B789E
Complementary color
Monochromatic Colors of #9B789E
Black with #9B789E
Text Example
Text Example
White with #9B789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B789E; }
p { color: rgb(155,120,158); }
H1.HeaderClassName
{
color: #9B789E;
}
.AnyTagClassName
{
color: #9B789E;
}
</style>
background-color css
<style>
a { background-color: #9B789E; }
a { background-color: rgb(155,120,158); }
div.DivClassName
{
background-color: #9B789E;
}
.BgClassName
{
background-color: #9B789E;
}
</style>
border-color css
<style>
span { border-color: #9B789E; }
span { border-color: rgb(155,120,158); }
td.TdClassName
{
border-color: #9B789E;
}
.TagClassName
{
border-color: #9B789E;
}
</style>