Shades of Violet Blue #934DA1
Tints of Violet Blue #934DA1
RGB
CMYK
RGB Variations
Color information
#934DA1 (or 0x934DA1) is known color: Violet Blue. HEX triplet: 93, 4D and A1. RGB value is (147,77,161). Sum of RGB (Red+Green+Blue) = 147+77+161=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 161 - color contains mainly: blue. Hex color #934DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934DA1 is #6CB25E. Grayscale: #6B6B6B. Windows color (decimal): -7123551 or 10571155. OLE color: 10571155.
HSL color Cylindrical-coordinate representation of color #934DA1: hue angle of 290º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #934DA1 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 77 | 161 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.37 |
| HSL | 290º | 0.35% | 0.47% | - |
| HSV(B) | 290º | 0.52% | 0.63% | - |
| XYZ | 21.12 | 14.08 | 35.32 | - |
| YUV | 107.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 161 | 0.09 | 0.52 | 0 | 0.37 | 290 | 0.35 | 0.47 |
| Hex | 93 | 4D | A1 | 9 | 34 | 0 | 25 | 122 | 23 | 2F |
| Octal | 223 | 115 | 241 | 11 | 64 | 0 | 45 | 442 | 43 | 57 |
| Binary | 10010011 | 1001101 | 10100001 | 1001 | 110100 | 0 | 100101 | 100100010 | 100011 | 101111 |
Color Harmonies of #934DA1
Complementary color
Monochromatic Colors of #934DA1
Black with #934DA1
Text Example
Text Example
White with #934DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DA1; }
p { color: rgb(147,77,161); }
H1.HeaderClassName
{
color: #934DA1;
}
.AnyTagClassName
{
color: #934DA1;
}
</style>
background-color css
<style>
a { background-color: #934DA1; }
a { background-color: rgb(147,77,161); }
div.DivClassName
{
background-color: #934DA1;
}
.BgClassName
{
background-color: #934DA1;
}
</style>
border-color css
<style>
span { border-color: #934DA1; }
span { border-color: rgb(147,77,161); }
td.TdClassName
{
border-color: #934DA1;
}
.TagClassName
{
border-color: #934DA1;
}
</style>