Shades of Violet Blue #9B539B
Tints of Violet Blue #9B539B
RGB
CMYK
RGB Variations
Color information
#9B539B (or 0x9B539B) is known color: Violet Blue. HEX triplet: 9B, 53 and 9B. RGB value is (155,83,155). Sum of RGB (Red+Green+Blue) = 155+83+155=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B539B is #64AC64. Grayscale: #707070. Windows color (decimal): -6597733 or 10179483. OLE color: 10179483.
HSL color Cylindrical-coordinate representation of color #9B539B: hue angle of 300º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B539B is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 155 | - |
| CMYK | 0 | 0.46 | 0 | 0.39 |
| HSL | 300º | 0.3% | 0.47% | - |
| HSV(B) | 300º | 0.46% | 0.61% | - |
| XYZ | 22.53 | 15.52 | 32.82 | - |
| YUV | 112.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 155 | 0 | 0.46 | 0 | 0.39 | 300 | 0.3 | 0.47 |
| Hex | 9B | 53 | 9B | 0 | 2E | 0 | 27 | 12C | 1E | 2F |
| Octal | 233 | 123 | 233 | 0 | 56 | 0 | 47 | 454 | 36 | 57 |
| Binary | 10011011 | 1010011 | 10011011 | 0 | 101110 | 0 | 100111 | 100101100 | 11110 | 101111 |
Color Harmonies of #9B539B
Complementary color
Monochromatic Colors of #9B539B
Black with #9B539B
Text Example
Text Example
White with #9B539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B539B; }
p { color: rgb(155,83,155); }
H1.HeaderClassName
{
color: #9B539B;
}
.AnyTagClassName
{
color: #9B539B;
}
</style>
background-color css
<style>
a { background-color: #9B539B; }
a { background-color: rgb(155,83,155); }
div.DivClassName
{
background-color: #9B539B;
}
.BgClassName
{
background-color: #9B539B;
}
</style>
border-color css
<style>
span { border-color: #9B539B; }
span { border-color: rgb(155,83,155); }
td.TdClassName
{
border-color: #9B539B;
}
.TagClassName
{
border-color: #9B539B;
}
</style>