Shades of Violet Blue #9B4A9A
Tints of Violet Blue #9B4A9A
RGB
CMYK
RGB Variations
Color information
#9B4A9A (or 0x9B4A9A) is known color: Violet Blue. HEX triplet: 9B, 4A and 9A. RGB value is (155,74,154). Sum of RGB (Red+Green+Blue) = 155+74+154=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4A9A is #64B565. Grayscale: #6B6B6B. Windows color (decimal): -6600038 or 10111643. OLE color: 10111643.
HSL color Cylindrical-coordinate representation of color #9B4A9A: hue angle of 300.74º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4A9A is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 154 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.39 |
| HSL | 300.74º | 0.35% | 0.45% | - |
| HSV(B) | 300.74º | 0.52% | 0.61% | - |
| XYZ | 21.8 | 14.2 | 32.16 | - |
| YUV | 107.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 154 | 0 | 0.52 | 0.01 | 0.39 | 300.74 | 0.35 | 0.45 |
| Hex | 9B | 4A | 9A | 0 | 34 | 1 | 27 | 12D | 23 | 2D |
| Octal | 233 | 112 | 232 | 0 | 64 | 1 | 47 | 455 | 43 | 55 |
| Binary | 10011011 | 1001010 | 10011010 | 0 | 110100 | 1 | 100111 | 100101101 | 100011 | 101101 |
Color Harmonies of #9B4A9A
Complementary color
Monochromatic Colors of #9B4A9A
Black with #9B4A9A
Text Example
Text Example
White with #9B4A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A9A; }
p { color: rgb(155,74,154); }
H1.HeaderClassName
{
color: #9B4A9A;
}
.AnyTagClassName
{
color: #9B4A9A;
}
</style>
background-color css
<style>
a { background-color: #9B4A9A; }
a { background-color: rgb(155,74,154); }
div.DivClassName
{
background-color: #9B4A9A;
}
.BgClassName
{
background-color: #9B4A9A;
}
</style>
border-color css
<style>
span { border-color: #9B4A9A; }
span { border-color: rgb(155,74,154); }
td.TdClassName
{
border-color: #9B4A9A;
}
.TagClassName
{
border-color: #9B4A9A;
}
</style>