Shades of Vivid Violet #7E209D
Tints of Vivid Violet #7E209D
RGB
CMYK
RGB Variations
Color information
#7E209D (or 0x7E209D) is known color: Vivid Violet. HEX triplet: 7E, 20 and 9D. RGB value is (126,32,157). Sum of RGB (Red+Green+Blue) = 126+32+157=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E209D is #81DF62. Grayscale: #494949. Windows color (decimal): -8511331 or 10297470. OLE color: 10297470.
HSL color Cylindrical-coordinate representation of color #7E209D: hue angle of 285.12º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E209D is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 32 | 157 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.38 |
| HSL | 285.12º | 0.66% | 0.37% | - |
| HSV(B) | 285.12º | 0.8% | 0.62% | - |
| XYZ | 15.21 | 7.9 | 32.62 | - |
| YUV | 74.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 157 | 0.20 | 0.80 | 0 | 0.38 | 285.12 | 0.66 | 0.37 |
| Hex | 7E | 20 | 9D | 14 | 50 | 0 | 26 | 11D | 42 | 25 |
| Octal | 176 | 40 | 235 | 24 | 120 | 0 | 46 | 435 | 102 | 45 |
| Binary | 1111110 | 100000 | 10011101 | 10100 | 1010000 | 0 | 100110 | 100011101 | 1000010 | 100101 |
Color Harmonies of #7E209D
Complementary color
Monochromatic Colors of #7E209D
Black with #7E209D
Text Example
Text Example
White with #7E209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E209D; }
p { color: rgb(126,32,157); }
H1.HeaderClassName
{
color: #7E209D;
}
.AnyTagClassName
{
color: #7E209D;
}
</style>
background-color css
<style>
a { background-color: #7E209D; }
a { background-color: rgb(126,32,157); }
div.DivClassName
{
background-color: #7E209D;
}
.BgClassName
{
background-color: #7E209D;
}
</style>
border-color css
<style>
span { border-color: #7E209D; }
span { border-color: rgb(126,32,157); }
td.TdClassName
{
border-color: #7E209D;
}
.TagClassName
{
border-color: #7E209D;
}
</style>