Shades of Violet Blue #9C689B
Tints of Violet Blue #9C689B
RGB
CMYK
RGB Variations
Color information
#9C689B (or 0x9C689B) is known color: Violet Blue. HEX triplet: 9C, 68 and 9B. RGB value is (156,104,155). Sum of RGB (Red+Green+Blue) = 156+104+155=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C689B is #639764. Grayscale: #7D7D7D. Windows color (decimal): -6526821 or 10184860. OLE color: 10184860.
HSL color Cylindrical-coordinate representation of color #9C689B: hue angle of 301.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C689B is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 155 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.39 |
| HSL | 301.15º | 0.21% | 0.51% | - |
| HSV(B) | 301.15º | 0.33% | 0.61% | - |
| XYZ | 24.58 | 19.34 | 33.45 | - |
| YUV | 125.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 155 | 0 | 0.33 | 0.01 | 0.39 | 301.15 | 0.21 | 0.51 |
| Hex | 9C | 68 | 9B | 0 | 21 | 1 | 27 | 12D | 15 | 33 |
| Octal | 234 | 150 | 233 | 0 | 41 | 1 | 47 | 455 | 25 | 63 |
| Binary | 10011100 | 1101000 | 10011011 | 0 | 100001 | 1 | 100111 | 100101101 | 10101 | 110011 |
Color Harmonies of #9C689B
Complementary color
Monochromatic Colors of #9C689B
Black with #9C689B
Text Example
Text Example
White with #9C689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C689B; }
p { color: rgb(156,104,155); }
H1.HeaderClassName
{
color: #9C689B;
}
.AnyTagClassName
{
color: #9C689B;
}
</style>
background-color css
<style>
a { background-color: #9C689B; }
a { background-color: rgb(156,104,155); }
div.DivClassName
{
background-color: #9C689B;
}
.BgClassName
{
background-color: #9C689B;
}
</style>
border-color css
<style>
span { border-color: #9C689B; }
span { border-color: rgb(156,104,155); }
td.TdClassName
{
border-color: #9C689B;
}
.TagClassName
{
border-color: #9C689B;
}
</style>