Shades of Vivid Violet #6D129C
Tints of Vivid Violet #6D129C
RGB
CMYK
RGB Variations
Color information
#6D129C (or 0x6D129C) is known color: Vivid Violet. HEX triplet: 6D, 12 and 9C. RGB value is (109,18,156). Sum of RGB (Red+Green+Blue) = 109+18+156=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D129C is #92ED63. Grayscale: #3C3C3C. Windows color (decimal): -9629028 or 10228333. OLE color: 10228333.
HSL color Cylindrical-coordinate representation of color #6D129C: hue angle of 279.57º degrees, saturation: 0.79, 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 #6D129C is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 18 | 156 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.39 |
| HSL | 279.57º | 0.79% | 0.34% | - |
| HSV(B) | 279.57º | 0.88% | 0.61% | - |
| XYZ | 12.52 | 6.08 | 31.97 | - |
| YUV | 60.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 156 | 0.30 | 0.88 | 0 | 0.39 | 279.57 | 0.79 | 0.34 |
| Hex | 6D | 12 | 9C | 1E | 58 | 0 | 27 | 118 | 4F | 22 |
| Octal | 155 | 22 | 234 | 36 | 130 | 0 | 47 | 430 | 117 | 42 |
| Binary | 1101101 | 10010 | 10011100 | 11110 | 1011000 | 0 | 100111 | 100011000 | 1001111 | 100010 |
Color Harmonies of #6D129C
Complementary color
Monochromatic Colors of #6D129C
Black with #6D129C
Text Example
Text Example
White with #6D129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D129C; }
p { color: rgb(109,18,156); }
H1.HeaderClassName
{
color: #6D129C;
}
.AnyTagClassName
{
color: #6D129C;
}
</style>
background-color css
<style>
a { background-color: #6D129C; }
a { background-color: rgb(109,18,156); }
div.DivClassName
{
background-color: #6D129C;
}
.BgClassName
{
background-color: #6D129C;
}
</style>
border-color css
<style>
span { border-color: #6D129C; }
span { border-color: rgb(109,18,156); }
td.TdClassName
{
border-color: #6D129C;
}
.TagClassName
{
border-color: #6D129C;
}
</style>