Shades of Vivid Violet #783F95
Tints of Vivid Violet #783F95
RGB
CMYK
RGB Variations
Color information
#783F95 (or 0x783F95) is known color: Vivid Violet. HEX triplet: 78, 3F and 95. RGB value is (120,63,149). Sum of RGB (Red+Green+Blue) = 120+63+149=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #783F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783F95 is #87C06A. Grayscale: #595959. Windows color (decimal): -8896619 or 9781112. OLE color: 9781112.
HSL color Cylindrical-coordinate representation of color #783F95: hue angle of 279.77º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783F95 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 63 | 149 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.42 |
| HSL | 279.77º | 0.41% | 0.42% | - |
| HSV(B) | 279.77º | 0.58% | 0.58% | - |
| XYZ | 14.95 | 9.72 | 29.52 | - |
| YUV | 89.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 149 | 0.19 | 0.58 | 0 | 0.42 | 279.77 | 0.41 | 0.42 |
| Hex | 78 | 3F | 95 | 13 | 3A | 0 | 2A | 118 | 29 | 2A |
| Octal | 170 | 77 | 225 | 23 | 72 | 0 | 52 | 430 | 51 | 52 |
| Binary | 1111000 | 111111 | 10010101 | 10011 | 111010 | 0 | 101010 | 100011000 | 101001 | 101010 |
Color Harmonies of #783F95
Complementary color
Monochromatic Colors of #783F95
Black with #783F95
Text Example
Text Example
White with #783F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F95; }
p { color: rgb(120,63,149); }
H1.HeaderClassName
{
color: #783F95;
}
.AnyTagClassName
{
color: #783F95;
}
</style>
background-color css
<style>
a { background-color: #783F95; }
a { background-color: rgb(120,63,149); }
div.DivClassName
{
background-color: #783F95;
}
.BgClassName
{
background-color: #783F95;
}
</style>
border-color css
<style>
span { border-color: #783F95; }
span { border-color: rgb(120,63,149); }
td.TdClassName
{
border-color: #783F95;
}
.TagClassName
{
border-color: #783F95;
}
</style>