Shades of Violet Blue #9B4D8D
Tints of Violet Blue #9B4D8D
RGB
CMYK
RGB Variations
Color information
#9B4D8D (or 0x9B4D8D) is known color: Violet Blue. HEX triplet: 9B, 4D and 8D. RGB value is (155,77,141). Sum of RGB (Red+Green+Blue) = 155+77+141=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D8D is #64B272. Grayscale: #6B6B6B. Windows color (decimal): -6599283 or 9260443. OLE color: 9260443.
HSL color Cylindrical-coordinate representation of color #9B4D8D: hue angle of 310.77º 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 #9B4D8D is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 77 | 141 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.39 |
| HSL | 310.77º | 0.34% | 0.45% | - |
| HSV(B) | 310.77º | 0.5% | 0.61% | - |
| XYZ | 20.98 | 14.2 | 26.83 | - |
| YUV | 107.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 141 | 0 | 0.50 | 0.09 | 0.39 | 310.77 | 0.34 | 0.45 |
| Hex | 9B | 4D | 8D | 0 | 32 | 9 | 27 | 137 | 22 | 2D |
| Octal | 233 | 115 | 215 | 0 | 62 | 11 | 47 | 467 | 42 | 55 |
| Binary | 10011011 | 1001101 | 10001101 | 0 | 110010 | 1001 | 100111 | 100110111 | 100010 | 101101 |
Color Harmonies of #9B4D8D
Complementary color
Monochromatic Colors of #9B4D8D
Black with #9B4D8D
Text Example
Text Example
White with #9B4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4D8D; }
p { color: rgb(155,77,141); }
H1.HeaderClassName
{
color: #9B4D8D;
}
.AnyTagClassName
{
color: #9B4D8D;
}
</style>
background-color css
<style>
a { background-color: #9B4D8D; }
a { background-color: rgb(155,77,141); }
div.DivClassName
{
background-color: #9B4D8D;
}
.BgClassName
{
background-color: #9B4D8D;
}
</style>
border-color css
<style>
span { border-color: #9B4D8D; }
span { border-color: rgb(155,77,141); }
td.TdClassName
{
border-color: #9B4D8D;
}
.TagClassName
{
border-color: #9B4D8D;
}
</style>