Shades of Violet Blue #9C6195
Tints of Violet Blue #9C6195
RGB
CMYK
RGB Variations
Color information
#9C6195 (or 0x9C6195) is known color: Violet Blue. HEX triplet: 9C, 61 and 95. RGB value is (156,97,149). Sum of RGB (Red+Green+Blue) = 156+97+149=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6195 is #639E6A. Grayscale: #787878. Windows color (decimal): -6528619 or 9789852. OLE color: 9789852.
HSL color Cylindrical-coordinate representation of color #9C6195: hue angle of 307.12º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6195 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 149 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.39 |
| HSL | 307.12º | 0.23% | 0.5% | - |
| HSV(B) | 307.12º | 0.38% | 0.61% | - |
| XYZ | 23.41 | 17.79 | 30.63 | - |
| YUV | 120.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 149 | 0 | 0.38 | 0.04 | 0.39 | 307.12 | 0.23 | 0.5 |
| Hex | 9C | 61 | 95 | 0 | 26 | 4 | 27 | 133 | 17 | 32 |
| Octal | 234 | 141 | 225 | 0 | 46 | 4 | 47 | 463 | 27 | 62 |
| Binary | 10011100 | 1100001 | 10010101 | 0 | 100110 | 100 | 100111 | 100110011 | 10111 | 110010 |
Color Harmonies of #9C6195
Complementary color
Monochromatic Colors of #9C6195
Black with #9C6195
Text Example
Text Example
White with #9C6195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6195; }
p { color: rgb(156,97,149); }
H1.HeaderClassName
{
color: #9C6195;
}
.AnyTagClassName
{
color: #9C6195;
}
</style>
background-color css
<style>
a { background-color: #9C6195; }
a { background-color: rgb(156,97,149); }
div.DivClassName
{
background-color: #9C6195;
}
.BgClassName
{
background-color: #9C6195;
}
</style>
border-color css
<style>
span { border-color: #9C6195; }
span { border-color: rgb(156,97,149); }
td.TdClassName
{
border-color: #9C6195;
}
.TagClassName
{
border-color: #9C6195;
}
</style>