Shades of Violet Blue #9D739A
Tints of Violet Blue #9D739A
RGB
CMYK
RGB Variations
Color information
#9D739A (or 0x9D739A) is known color: Violet Blue. HEX triplet: 9D, 73 and 9A. RGB value is (157,115,154). Sum of RGB (Red+Green+Blue) = 157+115+154=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D739A is #628C65. Grayscale: #838383. Windows color (decimal): -6458470 or 10122141. OLE color: 10122141.
HSL color Cylindrical-coordinate representation of color #9D739A: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D739A is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 115 | 154 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.38 |
| HSL | 304.29º | 0.18% | 0.53% | - |
| HSV(B) | 304.29º | 0.27% | 0.62% | - |
| XYZ | 25.87 | 21.76 | 33.41 | - |
| YUV | 132 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 154 | 0 | 0.27 | 0.02 | 0.38 | 304.29 | 0.18 | 0.53 |
| Hex | 9D | 73 | 9A | 0 | 1B | 2 | 26 | 130 | 12 | 35 |
| Octal | 235 | 163 | 232 | 0 | 33 | 2 | 46 | 460 | 22 | 65 |
| Binary | 10011101 | 1110011 | 10011010 | 0 | 11011 | 10 | 100110 | 100110000 | 10010 | 110101 |
Color Harmonies of #9D739A
Complementary color
Monochromatic Colors of #9D739A
Black with #9D739A
Text Example
Text Example
White with #9D739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D739A; }
p { color: rgb(157,115,154); }
H1.HeaderClassName
{
color: #9D739A;
}
.AnyTagClassName
{
color: #9D739A;
}
</style>
background-color css
<style>
a { background-color: #9D739A; }
a { background-color: rgb(157,115,154); }
div.DivClassName
{
background-color: #9D739A;
}
.BgClassName
{
background-color: #9D739A;
}
</style>
border-color css
<style>
span { border-color: #9D739A; }
span { border-color: rgb(157,115,154); }
td.TdClassName
{
border-color: #9D739A;
}
.TagClassName
{
border-color: #9D739A;
}
</style>