Shades of Violet Blue #934C9B
Tints of Violet Blue #934C9B
RGB
CMYK
RGB Variations
Color information
#934C9B (or 0x934C9B) is known color: Violet Blue. HEX triplet: 93, 4C and 9B. RGB value is (147,76,155). Sum of RGB (Red+Green+Blue) = 147+76+155=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #934C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934C9B is #6CB364. Grayscale: #696969. Windows color (decimal): -7123813 or 10177683. OLE color: 10177683.
HSL color Cylindrical-coordinate representation of color #934C9B: hue angle of 293.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #934C9B is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 76 | 155 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.39 |
| HSL | 293.92º | 0.34% | 0.45% | - |
| HSV(B) | 293.92º | 0.51% | 0.61% | - |
| XYZ | 20.53 | 13.74 | 32.58 | - |
| YUV | 106.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 155 | 0.05 | 0.51 | 0 | 0.39 | 293.92 | 0.34 | 0.45 |
| Hex | 93 | 4C | 9B | 5 | 33 | 0 | 27 | 126 | 22 | 2D |
| Octal | 223 | 114 | 233 | 5 | 63 | 0 | 47 | 446 | 42 | 55 |
| Binary | 10010011 | 1001100 | 10011011 | 101 | 110011 | 0 | 100111 | 100100110 | 100010 | 101101 |
Color Harmonies of #934C9B
Complementary color
Monochromatic Colors of #934C9B
Black with #934C9B
Text Example
Text Example
White with #934C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C9B; }
p { color: rgb(147,76,155); }
H1.HeaderClassName
{
color: #934C9B;
}
.AnyTagClassName
{
color: #934C9B;
}
</style>
background-color css
<style>
a { background-color: #934C9B; }
a { background-color: rgb(147,76,155); }
div.DivClassName
{
background-color: #934C9B;
}
.BgClassName
{
background-color: #934C9B;
}
</style>
border-color css
<style>
span { border-color: #934C9B; }
span { border-color: rgb(147,76,155); }
td.TdClassName
{
border-color: #934C9B;
}
.TagClassName
{
border-color: #934C9B;
}
</style>