Shades of Violet Blue #9B489A
Tints of Violet Blue #9B489A
RGB
CMYK
RGB Variations
Color information
#9B489A (or 0x9B489A) is known color: Violet Blue. HEX triplet: 9B, 48 and 9A. RGB value is (155,72,154). Sum of RGB (Red+Green+Blue) = 155+72+154=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B489A is #64B765. Grayscale: #696969. Windows color (decimal): -6600550 or 10111131. OLE color: 10111131.
HSL color Cylindrical-coordinate representation of color #9B489A: hue angle of 300.72º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B489A is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 72 | 154 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.39 |
| HSL | 300.72º | 0.37% | 0.45% | - |
| HSV(B) | 300.72º | 0.54% | 0.61% | - |
| XYZ | 21.67 | 13.94 | 32.12 | - |
| YUV | 106.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 72 | 154 | 0 | 0.54 | 0.01 | 0.39 | 300.72 | 0.37 | 0.45 |
| Hex | 9B | 48 | 9A | 0 | 36 | 1 | 27 | 12D | 25 | 2D |
| Octal | 233 | 110 | 232 | 0 | 66 | 1 | 47 | 455 | 45 | 55 |
| Binary | 10011011 | 1001000 | 10011010 | 0 | 110110 | 1 | 100111 | 100101101 | 100101 | 101101 |
Color Harmonies of #9B489A
Complementary color
Monochromatic Colors of #9B489A
Black with #9B489A
Text Example
Text Example
White with #9B489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B489A; }
p { color: rgb(155,72,154); }
H1.HeaderClassName
{
color: #9B489A;
}
.AnyTagClassName
{
color: #9B489A;
}
</style>
background-color css
<style>
a { background-color: #9B489A; }
a { background-color: rgb(155,72,154); }
div.DivClassName
{
background-color: #9B489A;
}
.BgClassName
{
background-color: #9B489A;
}
</style>
border-color css
<style>
span { border-color: #9B489A; }
span { border-color: rgb(155,72,154); }
td.TdClassName
{
border-color: #9B489A;
}
.TagClassName
{
border-color: #9B489A;
}
</style>