Shades of Violet Blue #9C6B94
Tints of Violet Blue #9C6B94
RGB
CMYK
RGB Variations
Color information
#9C6B94 (or 0x9C6B94) is known color: Violet Blue. HEX triplet: 9C, 6B and 94. RGB value is (156,107,148). Sum of RGB (Red+Green+Blue) = 156+107+148=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B94 is #63946B. Grayscale: #7E7E7E. Windows color (decimal): -6526060 or 9726876. OLE color: 9726876.
HSL color Cylindrical-coordinate representation of color #9C6B94: hue angle of 309.8º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C6B94 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 107 | 148 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.39 |
| HSL | 309.8º | 0.2% | 0.52% | - |
| HSV(B) | 309.8º | 0.31% | 0.61% | - |
| XYZ | 24.31 | 19.72 | 30.54 | - |
| YUV | 126.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 148 | 0 | 0.31 | 0.05 | 0.39 | 309.8 | 0.2 | 0.52 |
| Hex | 9C | 6B | 94 | 0 | 1F | 5 | 27 | 136 | 14 | 34 |
| Octal | 234 | 153 | 224 | 0 | 37 | 5 | 47 | 466 | 24 | 64 |
| Binary | 10011100 | 1101011 | 10010100 | 0 | 11111 | 101 | 100111 | 100110110 | 10100 | 110100 |
Color Harmonies of #9C6B94
Complementary color
Monochromatic Colors of #9C6B94
Black with #9C6B94
Text Example
Text Example
White with #9C6B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6B94; }
p { color: rgb(156,107,148); }
H1.HeaderClassName
{
color: #9C6B94;
}
.AnyTagClassName
{
color: #9C6B94;
}
</style>
background-color css
<style>
a { background-color: #9C6B94; }
a { background-color: rgb(156,107,148); }
div.DivClassName
{
background-color: #9C6B94;
}
.BgClassName
{
background-color: #9C6B94;
}
</style>
border-color css
<style>
span { border-color: #9C6B94; }
span { border-color: rgb(156,107,148); }
td.TdClassName
{
border-color: #9C6B94;
}
.TagClassName
{
border-color: #9C6B94;
}
</style>