Shades of Violet Blue #9C749B
Tints of Violet Blue #9C749B
RGB
CMYK
RGB Variations
Color information
#9C749B (or 0x9C749B) is known color: Violet Blue. HEX triplet: 9C, 74 and 9B. RGB value is (156,116,155). Sum of RGB (Red+Green+Blue) = 156+116+155=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 156 - color contains mainly: red. Hex color #9C749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C749B is #638B64. Grayscale: #848484. Windows color (decimal): -6523749 or 10187932. OLE color: 10187932.
HSL color Cylindrical-coordinate representation of color #9C749B: hue angle of 301.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C749B is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 155 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.39 |
| HSL | 301.5º | 0.17% | 0.53% | - |
| HSV(B) | 301.5º | 0.26% | 0.61% | - |
| XYZ | 25.87 | 21.93 | 33.88 | - |
| YUV | 132.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 155 | 0 | 0.26 | 0.01 | 0.39 | 301.5 | 0.17 | 0.53 |
| Hex | 9C | 74 | 9B | 0 | 1A | 1 | 27 | 12E | 11 | 35 |
| Octal | 234 | 164 | 233 | 0 | 32 | 1 | 47 | 456 | 21 | 65 |
| Binary | 10011100 | 1110100 | 10011011 | 0 | 11010 | 1 | 100111 | 100101110 | 10001 | 110101 |
Color Harmonies of #9C749B
Complementary color
Monochromatic Colors of #9C749B
Black with #9C749B
Text Example
Text Example
White with #9C749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C749B; }
p { color: rgb(156,116,155); }
H1.HeaderClassName
{
color: #9C749B;
}
.AnyTagClassName
{
color: #9C749B;
}
</style>
background-color css
<style>
a { background-color: #9C749B; }
a { background-color: rgb(156,116,155); }
div.DivClassName
{
background-color: #9C749B;
}
.BgClassName
{
background-color: #9C749B;
}
</style>
border-color css
<style>
span { border-color: #9C749B; }
span { border-color: rgb(156,116,155); }
td.TdClassName
{
border-color: #9C749B;
}
.TagClassName
{
border-color: #9C749B;
}
</style>