Shades of Vivid Violet #6E2D89
Tints of Vivid Violet #6E2D89
RGB
CMYK
RGB Variations
Color information
#6E2D89 (or 0x6E2D89) is known color: Vivid Violet. HEX triplet: 6E, 2D and 89. RGB value is (110,45,137). Sum of RGB (Red+Green+Blue) = 110+45+137=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E2D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2D89 is #91D276. Grayscale: #4A4A4A. Windows color (decimal): -9556599 or 8990062. OLE color: 8990062.
HSL color Cylindrical-coordinate representation of color #6E2D89: hue angle of 282.39º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2D89 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 45 | 137 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.46 |
| HSL | 282.39º | 0.51% | 0.36% | - |
| HSV(B) | 282.39º | 0.67% | 0.54% | - |
| XYZ | 11.88 | 7 | 24.39 | - |
| YUV | 74.92 | 163.03 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 137 | 0.20 | 0.67 | 0 | 0.46 | 282.39 | 0.51 | 0.36 |
| Hex | 6E | 2D | 89 | 14 | 43 | 0 | 2E | 11A | 33 | 24 |
| Octal | 156 | 55 | 211 | 24 | 103 | 0 | 56 | 432 | 63 | 44 |
| Binary | 1101110 | 101101 | 10001001 | 10100 | 1000011 | 0 | 101110 | 100011010 | 110011 | 100100 |
Color Harmonies of #6E2D89
Complementary color
Monochromatic Colors of #6E2D89
Black with #6E2D89
Text Example
Text Example
White with #6E2D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2D89; }
p { color: rgb(110,45,137); }
H1.HeaderClassName
{
color: #6E2D89;
}
.AnyTagClassName
{
color: #6E2D89;
}
</style>
background-color css
<style>
a { background-color: #6E2D89; }
a { background-color: rgb(110,45,137); }
div.DivClassName
{
background-color: #6E2D89;
}
.BgClassName
{
background-color: #6E2D89;
}
</style>
border-color css
<style>
span { border-color: #6E2D89; }
span { border-color: rgb(110,45,137); }
td.TdClassName
{
border-color: #6E2D89;
}
.TagClassName
{
border-color: #6E2D89;
}
</style>