Shades of Violet Blue #9B4A8E
Tints of Violet Blue #9B4A8E
RGB
CMYK
RGB Variations
Color information
#9B4A8E (or 0x9B4A8E) is known color: Violet Blue. HEX triplet: 9B, 4A and 8E. RGB value is (155,74,142). Sum of RGB (Red+Green+Blue) = 155+74+142=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4A8E is #64B571. Grayscale: #696969. Windows color (decimal): -6600050 or 9325211. OLE color: 9325211.
HSL color Cylindrical-coordinate representation of color #9B4A8E: hue angle of 309.63º 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 #9B4A8E is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 142 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.39 |
| HSL | 309.63º | 0.35% | 0.45% | - |
| HSV(B) | 309.63º | 0.52% | 0.61% | - |
| XYZ | 20.85 | 13.82 | 27.16 | - |
| YUV | 105.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 142 | 0 | 0.52 | 0.08 | 0.39 | 309.63 | 0.35 | 0.45 |
| Hex | 9B | 4A | 8E | 0 | 34 | 8 | 27 | 136 | 23 | 2D |
| Octal | 233 | 112 | 216 | 0 | 64 | 10 | 47 | 466 | 43 | 55 |
| Binary | 10011011 | 1001010 | 10001110 | 0 | 110100 | 1000 | 100111 | 100110110 | 100011 | 101101 |
Color Harmonies of #9B4A8E
Complementary color
Monochromatic Colors of #9B4A8E
Black with #9B4A8E
Text Example
Text Example
White with #9B4A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A8E; }
p { color: rgb(155,74,142); }
H1.HeaderClassName
{
color: #9B4A8E;
}
.AnyTagClassName
{
color: #9B4A8E;
}
</style>
background-color css
<style>
a { background-color: #9B4A8E; }
a { background-color: rgb(155,74,142); }
div.DivClassName
{
background-color: #9B4A8E;
}
.BgClassName
{
background-color: #9B4A8E;
}
</style>
border-color css
<style>
span { border-color: #9B4A8E; }
span { border-color: rgb(155,74,142); }
td.TdClassName
{
border-color: #9B4A8E;
}
.TagClassName
{
border-color: #9B4A8E;
}
</style>