Shades of Violet Blue #9B4D8A
Tints of Violet Blue #9B4D8A
RGB
CMYK
RGB Variations
Color information
#9B4D8A (or 0x9B4D8A) is known color: Violet Blue. HEX triplet: 9B, 4D and 8A. RGB value is (155,77,138). Sum of RGB (Red+Green+Blue) = 155+77+138=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D8A is #64B275. Grayscale: #6B6B6B. Windows color (decimal): -6599286 or 9063835. OLE color: 9063835.
HSL color Cylindrical-coordinate representation of color #9B4D8A: hue angle of 313.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4D8A is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 77 | 138 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.39 |
| HSL | 313.08º | 0.34% | 0.45% | - |
| HSV(B) | 313.08º | 0.5% | 0.61% | - |
| XYZ | 20.76 | 14.11 | 25.67 | - |
| YUV | 107.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 138 | 0 | 0.50 | 0.11 | 0.39 | 313.08 | 0.34 | 0.45 |
| Hex | 9B | 4D | 8A | 0 | 32 | B | 27 | 139 | 22 | 2D |
| Octal | 233 | 115 | 212 | 0 | 62 | 13 | 47 | 471 | 42 | 55 |
| Binary | 10011011 | 1001101 | 10001010 | 0 | 110010 | 1011 | 100111 | 100111001 | 100010 | 101101 |
Color Harmonies of #9B4D8A
Complementary color
Monochromatic Colors of #9B4D8A
Black with #9B4D8A
Text Example
Text Example
White with #9B4D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4D8A; }
p { color: rgb(155,77,138); }
H1.HeaderClassName
{
color: #9B4D8A;
}
.AnyTagClassName
{
color: #9B4D8A;
}
</style>
background-color css
<style>
a { background-color: #9B4D8A; }
a { background-color: rgb(155,77,138); }
div.DivClassName
{
background-color: #9B4D8A;
}
.BgClassName
{
background-color: #9B4D8A;
}
</style>
border-color css
<style>
span { border-color: #9B4D8A; }
span { border-color: rgb(155,77,138); }
td.TdClassName
{
border-color: #9B4D8A;
}
.TagClassName
{
border-color: #9B4D8A;
}
</style>