Shades of Vivid Violet #6D1C9B
Tints of Vivid Violet #6D1C9B
RGB
CMYK
RGB Variations
Color information
#6D1C9B (or 0x6D1C9B) is known color: Vivid Violet. HEX triplet: 6D, 1C and 9B. RGB value is (109,28,155). Sum of RGB (Red+Green+Blue) = 109+28+155=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D1C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1C9B is #92E364. Grayscale: #424242. Windows color (decimal): -9626469 or 10165357. OLE color: 10165357.
HSL color Cylindrical-coordinate representation of color #6D1C9B: hue angle of 278.27º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1C9B is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 28 | 155 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.39 |
| HSL | 278.27º | 0.69% | 0.36% | - |
| HSV(B) | 278.27º | 0.82% | 0.61% | - |
| XYZ | 12.64 | 6.45 | 31.59 | - |
| YUV | 66.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 155 | 0.30 | 0.82 | 0 | 0.39 | 278.27 | 0.69 | 0.36 |
| Hex | 6D | 1C | 9B | 1E | 52 | 0 | 27 | 116 | 45 | 24 |
| Octal | 155 | 34 | 233 | 36 | 122 | 0 | 47 | 426 | 105 | 44 |
| Binary | 1101101 | 11100 | 10011011 | 11110 | 1010010 | 0 | 100111 | 100010110 | 1000101 | 100100 |
Color Harmonies of #6D1C9B
Complementary color
Monochromatic Colors of #6D1C9B
Black with #6D1C9B
Text Example
Text Example
White with #6D1C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C9B; }
p { color: rgb(109,28,155); }
H1.HeaderClassName
{
color: #6D1C9B;
}
.AnyTagClassName
{
color: #6D1C9B;
}
</style>
background-color css
<style>
a { background-color: #6D1C9B; }
a { background-color: rgb(109,28,155); }
div.DivClassName
{
background-color: #6D1C9B;
}
.BgClassName
{
background-color: #6D1C9B;
}
</style>
border-color css
<style>
span { border-color: #6D1C9B; }
span { border-color: rgb(109,28,155); }
td.TdClassName
{
border-color: #6D1C9B;
}
.TagClassName
{
border-color: #6D1C9B;
}
</style>