Shades of Vivid Violet #944293
Tints of Vivid Violet #944293
RGB
CMYK
RGB Variations
Color information
#944293 (or 0x944293) is known color: Vivid Violet. HEX triplet: 94, 42 and 93. RGB value is (148,66,147). Sum of RGB (Red+Green+Blue) = 148+66+147=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #944293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944293 is #6BBD6C. Grayscale: #636363. Windows color (decimal): -7060845 or 9650836. OLE color: 9650836.
HSL color Cylindrical-coordinate representation of color #944293: hue angle of 300.73º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944293 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 147 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.42 |
| HSL | 300.73º | 0.38% | 0.42% | - |
| HSV(B) | 300.73º | 0.55% | 0.58% | - |
| XYZ | 19.43 | 12.3 | 28.95 | - |
| YUV | 99.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 147 | 0 | 0.55 | 0.01 | 0.42 | 300.73 | 0.38 | 0.42 |
| Hex | 94 | 42 | 93 | 0 | 37 | 1 | 2A | 12D | 26 | 2A |
| Octal | 224 | 102 | 223 | 0 | 67 | 1 | 52 | 455 | 46 | 52 |
| Binary | 10010100 | 1000010 | 10010011 | 0 | 110111 | 1 | 101010 | 100101101 | 100110 | 101010 |
Color Harmonies of #944293
Complementary color
Monochromatic Colors of #944293
Black with #944293
Text Example
Text Example
White with #944293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944293; }
p { color: rgb(148,66,147); }
H1.HeaderClassName
{
color: #944293;
}
.AnyTagClassName
{
color: #944293;
}
</style>
background-color css
<style>
a { background-color: #944293; }
a { background-color: rgb(148,66,147); }
div.DivClassName
{
background-color: #944293;
}
.BgClassName
{
background-color: #944293;
}
</style>
border-color css
<style>
span { border-color: #944293; }
span { border-color: rgb(148,66,147); }
td.TdClassName
{
border-color: #944293;
}
.TagClassName
{
border-color: #944293;
}
</style>