Shades of Vivid Violet #6C1F86
Tints of Vivid Violet #6C1F86
RGB
CMYK
RGB Variations
Color information
#6C1F86 (or 0x6C1F86) is known color: Vivid Violet. HEX triplet: 6C, 1F and 86. RGB value is (108,31,134). Sum of RGB (Red+Green+Blue) = 108+31+134=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C1F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1F86 is #93E079. Grayscale: #414141. Windows color (decimal): -9691258 or 8789868. OLE color: 8789868.
HSL color Cylindrical-coordinate representation of color #6C1F86: hue angle of 284.85º 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 #6C1F86 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 31 | 134 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.47 |
| HSL | 284.85º | 0.62% | 0.32% | - |
| HSV(B) | 284.85º | 0.77% | 0.53% | - |
| XYZ | 10.98 | 5.89 | 23.11 | - |
| YUV | 65.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 31 | 134 | 0.19 | 0.77 | 0 | 0.47 | 284.85 | 0.62 | 0.32 |
| Hex | 6C | 1F | 86 | 13 | 4D | 0 | 2F | 11D | 3E | 20 |
| Octal | 154 | 37 | 206 | 23 | 115 | 0 | 57 | 435 | 76 | 40 |
| Binary | 1101100 | 11111 | 10000110 | 10011 | 1001101 | 0 | 101111 | 100011101 | 111110 | 100000 |
Color Harmonies of #6C1F86
Complementary color
Monochromatic Colors of #6C1F86
Black with #6C1F86
Text Example
Text Example
White with #6C1F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1F86; }
p { color: rgb(108,31,134); }
H1.HeaderClassName
{
color: #6C1F86;
}
.AnyTagClassName
{
color: #6C1F86;
}
</style>
background-color css
<style>
a { background-color: #6C1F86; }
a { background-color: rgb(108,31,134); }
div.DivClassName
{
background-color: #6C1F86;
}
.BgClassName
{
background-color: #6C1F86;
}
</style>
border-color css
<style>
span { border-color: #6C1F86; }
span { border-color: rgb(108,31,134); }
td.TdClassName
{
border-color: #6C1F86;
}
.TagClassName
{
border-color: #6C1F86;
}
</style>