Shades of Violet Blue #9C6BA1
Tints of Violet Blue #9C6BA1
RGB
CMYK
RGB Variations
Color information
#9C6BA1 (or 0x9C6BA1) is known color: Violet Blue. HEX triplet: 9C, 6B and A1. RGB value is (156,107,161). Sum of RGB (Red+Green+Blue) = 156+107+161=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 161 - color contains mainly: blue. Hex color #9C6BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6BA1 is #63945E. Grayscale: #7F7F7F. Windows color (decimal): -6526047 or 10578844. OLE color: 10578844.
HSL color Cylindrical-coordinate representation of color #9C6BA1: hue angle of 294.44º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C6BA1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 107 | 161 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.37 |
| HSL | 294.44º | 0.22% | 0.53% | - |
| HSV(B) | 294.44º | 0.34% | 0.63% | - |
| XYZ | 25.4 | 20.16 | 36.27 | - |
| YUV | 127.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 161 | 0.03 | 0.34 | 0 | 0.37 | 294.44 | 0.22 | 0.53 |
| Hex | 9C | 6B | A1 | 3 | 22 | 0 | 25 | 126 | 16 | 35 |
| Octal | 234 | 153 | 241 | 3 | 42 | 0 | 45 | 446 | 26 | 65 |
| Binary | 10011100 | 1101011 | 10100001 | 11 | 100010 | 0 | 100101 | 100100110 | 10110 | 110101 |
Color Harmonies of #9C6BA1
Complementary color
Monochromatic Colors of #9C6BA1
Black with #9C6BA1
Text Example
Text Example
White with #9C6BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6BA1; }
p { color: rgb(156,107,161); }
H1.HeaderClassName
{
color: #9C6BA1;
}
.AnyTagClassName
{
color: #9C6BA1;
}
</style>
background-color css
<style>
a { background-color: #9C6BA1; }
a { background-color: rgb(156,107,161); }
div.DivClassName
{
background-color: #9C6BA1;
}
.BgClassName
{
background-color: #9C6BA1;
}
</style>
border-color css
<style>
span { border-color: #9C6BA1; }
span { border-color: rgb(156,107,161); }
td.TdClassName
{
border-color: #9C6BA1;
}
.TagClassName
{
border-color: #9C6BA1;
}
</style>