Shades of Violet Blue #9B4590
Tints of Violet Blue #9B4590
RGB
CMYK
RGB Variations
Color information
#9B4590 (or 0x9B4590) is known color: Violet Blue. HEX triplet: 9B, 45 and 90. RGB value is (155,69,144). Sum of RGB (Red+Green+Blue) = 155+69+144=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4590 is #64BA6F. Grayscale: #676767. Windows color (decimal): -6601328 or 9455003. OLE color: 9455003.
HSL color Cylindrical-coordinate representation of color #9B4590: hue angle of 307.67º 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 #9B4590 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 69 | 144 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.39 |
| HSL | 307.67º | 0.38% | 0.44% | - |
| HSV(B) | 307.67º | 0.55% | 0.61% | - |
| XYZ | 20.68 | 13.24 | 27.85 | - |
| YUV | 103.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 69 | 144 | 0 | 0.55 | 0.07 | 0.39 | 307.67 | 0.38 | 0.44 |
| Hex | 9B | 45 | 90 | 0 | 37 | 7 | 27 | 134 | 26 | 2C |
| Octal | 233 | 105 | 220 | 0 | 67 | 7 | 47 | 464 | 46 | 54 |
| Binary | 10011011 | 1000101 | 10010000 | 0 | 110111 | 111 | 100111 | 100110100 | 100110 | 101100 |
Color Harmonies of #9B4590
Complementary color
Monochromatic Colors of #9B4590
Black with #9B4590
Text Example
Text Example
White with #9B4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4590; }
p { color: rgb(155,69,144); }
H1.HeaderClassName
{
color: #9B4590;
}
.AnyTagClassName
{
color: #9B4590;
}
</style>
background-color css
<style>
a { background-color: #9B4590; }
a { background-color: rgb(155,69,144); }
div.DivClassName
{
background-color: #9B4590;
}
.BgClassName
{
background-color: #9B4590;
}
</style>
border-color css
<style>
span { border-color: #9B4590; }
span { border-color: rgb(155,69,144); }
td.TdClassName
{
border-color: #9B4590;
}
.TagClassName
{
border-color: #9B4590;
}
</style>