Shades of Violet Blue #9B4B9E
Tints of Violet Blue #9B4B9E
RGB
CMYK
RGB Variations
Color information
#9B4B9E (or 0x9B4B9E) is known color: Violet Blue. HEX triplet: 9B, 4B and 9E. RGB value is (155,75,158). Sum of RGB (Red+Green+Blue) = 155+75+158=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B4B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4B9E is #64B461. Grayscale: #6C6C6C. Windows color (decimal): -6599778 or 10374043. OLE color: 10374043.
HSL color Cylindrical-coordinate representation of color #9B4B9E: hue angle of 297.83º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4B9E is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 75 | 158 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.38 |
| HSL | 297.83º | 0.36% | 0.46% | - |
| HSV(B) | 297.83º | 0.53% | 0.62% | - |
| XYZ | 22.21 | 14.47 | 33.97 | - |
| YUV | 108.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 158 | 0.02 | 0.53 | 0 | 0.38 | 297.83 | 0.36 | 0.46 |
| Hex | 9B | 4B | 9E | 2 | 35 | 0 | 26 | 12A | 24 | 2E |
| Octal | 233 | 113 | 236 | 2 | 65 | 0 | 46 | 452 | 44 | 56 |
| Binary | 10011011 | 1001011 | 10011110 | 10 | 110101 | 0 | 100110 | 100101010 | 100100 | 101110 |
Color Harmonies of #9B4B9E
Complementary color
Monochromatic Colors of #9B4B9E
Black with #9B4B9E
Text Example
Text Example
White with #9B4B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4B9E; }
p { color: rgb(155,75,158); }
H1.HeaderClassName
{
color: #9B4B9E;
}
.AnyTagClassName
{
color: #9B4B9E;
}
</style>
background-color css
<style>
a { background-color: #9B4B9E; }
a { background-color: rgb(155,75,158); }
div.DivClassName
{
background-color: #9B4B9E;
}
.BgClassName
{
background-color: #9B4B9E;
}
</style>
border-color css
<style>
span { border-color: #9B4B9E; }
span { border-color: rgb(155,75,158); }
td.TdClassName
{
border-color: #9B4B9E;
}
.TagClassName
{
border-color: #9B4B9E;
}
</style>