Shades of Violet Blue #9B759D
Tints of Violet Blue #9B759D
RGB
CMYK
RGB Variations
Color information
#9B759D (or 0x9B759D) is known color: Violet Blue. HEX triplet: 9B, 75 and 9D. RGB value is (155,117,157). Sum of RGB (Red+Green+Blue) = 155+117+157=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B759D is #648A62. Grayscale: #848484. Windows color (decimal): -6589027 or 10319259. OLE color: 10319259.
HSL color Cylindrical-coordinate representation of color #9B759D: hue angle of 297º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B759D is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 117 | 157 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.38 |
| HSL | 297º | 0.17% | 0.54% | - |
| HSV(B) | 297º | 0.25% | 0.62% | - |
| XYZ | 25.96 | 22.13 | 34.8 | - |
| YUV | 132.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 157 | 0.01 | 0.25 | 0 | 0.38 | 297 | 0.17 | 0.54 |
| Hex | 9B | 75 | 9D | 1 | 19 | 0 | 26 | 129 | 11 | 36 |
| Octal | 233 | 165 | 235 | 1 | 31 | 0 | 46 | 451 | 21 | 66 |
| Binary | 10011011 | 1110101 | 10011101 | 1 | 11001 | 0 | 100110 | 100101001 | 10001 | 110110 |
Color Harmonies of #9B759D
Complementary color
Monochromatic Colors of #9B759D
Black with #9B759D
Text Example
Text Example
White with #9B759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B759D; }
p { color: rgb(155,117,157); }
H1.HeaderClassName
{
color: #9B759D;
}
.AnyTagClassName
{
color: #9B759D;
}
</style>
background-color css
<style>
a { background-color: #9B759D; }
a { background-color: rgb(155,117,157); }
div.DivClassName
{
background-color: #9B759D;
}
.BgClassName
{
background-color: #9B759D;
}
</style>
border-color css
<style>
span { border-color: #9B759D; }
span { border-color: rgb(155,117,157); }
td.TdClassName
{
border-color: #9B759D;
}
.TagClassName
{
border-color: #9B759D;
}
</style>