Shades of Vivid Violet #6D1A93
Tints of Vivid Violet #6D1A93
RGB
CMYK
RGB Variations
Color information
#6D1A93 (or 0x6D1A93) is known color: Vivid Violet. HEX triplet: 6D, 1A and 93. RGB value is (109,26,147). Sum of RGB (Red+Green+Blue) = 109+26+147=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D1A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1A93 is #92E56C. Grayscale: #404040. Windows color (decimal): -9626989 or 9640557. OLE color: 9640557.
HSL color Cylindrical-coordinate representation of color #6D1A93: hue angle of 281.16º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1A93 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 26 | 147 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.42 |
| HSL | 281.16º | 0.7% | 0.34% | - |
| HSV(B) | 281.16º | 0.82% | 0.58% | - |
| XYZ | 11.94 | 6.1 | 28.15 | - |
| YUV | 64.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 147 | 0.26 | 0.82 | 0 | 0.42 | 281.16 | 0.7 | 0.34 |
| Hex | 6D | 1A | 93 | 1A | 52 | 0 | 2A | 119 | 46 | 22 |
| Octal | 155 | 32 | 223 | 32 | 122 | 0 | 52 | 431 | 106 | 42 |
| Binary | 1101101 | 11010 | 10010011 | 11010 | 1010010 | 0 | 101010 | 100011001 | 1000110 | 100010 |
Color Harmonies of #6D1A93
Complementary color
Monochromatic Colors of #6D1A93
Black with #6D1A93
Text Example
Text Example
White with #6D1A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A93; }
p { color: rgb(109,26,147); }
H1.HeaderClassName
{
color: #6D1A93;
}
.AnyTagClassName
{
color: #6D1A93;
}
</style>
background-color css
<style>
a { background-color: #6D1A93; }
a { background-color: rgb(109,26,147); }
div.DivClassName
{
background-color: #6D1A93;
}
.BgClassName
{
background-color: #6D1A93;
}
</style>
border-color css
<style>
span { border-color: #6D1A93; }
span { border-color: rgb(109,26,147); }
td.TdClassName
{
border-color: #6D1A93;
}
.TagClassName
{
border-color: #6D1A93;
}
</style>