Shades of Violet Blue #934D96
Tints of Violet Blue #934D96
RGB
CMYK
RGB Variations
Color information
#934D96 (or 0x934D96) is known color: Violet Blue. HEX triplet: 93, 4D and 96. RGB value is (147,77,150). Sum of RGB (Red+Green+Blue) = 147+77+150=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #934D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934D96 is #6CB269. Grayscale: #6A6A6A. Windows color (decimal): -7123562 or 9850259. OLE color: 9850259.
HSL color Cylindrical-coordinate representation of color #934D96: hue angle of 297.53º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #934D96 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 77 | 150 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.41 |
| HSL | 297.53º | 0.32% | 0.45% | - |
| HSV(B) | 297.53º | 0.49% | 0.59% | - |
| XYZ | 20.19 | 13.71 | 30.44 | - |
| YUV | 106.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 150 | 0.02 | 0.49 | 0 | 0.41 | 297.53 | 0.32 | 0.45 |
| Hex | 93 | 4D | 96 | 2 | 31 | 0 | 29 | 12A | 20 | 2D |
| Octal | 223 | 115 | 226 | 2 | 61 | 0 | 51 | 452 | 40 | 55 |
| Binary | 10010011 | 1001101 | 10010110 | 10 | 110001 | 0 | 101001 | 100101010 | 100000 | 101101 |
Color Harmonies of #934D96
Complementary color
Monochromatic Colors of #934D96
Black with #934D96
Text Example
Text Example
White with #934D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D96; }
p { color: rgb(147,77,150); }
H1.HeaderClassName
{
color: #934D96;
}
.AnyTagClassName
{
color: #934D96;
}
</style>
background-color css
<style>
a { background-color: #934D96; }
a { background-color: rgb(147,77,150); }
div.DivClassName
{
background-color: #934D96;
}
.BgClassName
{
background-color: #934D96;
}
</style>
border-color css
<style>
span { border-color: #934D96; }
span { border-color: rgb(147,77,150); }
td.TdClassName
{
border-color: #934D96;
}
.TagClassName
{
border-color: #934D96;
}
</style>