Shades of Vivid Violet #943993
Tints of Vivid Violet #943993
RGB
CMYK
RGB Variations
Color information
#943993 (or 0x943993) is known color: Vivid Violet. HEX triplet: 94, 39 and 93. RGB value is (148,57,147). Sum of RGB (Red+Green+Blue) = 148+57+147=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #943993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943993 is #6BC66C. Grayscale: #5E5E5E. Windows color (decimal): -7063149 or 9648532. OLE color: 9648532.
HSL color Cylindrical-coordinate representation of color #943993: hue angle of 300.66º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #943993 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 57 | 147 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.42 |
| HSL | 300.66º | 0.44% | 0.4% | - |
| HSV(B) | 300.66º | 0.61% | 0.58% | - |
| XYZ | 18.94 | 11.33 | 28.79 | - |
| YUV | 94.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 147 | 0 | 0.61 | 0.01 | 0.42 | 300.66 | 0.44 | 0.4 |
| Hex | 94 | 39 | 93 | 0 | 3D | 1 | 2A | 12D | 2C | 28 |
| Octal | 224 | 71 | 223 | 0 | 75 | 1 | 52 | 455 | 54 | 50 |
| Binary | 10010100 | 111001 | 10010011 | 0 | 111101 | 1 | 101010 | 100101101 | 101100 | 101000 |
Color Harmonies of #943993
Complementary color
Monochromatic Colors of #943993
Black with #943993
Text Example
Text Example
White with #943993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943993; }
p { color: rgb(148,57,147); }
H1.HeaderClassName
{
color: #943993;
}
.AnyTagClassName
{
color: #943993;
}
</style>
background-color css
<style>
a { background-color: #943993; }
a { background-color: rgb(148,57,147); }
div.DivClassName
{
background-color: #943993;
}
.BgClassName
{
background-color: #943993;
}
</style>
border-color css
<style>
span { border-color: #943993; }
span { border-color: rgb(148,57,147); }
td.TdClassName
{
border-color: #943993;
}
.TagClassName
{
border-color: #943993;
}
</style>