Shades of Vivid Violet #942993
Tints of Vivid Violet #942993
RGB
CMYK
RGB Variations
Color information
#942993 (or 0x942993) is known color: Vivid Violet. HEX triplet: 94, 29 and 93. RGB value is (148,41,147). Sum of RGB (Red+Green+Blue) = 148+41+147=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #942993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942993 is #6BD66C. Grayscale: #545454. Windows color (decimal): -7067245 or 9644436. OLE color: 9644436.
HSL color Cylindrical-coordinate representation of color #942993: hue angle of 300.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942993 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 147 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.42 |
| HSL | 300.56º | 0.57% | 0.37% | - |
| HSV(B) | 300.56º | 0.72% | 0.58% | - |
| XYZ | 18.27 | 9.99 | 28.57 | - |
| YUV | 85.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 147 | 0 | 0.72 | 0.01 | 0.42 | 300.56 | 0.57 | 0.37 |
| Hex | 94 | 29 | 93 | 0 | 48 | 1 | 2A | 12D | 39 | 25 |
| Octal | 224 | 51 | 223 | 0 | 110 | 1 | 52 | 455 | 71 | 45 |
| Binary | 10010100 | 101001 | 10010011 | 0 | 1001000 | 1 | 101010 | 100101101 | 111001 | 100101 |
Color Harmonies of #942993
Complementary color
Monochromatic Colors of #942993
Black with #942993
Text Example
Text Example
White with #942993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942993; }
p { color: rgb(148,41,147); }
H1.HeaderClassName
{
color: #942993;
}
.AnyTagClassName
{
color: #942993;
}
</style>
background-color css
<style>
a { background-color: #942993; }
a { background-color: rgb(148,41,147); }
div.DivClassName
{
background-color: #942993;
}
.BgClassName
{
background-color: #942993;
}
</style>
border-color css
<style>
span { border-color: #942993; }
span { border-color: rgb(148,41,147); }
td.TdClassName
{
border-color: #942993;
}
.TagClassName
{
border-color: #942993;
}
</style>