Shades of Violet Blue #9C789D
Tints of Violet Blue #9C789D
RGB
CMYK
RGB Variations
Color information
#9C789D (or 0x9C789D) is known color: Violet Blue. HEX triplet: 9C, 78 and 9D. RGB value is (156,120,157). Sum of RGB (Red+Green+Blue) = 156+120+157=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C789D is #638762. Grayscale: #868686. Windows color (decimal): -6522723 or 10320028. OLE color: 10320028.
HSL color Cylindrical-coordinate representation of color #9C789D: hue angle of 298.38º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C789D is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 120 | 157 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.38 |
| HSL | 298.38º | 0.16% | 0.54% | - |
| HSV(B) | 298.38º | 0.24% | 0.62% | - |
| XYZ | 26.51 | 22.94 | 34.93 | - |
| YUV | 134.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 157 | 0.01 | 0.24 | 0 | 0.38 | 298.38 | 0.16 | 0.54 |
| Hex | 9C | 78 | 9D | 1 | 18 | 0 | 26 | 12A | 10 | 36 |
| Octal | 234 | 170 | 235 | 1 | 30 | 0 | 46 | 452 | 20 | 66 |
| Binary | 10011100 | 1111000 | 10011101 | 1 | 11000 | 0 | 100110 | 100101010 | 10000 | 110110 |
Color Harmonies of #9C789D
Complementary color
Monochromatic Colors of #9C789D
Black with #9C789D
Text Example
Text Example
White with #9C789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C789D; }
p { color: rgb(156,120,157); }
H1.HeaderClassName
{
color: #9C789D;
}
.AnyTagClassName
{
color: #9C789D;
}
</style>
background-color css
<style>
a { background-color: #9C789D; }
a { background-color: rgb(156,120,157); }
div.DivClassName
{
background-color: #9C789D;
}
.BgClassName
{
background-color: #9C789D;
}
</style>
border-color css
<style>
span { border-color: #9C789D; }
span { border-color: rgb(156,120,157); }
td.TdClassName
{
border-color: #9C789D;
}
.TagClassName
{
border-color: #9C789D;
}
</style>