Shades of Vivid Violet #94328E
Tints of Vivid Violet #94328E
RGB
CMYK
RGB Variations
Color information
#94328E (or 0x94328E) is known color: Vivid Violet. HEX triplet: 94, 32 and 8E. RGB value is (148,50,142). Sum of RGB (Red+Green+Blue) = 148+50+142=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94328E is #6BCD71. Grayscale: #595959. Windows color (decimal): -7064946 or 9319060. OLE color: 9319060.
HSL color Cylindrical-coordinate representation of color #94328E: hue angle of 303.67º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94328E is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 50 | 142 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.42 |
| HSL | 303.67º | 0.49% | 0.39% | - |
| HSV(B) | 303.67º | 0.66% | 0.58% | - |
| XYZ | 18.24 | 10.53 | 26.66 | - |
| YUV | 89.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 142 | 0 | 0.66 | 0.04 | 0.42 | 303.67 | 0.49 | 0.39 |
| Hex | 94 | 32 | 8E | 0 | 42 | 4 | 2A | 130 | 31 | 27 |
| Octal | 224 | 62 | 216 | 0 | 102 | 4 | 52 | 460 | 61 | 47 |
| Binary | 10010100 | 110010 | 10001110 | 0 | 1000010 | 100 | 101010 | 100110000 | 110001 | 100111 |
Color Harmonies of #94328E
Complementary color
Monochromatic Colors of #94328E
Black with #94328E
Text Example
Text Example
White with #94328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94328E; }
p { color: rgb(148,50,142); }
H1.HeaderClassName
{
color: #94328E;
}
.AnyTagClassName
{
color: #94328E;
}
</style>
background-color css
<style>
a { background-color: #94328E; }
a { background-color: rgb(148,50,142); }
div.DivClassName
{
background-color: #94328E;
}
.BgClassName
{
background-color: #94328E;
}
</style>
border-color css
<style>
span { border-color: #94328E; }
span { border-color: rgb(148,50,142); }
td.TdClassName
{
border-color: #94328E;
}
.TagClassName
{
border-color: #94328E;
}
</style>