Shades of Vivid Violet #6D2886
Tints of Vivid Violet #6D2886
RGB
CMYK
RGB Variations
Color information
#6D2886 (or 0x6D2886) is known color: Vivid Violet. HEX triplet: 6D, 28 and 86. RGB value is (109,40,134). Sum of RGB (Red+Green+Blue) = 109+40+134=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D2886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2886 is #92D779. Grayscale: #474747. Windows color (decimal): -9623418 or 8792173. OLE color: 8792173.
HSL color Cylindrical-coordinate representation of color #6D2886: hue angle of 284.04º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2886 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 40 | 134 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.47 |
| HSL | 284.04º | 0.54% | 0.34% | - |
| HSV(B) | 284.04º | 0.7% | 0.53% | - |
| XYZ | 11.37 | 6.49 | 23.21 | - |
| YUV | 71.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 134 | 0.19 | 0.70 | 0 | 0.47 | 284.04 | 0.54 | 0.34 |
| Hex | 6D | 28 | 86 | 13 | 46 | 0 | 2F | 11C | 36 | 22 |
| Octal | 155 | 50 | 206 | 23 | 106 | 0 | 57 | 434 | 66 | 42 |
| Binary | 1101101 | 101000 | 10000110 | 10011 | 1000110 | 0 | 101111 | 100011100 | 110110 | 100010 |
Color Harmonies of #6D2886
Complementary color
Monochromatic Colors of #6D2886
Black with #6D2886
Text Example
Text Example
White with #6D2886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2886; }
p { color: rgb(109,40,134); }
H1.HeaderClassName
{
color: #6D2886;
}
.AnyTagClassName
{
color: #6D2886;
}
</style>
background-color css
<style>
a { background-color: #6D2886; }
a { background-color: rgb(109,40,134); }
div.DivClassName
{
background-color: #6D2886;
}
.BgClassName
{
background-color: #6D2886;
}
</style>
border-color css
<style>
span { border-color: #6D2886; }
span { border-color: rgb(109,40,134); }
td.TdClassName
{
border-color: #6D2886;
}
.TagClassName
{
border-color: #6D2886;
}
</style>