Shades of Violet Blue #944690
Tints of Violet Blue #944690
RGB
CMYK
RGB Variations
Color information
#944690 (or 0x944690) is known color: Violet Blue. HEX triplet: 94, 46 and 90. RGB value is (148,70,144). Sum of RGB (Red+Green+Blue) = 148+70+144=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #944690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944690 is #6BB96F. Grayscale: #656565. Windows color (decimal): -7059824 or 9455252. OLE color: 9455252.
HSL color Cylindrical-coordinate representation of color #944690: hue angle of 303.08º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944690 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 70 | 144 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.42 |
| HSL | 303.08º | 0.36% | 0.43% | - |
| HSV(B) | 303.08º | 0.53% | 0.58% | - |
| XYZ | 19.44 | 12.69 | 27.81 | - |
| YUV | 101.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 144 | 0 | 0.53 | 0.03 | 0.42 | 303.08 | 0.36 | 0.43 |
| Hex | 94 | 46 | 90 | 0 | 35 | 3 | 2A | 12F | 24 | 2B |
| Octal | 224 | 106 | 220 | 0 | 65 | 3 | 52 | 457 | 44 | 53 |
| Binary | 10010100 | 1000110 | 10010000 | 0 | 110101 | 11 | 101010 | 100101111 | 100100 | 101011 |
Color Harmonies of #944690
Complementary color
Monochromatic Colors of #944690
Black with #944690
Text Example
Text Example
White with #944690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944690; }
p { color: rgb(148,70,144); }
H1.HeaderClassName
{
color: #944690;
}
.AnyTagClassName
{
color: #944690;
}
</style>
background-color css
<style>
a { background-color: #944690; }
a { background-color: rgb(148,70,144); }
div.DivClassName
{
background-color: #944690;
}
.BgClassName
{
background-color: #944690;
}
</style>
border-color css
<style>
span { border-color: #944690; }
span { border-color: rgb(148,70,144); }
td.TdClassName
{
border-color: #944690;
}
.TagClassName
{
border-color: #944690;
}
</style>