Shades of Vivid Violet #943093
Tints of Vivid Violet #943093
RGB
CMYK
RGB Variations
Color information
#943093 (or 0x943093) is known color: Vivid Violet. HEX triplet: 94, 30 and 93. RGB value is (148,48,147). Sum of RGB (Red+Green+Blue) = 148+48+147=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #943093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943093 is #6BCF6C. Grayscale: #585858. Windows color (decimal): -7065453 or 9646228. OLE color: 9646228.
HSL color Cylindrical-coordinate representation of color #943093: hue angle of 300.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943093 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 48 | 147 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.42 |
| HSL | 300.6º | 0.51% | 0.38% | - |
| HSV(B) | 300.6º | 0.68% | 0.58% | - |
| XYZ | 18.54 | 10.52 | 28.66 | - |
| YUV | 89.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 147 | 0 | 0.68 | 0.01 | 0.42 | 300.6 | 0.51 | 0.38 |
| Hex | 94 | 30 | 93 | 0 | 44 | 1 | 2A | 12D | 33 | 26 |
| Octal | 224 | 60 | 223 | 0 | 104 | 1 | 52 | 455 | 63 | 46 |
| Binary | 10010100 | 110000 | 10010011 | 0 | 1000100 | 1 | 101010 | 100101101 | 110011 | 100110 |
Color Harmonies of #943093
Complementary color
Monochromatic Colors of #943093
Black with #943093
Text Example
Text Example
White with #943093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943093; }
p { color: rgb(148,48,147); }
H1.HeaderClassName
{
color: #943093;
}
.AnyTagClassName
{
color: #943093;
}
</style>
background-color css
<style>
a { background-color: #943093; }
a { background-color: rgb(148,48,147); }
div.DivClassName
{
background-color: #943093;
}
.BgClassName
{
background-color: #943093;
}
</style>
border-color css
<style>
span { border-color: #943093; }
span { border-color: rgb(148,48,147); }
td.TdClassName
{
border-color: #943093;
}
.TagClassName
{
border-color: #943093;
}
</style>