Shades of Violet Blue #9B4C90
Tints of Violet Blue #9B4C90
RGB
CMYK
RGB Variations
Color information
#9B4C90 (or 0x9B4C90) is known color: Violet Blue. HEX triplet: 9B, 4C and 90. RGB value is (155,76,144). Sum of RGB (Red+Green+Blue) = 155+76+144=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4C90 is #64B36F. Grayscale: #6B6B6B. Windows color (decimal): -6599536 or 9456795. OLE color: 9456795.
HSL color Cylindrical-coordinate representation of color #9B4C90: hue angle of 308.35º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B4C90 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 76 | 144 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.39 |
| HSL | 308.35º | 0.34% | 0.45% | - |
| HSV(B) | 308.35º | 0.51% | 0.61% | - |
| XYZ | 21.14 | 14.15 | 28 | - |
| YUV | 107.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 76 | 144 | 0 | 0.51 | 0.07 | 0.39 | 308.35 | 0.34 | 0.45 |
| Hex | 9B | 4C | 90 | 0 | 33 | 7 | 27 | 134 | 22 | 2D |
| Octal | 233 | 114 | 220 | 0 | 63 | 7 | 47 | 464 | 42 | 55 |
| Binary | 10011011 | 1001100 | 10010000 | 0 | 110011 | 111 | 100111 | 100110100 | 100010 | 101101 |
Color Harmonies of #9B4C90
Complementary color
Monochromatic Colors of #9B4C90
Black with #9B4C90
Text Example
Text Example
White with #9B4C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4C90; }
p { color: rgb(155,76,144); }
H1.HeaderClassName
{
color: #9B4C90;
}
.AnyTagClassName
{
color: #9B4C90;
}
</style>
background-color css
<style>
a { background-color: #9B4C90; }
a { background-color: rgb(155,76,144); }
div.DivClassName
{
background-color: #9B4C90;
}
.BgClassName
{
background-color: #9B4C90;
}
</style>
border-color css
<style>
span { border-color: #9B4C90; }
span { border-color: rgb(155,76,144); }
td.TdClassName
{
border-color: #9B4C90;
}
.TagClassName
{
border-color: #9B4C90;
}
</style>