Shades of Violet Blue #9B539D
Tints of Violet Blue #9B539D
RGB
CMYK
RGB Variations
Color information
#9B539D (or 0x9B539D) is known color: Violet Blue. HEX triplet: 9B, 53 and 9D. RGB value is (155,83,157). Sum of RGB (Red+Green+Blue) = 155+83+157=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B539D is #64AC62. Grayscale: #707070. Windows color (decimal): -6597731 or 10310555. OLE color: 10310555.
HSL color Cylindrical-coordinate representation of color #9B539D: hue angle of 298.38º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B539D is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 83 | 157 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.38 |
| HSL | 298.38º | 0.31% | 0.47% | - |
| HSV(B) | 298.38º | 0.47% | 0.62% | - |
| XYZ | 22.7 | 15.59 | 33.71 | - |
| YUV | 112.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 157 | 0.01 | 0.47 | 0 | 0.38 | 298.38 | 0.31 | 0.47 |
| Hex | 9B | 53 | 9D | 1 | 2F | 0 | 26 | 12A | 1F | 2F |
| Octal | 233 | 123 | 235 | 1 | 57 | 0 | 46 | 452 | 37 | 57 |
| Binary | 10011011 | 1010011 | 10011101 | 1 | 101111 | 0 | 100110 | 100101010 | 11111 | 101111 |
Color Harmonies of #9B539D
Complementary color
Monochromatic Colors of #9B539D
Black with #9B539D
Text Example
Text Example
White with #9B539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B539D; }
p { color: rgb(155,83,157); }
H1.HeaderClassName
{
color: #9B539D;
}
.AnyTagClassName
{
color: #9B539D;
}
</style>
background-color css
<style>
a { background-color: #9B539D; }
a { background-color: rgb(155,83,157); }
div.DivClassName
{
background-color: #9B539D;
}
.BgClassName
{
background-color: #9B539D;
}
</style>
border-color css
<style>
span { border-color: #9B539D; }
span { border-color: rgb(155,83,157); }
td.TdClassName
{
border-color: #9B539D;
}
.TagClassName
{
border-color: #9B539D;
}
</style>