Shades of Violet Blue #9B4B8A
Tints of Violet Blue #9B4B8A
RGB
CMYK
RGB Variations
Color information
#9B4B8A (or 0x9B4B8A) is known color: Violet Blue. HEX triplet: 9B, 4B and 8A. RGB value is (155,75,138). Sum of RGB (Red+Green+Blue) = 155+75+138=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4B8A is #64B475. Grayscale: #696969. Windows color (decimal): -6599798 or 9063323. OLE color: 9063323.
HSL color Cylindrical-coordinate representation of color #9B4B8A: hue angle of 312.75º 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 #9B4B8A is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 75 | 138 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.39 |
| HSL | 312.75º | 0.35% | 0.45% | - |
| HSV(B) | 312.75º | 0.52% | 0.61% | - |
| XYZ | 20.62 | 13.84 | 25.63 | - |
| YUV | 106.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 138 | 0 | 0.52 | 0.11 | 0.39 | 312.75 | 0.35 | 0.45 |
| Hex | 9B | 4B | 8A | 0 | 34 | B | 27 | 139 | 23 | 2D |
| Octal | 233 | 113 | 212 | 0 | 64 | 13 | 47 | 471 | 43 | 55 |
| Binary | 10011011 | 1001011 | 10001010 | 0 | 110100 | 1011 | 100111 | 100111001 | 100011 | 101101 |
Color Harmonies of #9B4B8A
Complementary color
Monochromatic Colors of #9B4B8A
Black with #9B4B8A
Text Example
Text Example
White with #9B4B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4B8A; }
p { color: rgb(155,75,138); }
H1.HeaderClassName
{
color: #9B4B8A;
}
.AnyTagClassName
{
color: #9B4B8A;
}
</style>
background-color css
<style>
a { background-color: #9B4B8A; }
a { background-color: rgb(155,75,138); }
div.DivClassName
{
background-color: #9B4B8A;
}
.BgClassName
{
background-color: #9B4B8A;
}
</style>
border-color css
<style>
span { border-color: #9B4B8A; }
span { border-color: rgb(155,75,138); }
td.TdClassName
{
border-color: #9B4B8A;
}
.TagClassName
{
border-color: #9B4B8A;
}
</style>