Shades of Vivid Violet #781E9E
Tints of Vivid Violet #781E9E
RGB
CMYK
RGB Variations
Color information
#781E9E (or 0x781E9E) is known color: Vivid Violet. HEX triplet: 78, 1E and 9E. RGB value is (120,30,158). Sum of RGB (Red+Green+Blue) = 120+30+158=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #781E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781E9E is #87E161. Grayscale: #474747. Windows color (decimal): -8905058 or 10362488. OLE color: 10362488.
HSL color Cylindrical-coordinate representation of color #781E9E: hue angle of 282.19º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781E9E is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 30 | 158 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.38 |
| HSL | 282.19º | 0.68% | 0.37% | - |
| HSV(B) | 282.19º | 0.81% | 0.62% | - |
| XYZ | 14.38 | 7.39 | 33.02 | - |
| YUV | 71.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 158 | 0.24 | 0.81 | 0 | 0.38 | 282.19 | 0.68 | 0.37 |
| Hex | 78 | 1E | 9E | 18 | 51 | 0 | 26 | 11A | 44 | 25 |
| Octal | 170 | 36 | 236 | 30 | 121 | 0 | 46 | 432 | 104 | 45 |
| Binary | 1111000 | 11110 | 10011110 | 11000 | 1010001 | 0 | 100110 | 100011010 | 1000100 | 100101 |
Color Harmonies of #781E9E
Complementary color
Monochromatic Colors of #781E9E
Black with #781E9E
Text Example
Text Example
White with #781E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E9E; }
p { color: rgb(120,30,158); }
H1.HeaderClassName
{
color: #781E9E;
}
.AnyTagClassName
{
color: #781E9E;
}
</style>
background-color css
<style>
a { background-color: #781E9E; }
a { background-color: rgb(120,30,158); }
div.DivClassName
{
background-color: #781E9E;
}
.BgClassName
{
background-color: #781E9E;
}
</style>
border-color css
<style>
span { border-color: #781E9E; }
span { border-color: rgb(120,30,158); }
td.TdClassName
{
border-color: #781E9E;
}
.TagClassName
{
border-color: #781E9E;
}
</style>