Shades of Violet Blue #9D749C
Tints of Violet Blue #9D749C
RGB
CMYK
RGB Variations
Color information
#9D749C (or 0x9D749C) is known color: Violet Blue. HEX triplet: 9D, 74 and 9C. RGB value is (157,116,156). Sum of RGB (Red+Green+Blue) = 157+116+156=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D749C is #628B63. Grayscale: #848484. Windows color (decimal): -6458212 or 10253469. OLE color: 10253469.
HSL color Cylindrical-coordinate representation of color #9D749C: hue angle of 301.46º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D749C is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 116 | 156 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.38 |
| HSL | 301.46º | 0.17% | 0.54% | - |
| HSV(B) | 301.46º | 0.26% | 0.62% | - |
| XYZ | 26.15 | 22.06 | 34.33 | - |
| YUV | 132.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 116 | 156 | 0 | 0.26 | 0.01 | 0.38 | 301.46 | 0.17 | 0.54 |
| Hex | 9D | 74 | 9C | 0 | 1A | 1 | 26 | 12D | 11 | 36 |
| Octal | 235 | 164 | 234 | 0 | 32 | 1 | 46 | 455 | 21 | 66 |
| Binary | 10011101 | 1110100 | 10011100 | 0 | 11010 | 1 | 100110 | 100101101 | 10001 | 110110 |
Color Harmonies of #9D749C
Complementary color
Monochromatic Colors of #9D749C
Black with #9D749C
Text Example
Text Example
White with #9D749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D749C; }
p { color: rgb(157,116,156); }
H1.HeaderClassName
{
color: #9D749C;
}
.AnyTagClassName
{
color: #9D749C;
}
</style>
background-color css
<style>
a { background-color: #9D749C; }
a { background-color: rgb(157,116,156); }
div.DivClassName
{
background-color: #9D749C;
}
.BgClassName
{
background-color: #9D749C;
}
</style>
border-color css
<style>
span { border-color: #9D749C; }
span { border-color: rgb(157,116,156); }
td.TdClassName
{
border-color: #9D749C;
}
.TagClassName
{
border-color: #9D749C;
}
</style>