Shades of Vivid Violet #6E2186
Tints of Vivid Violet #6E2186
RGB
CMYK
RGB Variations
Color information
#6E2186 (or 0x6E2186) is known color: Vivid Violet. HEX triplet: 6E, 21 and 86. RGB value is (110,33,134). Sum of RGB (Red+Green+Blue) = 110+33+134=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E2186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2186 is #91DE79. Grayscale: #434343. Windows color (decimal): -9559674 or 8790382. OLE color: 8790382.
HSL color Cylindrical-coordinate representation of color #6E2186: hue angle of 285.74º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E2186 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 33 | 134 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.47 |
| HSL | 285.74º | 0.6% | 0.33% | - |
| HSV(B) | 285.74º | 0.75% | 0.53% | - |
| XYZ | 11.28 | 6.12 | 23.14 | - |
| YUV | 67.54 | 165.51 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 134 | 0.18 | 0.75 | 0 | 0.47 | 285.74 | 0.6 | 0.33 |
| Hex | 6E | 21 | 86 | 12 | 4B | 0 | 2F | 11E | 3C | 21 |
| Octal | 156 | 41 | 206 | 22 | 113 | 0 | 57 | 436 | 74 | 41 |
| Binary | 1101110 | 100001 | 10000110 | 10010 | 1001011 | 0 | 101111 | 100011110 | 111100 | 100001 |
Color Harmonies of #6E2186
Complementary color
Monochromatic Colors of #6E2186
Black with #6E2186
Text Example
Text Example
White with #6E2186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2186; }
p { color: rgb(110,33,134); }
H1.HeaderClassName
{
color: #6E2186;
}
.AnyTagClassName
{
color: #6E2186;
}
</style>
background-color css
<style>
a { background-color: #6E2186; }
a { background-color: rgb(110,33,134); }
div.DivClassName
{
background-color: #6E2186;
}
.BgClassName
{
background-color: #6E2186;
}
</style>
border-color css
<style>
span { border-color: #6E2186; }
span { border-color: rgb(110,33,134); }
td.TdClassName
{
border-color: #6E2186;
}
.TagClassName
{
border-color: #6E2186;
}
</style>