Shades of Violet Blue #9B4495
Tints of Violet Blue #9B4495
RGB
CMYK
RGB Variations
Color information
#9B4495 (or 0x9B4495) is known color: Violet Blue. HEX triplet: 9B, 44 and 95. RGB value is (155,68,149). Sum of RGB (Red+Green+Blue) = 155+68+149=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4495 is #64BB6A. Grayscale: #676767. Windows color (decimal): -6601579 or 9782427. OLE color: 9782427.
HSL color Cylindrical-coordinate representation of color #9B4495: hue angle of 304.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4495 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 149 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.39 |
| HSL | 304.14º | 0.39% | 0.44% | - |
| HSV(B) | 304.14º | 0.56% | 0.61% | - |
| XYZ | 21.01 | 13.27 | 29.89 | - |
| YUV | 103.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 149 | 0 | 0.56 | 0.04 | 0.39 | 304.14 | 0.39 | 0.44 |
| Hex | 9B | 44 | 95 | 0 | 38 | 4 | 27 | 130 | 27 | 2C |
| Octal | 233 | 104 | 225 | 0 | 70 | 4 | 47 | 460 | 47 | 54 |
| Binary | 10011011 | 1000100 | 10010101 | 0 | 111000 | 100 | 100111 | 100110000 | 100111 | 101100 |
Color Harmonies of #9B4495
Complementary color
Monochromatic Colors of #9B4495
Black with #9B4495
Text Example
Text Example
White with #9B4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4495; }
p { color: rgb(155,68,149); }
H1.HeaderClassName
{
color: #9B4495;
}
.AnyTagClassName
{
color: #9B4495;
}
</style>
background-color css
<style>
a { background-color: #9B4495; }
a { background-color: rgb(155,68,149); }
div.DivClassName
{
background-color: #9B4495;
}
.BgClassName
{
background-color: #9B4495;
}
</style>
border-color css
<style>
span { border-color: #9B4495; }
span { border-color: rgb(155,68,149); }
td.TdClassName
{
border-color: #9B4495;
}
.TagClassName
{
border-color: #9B4495;
}
</style>