Shades of Violet Blue #944895
Tints of Violet Blue #944895
RGB
CMYK
RGB Variations
Color information
#944895 (or 0x944895) is known color: Violet Blue. HEX triplet: 94, 48 and 95. RGB value is (148,72,149). Sum of RGB (Red+Green+Blue) = 148+72+149=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #944895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944895 is #6BB76A. Grayscale: #676767. Windows color (decimal): -7059307 or 9783444. OLE color: 9783444.
HSL color Cylindrical-coordinate representation of color #944895: hue angle of 299.22º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #944895 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 72 | 149 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.42 |
| HSL | 299.22º | 0.35% | 0.43% | - |
| HSV(B) | 299.22º | 0.52% | 0.58% | - |
| XYZ | 19.95 | 13.1 | 29.91 | - |
| YUV | 103.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 72 | 149 | 0.01 | 0.52 | 0 | 0.42 | 299.22 | 0.35 | 0.43 |
| Hex | 94 | 48 | 95 | 1 | 34 | 0 | 2A | 12B | 23 | 2B |
| Octal | 224 | 110 | 225 | 1 | 64 | 0 | 52 | 453 | 43 | 53 |
| Binary | 10010100 | 1001000 | 10010101 | 1 | 110100 | 0 | 101010 | 100101011 | 100011 | 101011 |
Color Harmonies of #944895
Complementary color
Monochromatic Colors of #944895
Black with #944895
Text Example
Text Example
White with #944895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944895; }
p { color: rgb(148,72,149); }
H1.HeaderClassName
{
color: #944895;
}
.AnyTagClassName
{
color: #944895;
}
</style>
background-color css
<style>
a { background-color: #944895; }
a { background-color: rgb(148,72,149); }
div.DivClassName
{
background-color: #944895;
}
.BgClassName
{
background-color: #944895;
}
</style>
border-color css
<style>
span { border-color: #944895; }
span { border-color: rgb(148,72,149); }
td.TdClassName
{
border-color: #944895;
}
.TagClassName
{
border-color: #944895;
}
</style>