Shades of Violet Blue #9F739B
Tints of Violet Blue #9F739B
RGB
CMYK
RGB Variations
Color information
#9F739B (or 0x9F739B) is known color: Violet Blue. HEX triplet: 9F, 73 and 9B. RGB value is (159,115,155). Sum of RGB (Red+Green+Blue) = 159+115+155=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F739B is #608C64. Grayscale: #848484. Windows color (decimal): -6327397 or 10187679. OLE color: 10187679.
HSL color Cylindrical-coordinate representation of color #9F739B: hue angle of 305.45º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F739B is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 155 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.38 |
| HSL | 305.45º | 0.19% | 0.54% | - |
| HSV(B) | 305.45º | 0.28% | 0.62% | - |
| XYZ | 26.35 | 22 | 33.87 | - |
| YUV | 132.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 155 | 0 | 0.28 | 0.03 | 0.38 | 305.45 | 0.19 | 0.54 |
| Hex | 9F | 73 | 9B | 0 | 1C | 3 | 26 | 131 | 13 | 36 |
| Octal | 237 | 163 | 233 | 0 | 34 | 3 | 46 | 461 | 23 | 66 |
| Binary | 10011111 | 1110011 | 10011011 | 0 | 11100 | 11 | 100110 | 100110001 | 10011 | 110110 |
Color Harmonies of #9F739B
Complementary color
Monochromatic Colors of #9F739B
Black with #9F739B
Text Example
Text Example
White with #9F739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F739B; }
p { color: rgb(159,115,155); }
H1.HeaderClassName
{
color: #9F739B;
}
.AnyTagClassName
{
color: #9F739B;
}
</style>
background-color css
<style>
a { background-color: #9F739B; }
a { background-color: rgb(159,115,155); }
div.DivClassName
{
background-color: #9F739B;
}
.BgClassName
{
background-color: #9F739B;
}
</style>
border-color css
<style>
span { border-color: #9F739B; }
span { border-color: rgb(159,115,155); }
td.TdClassName
{
border-color: #9F739B;
}
.TagClassName
{
border-color: #9F739B;
}
</style>