Shades of Vivid Violet #6D1F86
Tints of Vivid Violet #6D1F86
RGB
CMYK
RGB Variations
Color information
#6D1F86 (or 0x6D1F86) is known color: Vivid Violet. HEX triplet: 6D, 1F and 86. RGB value is (109,31,134). Sum of RGB (Red+Green+Blue) = 109+31+134=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D1F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1F86 is #92E079. Grayscale: #414141. Windows color (decimal): -9625722 or 8789869. OLE color: 8789869.
HSL color Cylindrical-coordinate representation of color #6D1F86: hue angle of 285.44º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D1F86 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 31 | 134 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.47 |
| HSL | 285.44º | 0.62% | 0.32% | - |
| HSV(B) | 285.44º | 0.77% | 0.53% | - |
| XYZ | 11.1 | 5.95 | 23.12 | - |
| YUV | 66.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 134 | 0.19 | 0.77 | 0 | 0.47 | 285.44 | 0.62 | 0.32 |
| Hex | 6D | 1F | 86 | 13 | 4D | 0 | 2F | 11D | 3E | 20 |
| Octal | 155 | 37 | 206 | 23 | 115 | 0 | 57 | 435 | 76 | 40 |
| Binary | 1101101 | 11111 | 10000110 | 10011 | 1001101 | 0 | 101111 | 100011101 | 111110 | 100000 |
Color Harmonies of #6D1F86
Complementary color
Monochromatic Colors of #6D1F86
Black with #6D1F86
Text Example
Text Example
White with #6D1F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1F86; }
p { color: rgb(109,31,134); }
H1.HeaderClassName
{
color: #6D1F86;
}
.AnyTagClassName
{
color: #6D1F86;
}
</style>
background-color css
<style>
a { background-color: #6D1F86; }
a { background-color: rgb(109,31,134); }
div.DivClassName
{
background-color: #6D1F86;
}
.BgClassName
{
background-color: #6D1F86;
}
</style>
border-color css
<style>
span { border-color: #6D1F86; }
span { border-color: rgb(109,31,134); }
td.TdClassName
{
border-color: #6D1F86;
}
.TagClassName
{
border-color: #6D1F86;
}
</style>