Shades of Violet Blue #9B4A9E
Tints of Violet Blue #9B4A9E
RGB
CMYK
RGB Variations
Color information
#9B4A9E (or 0x9B4A9E) is known color: Violet Blue. HEX triplet: 9B, 4A and 9E. RGB value is (155,74,158). Sum of RGB (Red+Green+Blue) = 155+74+158=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B4A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4A9E is #64B561. Grayscale: #6B6B6B. Windows color (decimal): -6600034 or 10373787. OLE color: 10373787.
HSL color Cylindrical-coordinate representation of color #9B4A9E: hue angle of 297.86º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4A9E is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 74 | 158 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.38 |
| HSL | 297.86º | 0.36% | 0.45% | - |
| HSV(B) | 297.86º | 0.53% | 0.62% | - |
| XYZ | 22.14 | 14.33 | 33.95 | - |
| YUV | 107.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 158 | 0.02 | 0.53 | 0 | 0.38 | 297.86 | 0.36 | 0.45 |
| Hex | 9B | 4A | 9E | 2 | 35 | 0 | 26 | 12A | 24 | 2D |
| Octal | 233 | 112 | 236 | 2 | 65 | 0 | 46 | 452 | 44 | 55 |
| Binary | 10011011 | 1001010 | 10011110 | 10 | 110101 | 0 | 100110 | 100101010 | 100100 | 101101 |
Color Harmonies of #9B4A9E
Complementary color
Monochromatic Colors of #9B4A9E
Black with #9B4A9E
Text Example
Text Example
White with #9B4A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A9E; }
p { color: rgb(155,74,158); }
H1.HeaderClassName
{
color: #9B4A9E;
}
.AnyTagClassName
{
color: #9B4A9E;
}
</style>
background-color css
<style>
a { background-color: #9B4A9E; }
a { background-color: rgb(155,74,158); }
div.DivClassName
{
background-color: #9B4A9E;
}
.BgClassName
{
background-color: #9B4A9E;
}
</style>
border-color css
<style>
span { border-color: #9B4A9E; }
span { border-color: rgb(155,74,158); }
td.TdClassName
{
border-color: #9B4A9E;
}
.TagClassName
{
border-color: #9B4A9E;
}
</style>