Shades of Vivid Violet #6D139C
Tints of Vivid Violet #6D139C
RGB
CMYK
RGB Variations
Color information
#6D139C (or 0x6D139C) is known color: Vivid Violet. HEX triplet: 6D, 13 and 9C. RGB value is (109,19,156). Sum of RGB (Red+Green+Blue) = 109+19+156=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D139C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D139C is #92EC63. Grayscale: #3D3D3D. Windows color (decimal): -9628772 or 10228589. OLE color: 10228589.
HSL color Cylindrical-coordinate representation of color #6D139C: hue angle of 279.42º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D139C is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 19 | 156 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.39 |
| HSL | 279.42º | 0.78% | 0.34% | - |
| HSV(B) | 279.42º | 0.88% | 0.61% | - |
| XYZ | 12.54 | 6.12 | 31.97 | - |
| YUV | 61.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 156 | 0.30 | 0.88 | 0 | 0.39 | 279.42 | 0.78 | 0.34 |
| Hex | 6D | 13 | 9C | 1E | 58 | 0 | 27 | 117 | 4E | 22 |
| Octal | 155 | 23 | 234 | 36 | 130 | 0 | 47 | 427 | 116 | 42 |
| Binary | 1101101 | 10011 | 10011100 | 11110 | 1011000 | 0 | 100111 | 100010111 | 1001110 | 100010 |
Color Harmonies of #6D139C
Complementary color
Monochromatic Colors of #6D139C
Black with #6D139C
Text Example
Text Example
White with #6D139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D139C; }
p { color: rgb(109,19,156); }
H1.HeaderClassName
{
color: #6D139C;
}
.AnyTagClassName
{
color: #6D139C;
}
</style>
background-color css
<style>
a { background-color: #6D139C; }
a { background-color: rgb(109,19,156); }
div.DivClassName
{
background-color: #6D139C;
}
.BgClassName
{
background-color: #6D139C;
}
</style>
border-color css
<style>
span { border-color: #6D139C; }
span { border-color: rgb(109,19,156); }
td.TdClassName
{
border-color: #6D139C;
}
.TagClassName
{
border-color: #6D139C;
}
</style>