Shades of Vivid Violet #783D86
Tints of Vivid Violet #783D86
RGB
CMYK
RGB Variations
Color information
#783D86 (or 0x783D86) is known color: Vivid Violet. HEX triplet: 78, 3D and 86. RGB value is (120,61,134). Sum of RGB (Red+Green+Blue) = 120+61+134=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #783D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783D86 is #87C279. Grayscale: #565656. Windows color (decimal): -8897146 or 8797560. OLE color: 8797560.
HSL color Cylindrical-coordinate representation of color #783D86: hue angle of 288.49º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #783D86 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 61 | 134 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.47 |
| HSL | 288.49º | 0.37% | 0.38% | - |
| HSV(B) | 288.49º | 0.54% | 0.53% | - |
| XYZ | 13.72 | 9.05 | 23.58 | - |
| YUV | 86.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 134 | 0.10 | 0.54 | 0 | 0.47 | 288.49 | 0.37 | 0.38 |
| Hex | 78 | 3D | 86 | A | 36 | 0 | 2F | 120 | 25 | 26 |
| Octal | 170 | 75 | 206 | 12 | 66 | 0 | 57 | 440 | 45 | 46 |
| Binary | 1111000 | 111101 | 10000110 | 1010 | 110110 | 0 | 101111 | 100100000 | 100101 | 100110 |
Color Harmonies of #783D86
Complementary color
Monochromatic Colors of #783D86
Black with #783D86
Text Example
Text Example
White with #783D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D86; }
p { color: rgb(120,61,134); }
H1.HeaderClassName
{
color: #783D86;
}
.AnyTagClassName
{
color: #783D86;
}
</style>
background-color css
<style>
a { background-color: #783D86; }
a { background-color: rgb(120,61,134); }
div.DivClassName
{
background-color: #783D86;
}
.BgClassName
{
background-color: #783D86;
}
</style>
border-color css
<style>
span { border-color: #783D86; }
span { border-color: rgb(120,61,134); }
td.TdClassName
{
border-color: #783D86;
}
.TagClassName
{
border-color: #783D86;
}
</style>