Shades of Violet Blue #9B4E8A
Tints of Violet Blue #9B4E8A
RGB
CMYK
RGB Variations
Color information
#9B4E8A (or 0x9B4E8A) is known color: Violet Blue. HEX triplet: 9B, 4E and 8A. RGB value is (155,78,138). Sum of RGB (Red+Green+Blue) = 155+78+138=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4E8A is #64B175. Grayscale: #6B6B6B. Windows color (decimal): -6599030 or 9064091. OLE color: 9064091.
HSL color Cylindrical-coordinate representation of color #9B4E8A: hue angle of 313.25º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4E8A is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 78 | 138 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.39 |
| HSL | 313.25º | 0.33% | 0.46% | - |
| HSV(B) | 313.25º | 0.5% | 0.61% | - |
| XYZ | 20.83 | 14.25 | 25.7 | - |
| YUV | 107.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 78 | 138 | 0 | 0.50 | 0.11 | 0.39 | 313.25 | 0.33 | 0.46 |
| Hex | 9B | 4E | 8A | 0 | 32 | B | 27 | 139 | 21 | 2E |
| Octal | 233 | 116 | 212 | 0 | 62 | 13 | 47 | 471 | 41 | 56 |
| Binary | 10011011 | 1001110 | 10001010 | 0 | 110010 | 1011 | 100111 | 100111001 | 100001 | 101110 |
Color Harmonies of #9B4E8A
Complementary color
Monochromatic Colors of #9B4E8A
Black with #9B4E8A
Text Example
Text Example
White with #9B4E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4E8A; }
p { color: rgb(155,78,138); }
H1.HeaderClassName
{
color: #9B4E8A;
}
.AnyTagClassName
{
color: #9B4E8A;
}
</style>
background-color css
<style>
a { background-color: #9B4E8A; }
a { background-color: rgb(155,78,138); }
div.DivClassName
{
background-color: #9B4E8A;
}
.BgClassName
{
background-color: #9B4E8A;
}
</style>
border-color css
<style>
span { border-color: #9B4E8A; }
span { border-color: rgb(155,78,138); }
td.TdClassName
{
border-color: #9B4E8A;
}
.TagClassName
{
border-color: #9B4E8A;
}
</style>