Shades of Vivid Violet #94329E
Tints of Vivid Violet #94329E
RGB
CMYK
RGB Variations
Color information
#94329E (or 0x94329E) is known color: Vivid Violet. HEX triplet: 94, 32 and 9E. RGB value is (148,50,158). Sum of RGB (Red+Green+Blue) = 148+50+158=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #94329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94329E is #6BCD61. Grayscale: #5B5B5B. Windows color (decimal): -7064930 or 10367636. OLE color: 10367636.
HSL color Cylindrical-coordinate representation of color #94329E: hue angle of 294.44º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94329E is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 50 | 158 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.38 |
| HSL | 294.44º | 0.52% | 0.41% | - |
| HSV(B) | 294.44º | 0.68% | 0.62% | - |
| XYZ | 19.52 | 11.05 | 33.45 | - |
| YUV | 91.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 158 | 0.06 | 0.68 | 0 | 0.38 | 294.44 | 0.52 | 0.41 |
| Hex | 94 | 32 | 9E | 6 | 44 | 0 | 26 | 126 | 34 | 29 |
| Octal | 224 | 62 | 236 | 6 | 104 | 0 | 46 | 446 | 64 | 51 |
| Binary | 10010100 | 110010 | 10011110 | 110 | 1000100 | 0 | 100110 | 100100110 | 110100 | 101001 |
Color Harmonies of #94329E
Complementary color
Monochromatic Colors of #94329E
Black with #94329E
Text Example
Text Example
White with #94329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94329E; }
p { color: rgb(148,50,158); }
H1.HeaderClassName
{
color: #94329E;
}
.AnyTagClassName
{
color: #94329E;
}
</style>
background-color css
<style>
a { background-color: #94329E; }
a { background-color: rgb(148,50,158); }
div.DivClassName
{
background-color: #94329E;
}
.BgClassName
{
background-color: #94329E;
}
</style>
border-color css
<style>
span { border-color: #94329E; }
span { border-color: rgb(148,50,158); }
td.TdClassName
{
border-color: #94329E;
}
.TagClassName
{
border-color: #94329E;
}
</style>