Shades of Vivid Violet #942E9E
Tints of Vivid Violet #942E9E
RGB
CMYK
RGB Variations
Color information
#942E9E (or 0x942E9E) is known color: Vivid Violet. HEX triplet: 94, 2E and 9E. RGB value is (148,46,158). Sum of RGB (Red+Green+Blue) = 148+46+158=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #942E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942E9E is #6BD161. Grayscale: #585858. Windows color (decimal): -7065954 or 10366612. OLE color: 10366612.
HSL color Cylindrical-coordinate representation of color #942E9E: hue angle of 294.64º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #942E9E is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 46 | 158 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.38 |
| HSL | 294.64º | 0.55% | 0.4% | - |
| HSV(B) | 294.64º | 0.71% | 0.62% | - |
| XYZ | 19.36 | 10.72 | 33.4 | - |
| YUV | 89.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 158 | 0.06 | 0.71 | 0 | 0.38 | 294.64 | 0.55 | 0.4 |
| Hex | 94 | 2E | 9E | 6 | 47 | 0 | 26 | 127 | 37 | 28 |
| Octal | 224 | 56 | 236 | 6 | 107 | 0 | 46 | 447 | 67 | 50 |
| Binary | 10010100 | 101110 | 10011110 | 110 | 1000111 | 0 | 100110 | 100100111 | 110111 | 101000 |
Color Harmonies of #942E9E
Complementary color
Monochromatic Colors of #942E9E
Black with #942E9E
Text Example
Text Example
White with #942E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942E9E; }
p { color: rgb(148,46,158); }
H1.HeaderClassName
{
color: #942E9E;
}
.AnyTagClassName
{
color: #942E9E;
}
</style>
background-color css
<style>
a { background-color: #942E9E; }
a { background-color: rgb(148,46,158); }
div.DivClassName
{
background-color: #942E9E;
}
.BgClassName
{
background-color: #942E9E;
}
</style>
border-color css
<style>
span { border-color: #942E9E; }
span { border-color: rgb(148,46,158); }
td.TdClassName
{
border-color: #942E9E;
}
.TagClassName
{
border-color: #942E9E;
}
</style>