Shades of Vivid Violet #6E2E8D
Tints of Vivid Violet #6E2E8D
RGB
CMYK
RGB Variations
Color information
#6E2E8D (or 0x6E2E8D) is known color: Vivid Violet. HEX triplet: 6E, 2E and 8D. RGB value is (110,46,141). Sum of RGB (Red+Green+Blue) = 110+46+141=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E2E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2E8D is #91D172. Grayscale: #4B4B4B. Windows color (decimal): -9556339 or 9252462. OLE color: 9252462.
HSL color Cylindrical-coordinate representation of color #6E2E8D: hue angle of 280.42º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2E8D is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 46 | 141 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.45 |
| HSL | 280.42º | 0.51% | 0.37% | - |
| HSV(B) | 280.42º | 0.67% | 0.55% | - |
| XYZ | 12.22 | 7.19 | 25.94 | - |
| YUV | 75.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 141 | 0.22 | 0.67 | 0 | 0.45 | 280.42 | 0.51 | 0.37 |
| Hex | 6E | 2E | 8D | 16 | 43 | 0 | 2D | 118 | 33 | 25 |
| Octal | 156 | 56 | 215 | 26 | 103 | 0 | 55 | 430 | 63 | 45 |
| Binary | 1101110 | 101110 | 10001101 | 10110 | 1000011 | 0 | 101101 | 100011000 | 110011 | 100101 |
Color Harmonies of #6E2E8D
Complementary color
Monochromatic Colors of #6E2E8D
Black with #6E2E8D
Text Example
Text Example
White with #6E2E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2E8D; }
p { color: rgb(110,46,141); }
H1.HeaderClassName
{
color: #6E2E8D;
}
.AnyTagClassName
{
color: #6E2E8D;
}
</style>
background-color css
<style>
a { background-color: #6E2E8D; }
a { background-color: rgb(110,46,141); }
div.DivClassName
{
background-color: #6E2E8D;
}
.BgClassName
{
background-color: #6E2E8D;
}
</style>
border-color css
<style>
span { border-color: #6E2E8D; }
span { border-color: rgb(110,46,141); }
td.TdClassName
{
border-color: #6E2E8D;
}
.TagClassName
{
border-color: #6E2E8D;
}
</style>