Shades of Vivid Violet #6E1D89
Tints of Vivid Violet #6E1D89
RGB
CMYK
RGB Variations
Color information
#6E1D89 (or 0x6E1D89) is known color: Vivid Violet. HEX triplet: 6E, 1D and 89. RGB value is (110,29,137). Sum of RGB (Red+Green+Blue) = 110+29+137=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E1D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1D89 is #91E276. Grayscale: #414141. Windows color (decimal): -9560695 or 8985966. OLE color: 8985966.
HSL color Cylindrical-coordinate representation of color #6E1D89: hue angle of 285º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E1D89 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 29 | 137 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.46 |
| HSL | 285º | 0.65% | 0.33% | - |
| HSV(B) | 285º | 0.79% | 0.54% | - |
| XYZ | 11.39 | 6 | 24.22 | - |
| YUV | 65.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 29 | 137 | 0.20 | 0.79 | 0 | 0.46 | 285 | 0.65 | 0.33 |
| Hex | 6E | 1D | 89 | 14 | 4F | 0 | 2E | 11D | 41 | 21 |
| Octal | 156 | 35 | 211 | 24 | 117 | 0 | 56 | 435 | 101 | 41 |
| Binary | 1101110 | 11101 | 10001001 | 10100 | 1001111 | 0 | 101110 | 100011101 | 1000001 | 100001 |
Color Harmonies of #6E1D89
Complementary color
Monochromatic Colors of #6E1D89
Black with #6E1D89
Text Example
Text Example
White with #6E1D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1D89; }
p { color: rgb(110,29,137); }
H1.HeaderClassName
{
color: #6E1D89;
}
.AnyTagClassName
{
color: #6E1D89;
}
</style>
background-color css
<style>
a { background-color: #6E1D89; }
a { background-color: rgb(110,29,137); }
div.DivClassName
{
background-color: #6E1D89;
}
.BgClassName
{
background-color: #6E1D89;
}
</style>
border-color css
<style>
span { border-color: #6E1D89; }
span { border-color: rgb(110,29,137); }
td.TdClassName
{
border-color: #6E1D89;
}
.TagClassName
{
border-color: #6E1D89;
}
</style>