Shades of Violet Blue #9B709D
Tints of Violet Blue #9B709D
RGB
CMYK
RGB Variations
Color information
#9B709D (or 0x9B709D) is known color: Violet Blue. HEX triplet: 9B, 70 and 9D. RGB value is (155,112,157). Sum of RGB (Red+Green+Blue) = 155+112+157=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B709D is #648F62. Grayscale: #818181. Windows color (decimal): -6590307 or 10317979. OLE color: 10317979.
HSL color Cylindrical-coordinate representation of color #9B709D: hue angle of 297.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B709D is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 112 | 157 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.38 |
| HSL | 297.33º | 0.19% | 0.53% | - |
| HSV(B) | 297.33º | 0.29% | 0.62% | - |
| XYZ | 25.4 | 20.99 | 34.61 | - |
| YUV | 129.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 157 | 0.01 | 0.29 | 0 | 0.38 | 297.33 | 0.19 | 0.53 |
| Hex | 9B | 70 | 9D | 1 | 1D | 0 | 26 | 129 | 13 | 35 |
| Octal | 233 | 160 | 235 | 1 | 35 | 0 | 46 | 451 | 23 | 65 |
| Binary | 10011011 | 1110000 | 10011101 | 1 | 11101 | 0 | 100110 | 100101001 | 10011 | 110101 |
Color Harmonies of #9B709D
Complementary color
Monochromatic Colors of #9B709D
Black with #9B709D
Text Example
Text Example
White with #9B709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B709D; }
p { color: rgb(155,112,157); }
H1.HeaderClassName
{
color: #9B709D;
}
.AnyTagClassName
{
color: #9B709D;
}
</style>
background-color css
<style>
a { background-color: #9B709D; }
a { background-color: rgb(155,112,157); }
div.DivClassName
{
background-color: #9B709D;
}
.BgClassName
{
background-color: #9B709D;
}
</style>
border-color css
<style>
span { border-color: #9B709D; }
span { border-color: rgb(155,112,157); }
td.TdClassName
{
border-color: #9B709D;
}
.TagClassName
{
border-color: #9B709D;
}
</style>