Shades of Violet Blue #9C679B
Tints of Violet Blue #9C679B
RGB
CMYK
RGB Variations
Color information
#9C679B (or 0x9C679B) is known color: Violet Blue. HEX triplet: 9C, 67 and 9B. RGB value is (156,103,155). Sum of RGB (Red+Green+Blue) = 156+103+155=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C679B is #639864. Grayscale: #7C7C7C. Windows color (decimal): -6527077 or 10184604. OLE color: 10184604.
HSL color Cylindrical-coordinate representation of color #9C679B: hue angle of 301.13º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C679B is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 155 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.39 |
| HSL | 301.13º | 0.21% | 0.51% | - |
| HSV(B) | 301.13º | 0.34% | 0.61% | - |
| XYZ | 24.48 | 19.13 | 33.41 | - |
| YUV | 124.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 155 | 0 | 0.34 | 0.01 | 0.39 | 301.13 | 0.21 | 0.51 |
| Hex | 9C | 67 | 9B | 0 | 22 | 1 | 27 | 12D | 15 | 33 |
| Octal | 234 | 147 | 233 | 0 | 42 | 1 | 47 | 455 | 25 | 63 |
| Binary | 10011100 | 1100111 | 10011011 | 0 | 100010 | 1 | 100111 | 100101101 | 10101 | 110011 |
Color Harmonies of #9C679B
Complementary color
Monochromatic Colors of #9C679B
Black with #9C679B
Text Example
Text Example
White with #9C679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C679B; }
p { color: rgb(156,103,155); }
H1.HeaderClassName
{
color: #9C679B;
}
.AnyTagClassName
{
color: #9C679B;
}
</style>
background-color css
<style>
a { background-color: #9C679B; }
a { background-color: rgb(156,103,155); }
div.DivClassName
{
background-color: #9C679B;
}
.BgClassName
{
background-color: #9C679B;
}
</style>
border-color css
<style>
span { border-color: #9C679B; }
span { border-color: rgb(156,103,155); }
td.TdClassName
{
border-color: #9C679B;
}
.TagClassName
{
border-color: #9C679B;
}
</style>