Shades of Violet Blue #9B4690
Tints of Violet Blue #9B4690
RGB
CMYK
RGB Variations
Color information
#9B4690 (or 0x9B4690) is known color: Violet Blue. HEX triplet: 9B, 46 and 90. RGB value is (155,70,144). Sum of RGB (Red+Green+Blue) = 155+70+144=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4690 is #64B96F. Grayscale: #676767. Windows color (decimal): -6601072 or 9455259. OLE color: 9455259.
HSL color Cylindrical-coordinate representation of color #9B4690: hue angle of 307.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4690 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 144 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.39 |
| HSL | 307.76º | 0.38% | 0.44% | - |
| HSV(B) | 307.76º | 0.55% | 0.61% | - |
| XYZ | 20.74 | 13.36 | 27.87 | - |
| YUV | 103.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 144 | 0 | 0.55 | 0.07 | 0.39 | 307.76 | 0.38 | 0.44 |
| Hex | 9B | 46 | 90 | 0 | 37 | 7 | 27 | 134 | 26 | 2C |
| Octal | 233 | 106 | 220 | 0 | 67 | 7 | 47 | 464 | 46 | 54 |
| Binary | 10011011 | 1000110 | 10010000 | 0 | 110111 | 111 | 100111 | 100110100 | 100110 | 101100 |
Color Harmonies of #9B4690
Complementary color
Monochromatic Colors of #9B4690
Black with #9B4690
Text Example
Text Example
White with #9B4690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4690; }
p { color: rgb(155,70,144); }
H1.HeaderClassName
{
color: #9B4690;
}
.AnyTagClassName
{
color: #9B4690;
}
</style>
background-color css
<style>
a { background-color: #9B4690; }
a { background-color: rgb(155,70,144); }
div.DivClassName
{
background-color: #9B4690;
}
.BgClassName
{
background-color: #9B4690;
}
</style>
border-color css
<style>
span { border-color: #9B4690; }
span { border-color: rgb(155,70,144); }
td.TdClassName
{
border-color: #9B4690;
}
.TagClassName
{
border-color: #9B4690;
}
</style>