Shades of Violet Blue #934D9A
Tints of Violet Blue #934D9A
RGB
CMYK
RGB Variations
Color information
#934D9A (or 0x934D9A) is known color: Violet Blue. HEX triplet: 93, 4D and 9A. RGB value is (147,77,154). Sum of RGB (Red+Green+Blue) = 147+77+154=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #934D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934D9A is #6CB265. Grayscale: #6A6A6A. Windows color (decimal): -7123558 or 10112403. OLE color: 10112403.
HSL color Cylindrical-coordinate representation of color #934D9A: hue angle of 294.55º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934D9A is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 77 | 154 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.40 |
| HSL | 294.55º | 0.33% | 0.45% | - |
| HSV(B) | 294.55º | 0.5% | 0.6% | - |
| XYZ | 20.52 | 13.84 | 32.16 | - |
| YUV | 106.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 154 | 0.05 | 0.50 | 0 | 0.40 | 294.55 | 0.33 | 0.45 |
| Hex | 93 | 4D | 9A | 5 | 32 | 0 | 28 | 127 | 21 | 2D |
| Octal | 223 | 115 | 232 | 5 | 62 | 0 | 50 | 447 | 41 | 55 |
| Binary | 10010011 | 1001101 | 10011010 | 101 | 110010 | 0 | 101000 | 100100111 | 100001 | 101101 |
Color Harmonies of #934D9A
Complementary color
Monochromatic Colors of #934D9A
Black with #934D9A
Text Example
Text Example
White with #934D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D9A; }
p { color: rgb(147,77,154); }
H1.HeaderClassName
{
color: #934D9A;
}
.AnyTagClassName
{
color: #934D9A;
}
</style>
background-color css
<style>
a { background-color: #934D9A; }
a { background-color: rgb(147,77,154); }
div.DivClassName
{
background-color: #934D9A;
}
.BgClassName
{
background-color: #934D9A;
}
</style>
border-color css
<style>
span { border-color: #934D9A; }
span { border-color: rgb(147,77,154); }
td.TdClassName
{
border-color: #934D9A;
}
.TagClassName
{
border-color: #934D9A;
}
</style>