Shades of Violet Blue #9B4B8D
Tints of Violet Blue #9B4B8D
RGB
CMYK
RGB Variations
Color information
#9B4B8D (or 0x9B4B8D) is known color: Violet Blue. HEX triplet: 9B, 4B and 8D. RGB value is (155,75,141). Sum of RGB (Red+Green+Blue) = 155+75+141=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4B8D is #64B472. Grayscale: #6A6A6A. Windows color (decimal): -6599795 or 9259931. OLE color: 9259931.
HSL color Cylindrical-coordinate representation of color #9B4B8D: hue angle of 310.5º 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 #9B4B8D is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 75 | 141 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.39 |
| HSL | 310.5º | 0.35% | 0.45% | - |
| HSV(B) | 310.5º | 0.52% | 0.61% | - |
| XYZ | 20.84 | 13.92 | 26.79 | - |
| YUV | 106.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 141 | 0 | 0.52 | 0.09 | 0.39 | 310.5 | 0.35 | 0.45 |
| Hex | 9B | 4B | 8D | 0 | 34 | 9 | 27 | 136 | 23 | 2D |
| Octal | 233 | 113 | 215 | 0 | 64 | 11 | 47 | 466 | 43 | 55 |
| Binary | 10011011 | 1001011 | 10001101 | 0 | 110100 | 1001 | 100111 | 100110110 | 100011 | 101101 |
Color Harmonies of #9B4B8D
Complementary color
Monochromatic Colors of #9B4B8D
Black with #9B4B8D
Text Example
Text Example
White with #9B4B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4B8D; }
p { color: rgb(155,75,141); }
H1.HeaderClassName
{
color: #9B4B8D;
}
.AnyTagClassName
{
color: #9B4B8D;
}
</style>
background-color css
<style>
a { background-color: #9B4B8D; }
a { background-color: rgb(155,75,141); }
div.DivClassName
{
background-color: #9B4B8D;
}
.BgClassName
{
background-color: #9B4B8D;
}
</style>
border-color css
<style>
span { border-color: #9B4B8D; }
span { border-color: rgb(155,75,141); }
td.TdClassName
{
border-color: #9B4B8D;
}
.TagClassName
{
border-color: #9B4B8D;
}
</style>