Shades of Violet Blue #9B4095
Tints of Violet Blue #9B4095
RGB
CMYK
RGB Variations
Color information
#9B4095 (or 0x9B4095) is known color: Violet Blue. HEX triplet: 9B, 40 and 95. RGB value is (155,64,149). Sum of RGB (Red+Green+Blue) = 155+64+149=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4095 is #64BF6A. Grayscale: #646464. Windows color (decimal): -6602603 or 9781403. OLE color: 9781403.
HSL color Cylindrical-coordinate representation of color #9B4095: hue angle of 303.96º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4095 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 149 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.39 |
| HSL | 303.96º | 0.42% | 0.43% | - |
| HSV(B) | 303.96º | 0.59% | 0.61% | - |
| XYZ | 20.78 | 12.81 | 29.81 | - |
| YUV | 100.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 149 | 0 | 0.59 | 0.04 | 0.39 | 303.96 | 0.42 | 0.43 |
| Hex | 9B | 40 | 95 | 0 | 3B | 4 | 27 | 130 | 2A | 2B |
| Octal | 233 | 100 | 225 | 0 | 73 | 4 | 47 | 460 | 52 | 53 |
| Binary | 10011011 | 1000000 | 10010101 | 0 | 111011 | 100 | 100111 | 100110000 | 101010 | 101011 |
Color Harmonies of #9B4095
Complementary color
Monochromatic Colors of #9B4095
Black with #9B4095
Text Example
Text Example
White with #9B4095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4095; }
p { color: rgb(155,64,149); }
H1.HeaderClassName
{
color: #9B4095;
}
.AnyTagClassName
{
color: #9B4095;
}
</style>
background-color css
<style>
a { background-color: #9B4095; }
a { background-color: rgb(155,64,149); }
div.DivClassName
{
background-color: #9B4095;
}
.BgClassName
{
background-color: #9B4095;
}
</style>
border-color css
<style>
span { border-color: #9B4095; }
span { border-color: rgb(155,64,149); }
td.TdClassName
{
border-color: #9B4095;
}
.TagClassName
{
border-color: #9B4095;
}
</style>