Shades of Violet Blue #9C689A
Tints of Violet Blue #9C689A
RGB
CMYK
RGB Variations
Color information
#9C689A (or 0x9C689A) is known color: Violet Blue. HEX triplet: 9C, 68 and 9A. RGB value is (156,104,154). Sum of RGB (Red+Green+Blue) = 156+104+154=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C689A is #639765. Grayscale: #7D7D7D. Windows color (decimal): -6526822 or 10119324. OLE color: 10119324.
HSL color Cylindrical-coordinate representation of color #9C689A: hue angle of 302.31º 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 #9C689A is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 154 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.39 |
| HSL | 302.31º | 0.21% | 0.51% | - |
| HSV(B) | 302.31º | 0.33% | 0.61% | - |
| XYZ | 24.49 | 19.3 | 33.01 | - |
| YUV | 125.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 154 | 0 | 0.33 | 0.01 | 0.39 | 302.31 | 0.21 | 0.51 |
| Hex | 9C | 68 | 9A | 0 | 21 | 1 | 27 | 12E | 15 | 33 |
| Octal | 234 | 150 | 232 | 0 | 41 | 1 | 47 | 456 | 25 | 63 |
| Binary | 10011100 | 1101000 | 10011010 | 0 | 100001 | 1 | 100111 | 100101110 | 10101 | 110011 |
Color Harmonies of #9C689A
Complementary color
Monochromatic Colors of #9C689A
Black with #9C689A
Text Example
Text Example
White with #9C689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C689A; }
p { color: rgb(156,104,154); }
H1.HeaderClassName
{
color: #9C689A;
}
.AnyTagClassName
{
color: #9C689A;
}
</style>
background-color css
<style>
a { background-color: #9C689A; }
a { background-color: rgb(156,104,154); }
div.DivClassName
{
background-color: #9C689A;
}
.BgClassName
{
background-color: #9C689A;
}
</style>
border-color css
<style>
span { border-color: #9C689A; }
span { border-color: rgb(156,104,154); }
td.TdClassName
{
border-color: #9C689A;
}
.TagClassName
{
border-color: #9C689A;
}
</style>