Shades of Vivid Violet #944490
Tints of Vivid Violet #944490
RGB
CMYK
RGB Variations
Color information
#944490 (or 0x944490) is known color: Vivid Violet. HEX triplet: 94, 44 and 90. RGB value is (148,68,144). Sum of RGB (Red+Green+Blue) = 148+68+144=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #944490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944490 is #6BBB6F. Grayscale: #646464. Windows color (decimal): -7060336 or 9454740. OLE color: 9454740.
HSL color Cylindrical-coordinate representation of color #944490: hue angle of 303º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944490 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 144 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.42 |
| HSL | 303º | 0.37% | 0.42% | - |
| HSV(B) | 303º | 0.54% | 0.58% | - |
| XYZ | 19.31 | 12.44 | 27.77 | - |
| YUV | 100.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 144 | 0 | 0.54 | 0.03 | 0.42 | 303 | 0.37 | 0.42 |
| Hex | 94 | 44 | 90 | 0 | 36 | 3 | 2A | 12F | 25 | 2A |
| Octal | 224 | 104 | 220 | 0 | 66 | 3 | 52 | 457 | 45 | 52 |
| Binary | 10010100 | 1000100 | 10010000 | 0 | 110110 | 11 | 101010 | 100101111 | 100101 | 101010 |
Color Harmonies of #944490
Complementary color
Monochromatic Colors of #944490
Black with #944490
Text Example
Text Example
White with #944490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944490; }
p { color: rgb(148,68,144); }
H1.HeaderClassName
{
color: #944490;
}
.AnyTagClassName
{
color: #944490;
}
</style>
background-color css
<style>
a { background-color: #944490; }
a { background-color: rgb(148,68,144); }
div.DivClassName
{
background-color: #944490;
}
.BgClassName
{
background-color: #944490;
}
</style>
border-color css
<style>
span { border-color: #944490; }
span { border-color: rgb(148,68,144); }
td.TdClassName
{
border-color: #944490;
}
.TagClassName
{
border-color: #944490;
}
</style>