Shades of Vivid Violet #6D129D
Tints of Vivid Violet #6D129D
RGB
CMYK
RGB Variations
Color information
#6D129D (or 0x6D129D) is known color: Vivid Violet. HEX triplet: 6D, 12 and 9D. RGB value is (109,18,157). Sum of RGB (Red+Green+Blue) = 109+18+157=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D129D is #92ED62. Grayscale: #3C3C3C. Windows color (decimal): -9629027 or 10293869. OLE color: 10293869.
HSL color Cylindrical-coordinate representation of color #6D129D: hue angle of 279.28º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D129D is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 18 | 157 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.38 |
| HSL | 279.28º | 0.79% | 0.34% | - |
| HSV(B) | 279.28º | 0.89% | 0.62% | - |
| XYZ | 12.61 | 6.12 | 32.41 | - |
| YUV | 61.06 | 182.15 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 157 | 0.31 | 0.89 | 0 | 0.38 | 279.28 | 0.79 | 0.34 |
| Hex | 6D | 12 | 9D | 1F | 59 | 0 | 26 | 117 | 4F | 22 |
| Octal | 155 | 22 | 235 | 37 | 131 | 0 | 46 | 427 | 117 | 42 |
| Binary | 1101101 | 10010 | 10011101 | 11111 | 1011001 | 0 | 100110 | 100010111 | 1001111 | 100010 |
Color Harmonies of #6D129D
Complementary color
Monochromatic Colors of #6D129D
Black with #6D129D
Text Example
Text Example
White with #6D129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D129D; }
p { color: rgb(109,18,157); }
H1.HeaderClassName
{
color: #6D129D;
}
.AnyTagClassName
{
color: #6D129D;
}
</style>
background-color css
<style>
a { background-color: #6D129D; }
a { background-color: rgb(109,18,157); }
div.DivClassName
{
background-color: #6D129D;
}
.BgClassName
{
background-color: #6D129D;
}
</style>
border-color css
<style>
span { border-color: #6D129D; }
span { border-color: rgb(109,18,157); }
td.TdClassName
{
border-color: #6D129D;
}
.TagClassName
{
border-color: #6D129D;
}
</style>