Shades of Vivid Violet #6C2086
Tints of Vivid Violet #6C2086
RGB
CMYK
RGB Variations
Color information
#6C2086 (or 0x6C2086) is known color: Vivid Violet. HEX triplet: 6C, 20 and 86. RGB value is (108,32,134). Sum of RGB (Red+Green+Blue) = 108+32+134=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 32 (12.89% from 255 or 11.68% 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 #6C2086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2086 is #93DF79. Grayscale: #424242. Windows color (decimal): -9691002 or 8790124. OLE color: 8790124.
HSL color Cylindrical-coordinate representation of color #6C2086: hue angle of 284.71º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C2086 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 32 | 134 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.47 |
| HSL | 284.71º | 0.61% | 0.33% | - |
| HSV(B) | 284.71º | 0.76% | 0.53% | - |
| XYZ | 11 | 5.94 | 23.12 | - |
| YUV | 66.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 134 | 0.19 | 0.76 | 0 | 0.47 | 284.71 | 0.61 | 0.33 |
| Hex | 6C | 20 | 86 | 13 | 4C | 0 | 2F | 11D | 3D | 21 |
| Octal | 154 | 40 | 206 | 23 | 114 | 0 | 57 | 435 | 75 | 41 |
| Binary | 1101100 | 100000 | 10000110 | 10011 | 1001100 | 0 | 101111 | 100011101 | 111101 | 100001 |
Color Harmonies of #6C2086
Complementary color
Monochromatic Colors of #6C2086
Black with #6C2086
Text Example
Text Example
White with #6C2086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2086; }
p { color: rgb(108,32,134); }
H1.HeaderClassName
{
color: #6C2086;
}
.AnyTagClassName
{
color: #6C2086;
}
</style>
background-color css
<style>
a { background-color: #6C2086; }
a { background-color: rgb(108,32,134); }
div.DivClassName
{
background-color: #6C2086;
}
.BgClassName
{
background-color: #6C2086;
}
</style>
border-color css
<style>
span { border-color: #6C2086; }
span { border-color: rgb(108,32,134); }
td.TdClassName
{
border-color: #6C2086;
}
.TagClassName
{
border-color: #6C2086;
}
</style>