Shades of Violet Blue #9B4890
Tints of Violet Blue #9B4890
RGB
CMYK
RGB Variations
Color information
#9B4890 (or 0x9B4890) is known color: Violet Blue. HEX triplet: 9B, 48 and 90. RGB value is (155,72,144). Sum of RGB (Red+Green+Blue) = 155+72+144=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4890 is #64B76F. Grayscale: #686868. Windows color (decimal): -6600560 or 9455771. OLE color: 9455771.
HSL color Cylindrical-coordinate representation of color #9B4890: hue angle of 307.95º 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 #9B4890 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 72 | 144 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.39 |
| HSL | 307.95º | 0.37% | 0.45% | - |
| HSV(B) | 307.95º | 0.54% | 0.61% | - |
| XYZ | 20.87 | 13.62 | 27.91 | - |
| YUV | 105.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 72 | 144 | 0 | 0.54 | 0.07 | 0.39 | 307.95 | 0.37 | 0.45 |
| Hex | 9B | 48 | 90 | 0 | 36 | 7 | 27 | 134 | 25 | 2D |
| Octal | 233 | 110 | 220 | 0 | 66 | 7 | 47 | 464 | 45 | 55 |
| Binary | 10011011 | 1001000 | 10010000 | 0 | 110110 | 111 | 100111 | 100110100 | 100101 | 101101 |
Color Harmonies of #9B4890
Complementary color
Monochromatic Colors of #9B4890
Black with #9B4890
Text Example
Text Example
White with #9B4890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4890; }
p { color: rgb(155,72,144); }
H1.HeaderClassName
{
color: #9B4890;
}
.AnyTagClassName
{
color: #9B4890;
}
</style>
background-color css
<style>
a { background-color: #9B4890; }
a { background-color: rgb(155,72,144); }
div.DivClassName
{
background-color: #9B4890;
}
.BgClassName
{
background-color: #9B4890;
}
</style>
border-color css
<style>
span { border-color: #9B4890; }
span { border-color: rgb(155,72,144); }
td.TdClassName
{
border-color: #9B4890;
}
.TagClassName
{
border-color: #9B4890;
}
</style>