Shades of Violet Blue #9B709B
Tints of Violet Blue #9B709B
RGB
CMYK
RGB Variations
Color information
#9B709B (or 0x9B709B) is known color: Violet Blue. HEX triplet: 9B, 70 and 9B. RGB value is (155,112,155). Sum of RGB (Red+Green+Blue) = 155+112+155=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B709B is #648F64. Grayscale: #818181. Windows color (decimal): -6590309 or 10186907. OLE color: 10186907.
HSL color Cylindrical-coordinate representation of color #9B709B: hue angle of 300º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B709B is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 155 | - |
| CMYK | 0 | 0.28 | 0 | 0.39 |
| HSL | 300º | 0.18% | 0.52% | - |
| HSV(B) | 300º | 0.28% | 0.61% | - |
| XYZ | 25.23 | 20.92 | 33.72 | - |
| YUV | 129.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 155 | 0 | 0.28 | 0 | 0.39 | 300 | 0.18 | 0.52 |
| Hex | 9B | 70 | 9B | 0 | 1C | 0 | 27 | 12C | 12 | 34 |
| Octal | 233 | 160 | 233 | 0 | 34 | 0 | 47 | 454 | 22 | 64 |
| Binary | 10011011 | 1110000 | 10011011 | 0 | 11100 | 0 | 100111 | 100101100 | 10010 | 110100 |
Color Harmonies of #9B709B
Complementary color
Monochromatic Colors of #9B709B
Black with #9B709B
Text Example
Text Example
White with #9B709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B709B; }
p { color: rgb(155,112,155); }
H1.HeaderClassName
{
color: #9B709B;
}
.AnyTagClassName
{
color: #9B709B;
}
</style>
background-color css
<style>
a { background-color: #9B709B; }
a { background-color: rgb(155,112,155); }
div.DivClassName
{
background-color: #9B709B;
}
.BgClassName
{
background-color: #9B709B;
}
</style>
border-color css
<style>
span { border-color: #9B709B; }
span { border-color: rgb(155,112,155); }
td.TdClassName
{
border-color: #9B709B;
}
.TagClassName
{
border-color: #9B709B;
}
</style>