Shades of Violet Blue #9B4BA3
Tints of Violet Blue #9B4BA3
RGB
CMYK
RGB Variations
Color information
#9B4BA3 (or 0x9B4BA3) is known color: Violet Blue. HEX triplet: 9B, 4B and A3. RGB value is (155,75,163). Sum of RGB (Red+Green+Blue) = 155+75+163=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #9B4BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4BA3 is #64B45C. Grayscale: #6C6C6C. Windows color (decimal): -6599773 or 10701723. OLE color: 10701723.
HSL color Cylindrical-coordinate representation of color #9B4BA3: hue angle of 294.55º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4BA3 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 75 | 163 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.36 |
| HSL | 294.55º | 0.37% | 0.47% | - |
| HSV(B) | 294.55º | 0.54% | 0.64% | - |
| XYZ | 22.64 | 14.65 | 36.28 | - |
| YUV | 108.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 163 | 0.05 | 0.54 | 0 | 0.36 | 294.55 | 0.37 | 0.47 |
| Hex | 9B | 4B | A3 | 5 | 36 | 0 | 24 | 127 | 25 | 2F |
| Octal | 233 | 113 | 243 | 5 | 66 | 0 | 44 | 447 | 45 | 57 |
| Binary | 10011011 | 1001011 | 10100011 | 101 | 110110 | 0 | 100100 | 100100111 | 100101 | 101111 |
Color Harmonies of #9B4BA3
Complementary color
Monochromatic Colors of #9B4BA3
Black with #9B4BA3
Text Example
Text Example
White with #9B4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4BA3; }
p { color: rgb(155,75,163); }
H1.HeaderClassName
{
color: #9B4BA3;
}
.AnyTagClassName
{
color: #9B4BA3;
}
</style>
background-color css
<style>
a { background-color: #9B4BA3; }
a { background-color: rgb(155,75,163); }
div.DivClassName
{
background-color: #9B4BA3;
}
.BgClassName
{
background-color: #9B4BA3;
}
</style>
border-color css
<style>
span { border-color: #9B4BA3; }
span { border-color: rgb(155,75,163); }
td.TdClassName
{
border-color: #9B4BA3;
}
.TagClassName
{
border-color: #9B4BA3;
}
</style>