Shades of Violet Blue #934A9B
Tints of Violet Blue #934A9B
RGB
CMYK
RGB Variations
Color information
#934A9B (or 0x934A9B) is known color: Violet Blue. HEX triplet: 93, 4A and 9B. RGB value is (147,74,155). Sum of RGB (Red+Green+Blue) = 147+74+155=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #934A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934A9B is #6CB564. Grayscale: #686868. Windows color (decimal): -7124325 or 10177171. OLE color: 10177171.
HSL color Cylindrical-coordinate representation of color #934A9B: hue angle of 294.07º 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 #934A9B is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 74 | 155 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.39 |
| HSL | 294.07º | 0.35% | 0.45% | - |
| HSV(B) | 294.07º | 0.52% | 0.61% | - |
| XYZ | 20.4 | 13.47 | 32.53 | - |
| YUV | 105.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 155 | 0.05 | 0.52 | 0 | 0.39 | 294.07 | 0.35 | 0.45 |
| Hex | 93 | 4A | 9B | 5 | 34 | 0 | 27 | 126 | 23 | 2D |
| Octal | 223 | 112 | 233 | 5 | 64 | 0 | 47 | 446 | 43 | 55 |
| Binary | 10010011 | 1001010 | 10011011 | 101 | 110100 | 0 | 100111 | 100100110 | 100011 | 101101 |
Color Harmonies of #934A9B
Complementary color
Monochromatic Colors of #934A9B
Black with #934A9B
Text Example
Text Example
White with #934A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A9B; }
p { color: rgb(147,74,155); }
H1.HeaderClassName
{
color: #934A9B;
}
.AnyTagClassName
{
color: #934A9B;
}
</style>
background-color css
<style>
a { background-color: #934A9B; }
a { background-color: rgb(147,74,155); }
div.DivClassName
{
background-color: #934A9B;
}
.BgClassName
{
background-color: #934A9B;
}
</style>
border-color css
<style>
span { border-color: #934A9B; }
span { border-color: rgb(147,74,155); }
td.TdClassName
{
border-color: #934A9B;
}
.TagClassName
{
border-color: #934A9B;
}
</style>