Shades of Vivid Violet #6D188A
Tints of Vivid Violet #6D188A
RGB
CMYK
RGB Variations
Color information
#6D188A (or 0x6D188A) is known color: Vivid Violet. HEX triplet: 6D, 18 and 8A. RGB value is (109,24,138). Sum of RGB (Red+Green+Blue) = 109+24+138=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D188A is #92E775. Grayscale: #3E3E3E. Windows color (decimal): -9627510 or 9050221. OLE color: 9050221.
HSL color Cylindrical-coordinate representation of color #6D188A: hue angle of 284.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D188A is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 24 | 138 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.46 |
| HSL | 284.74º | 0.7% | 0.32% | - |
| HSV(B) | 284.74º | 0.83% | 0.54% | - |
| XYZ | 11.22 | 5.74 | 24.56 | - |
| YUV | 62.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 138 | 0.21 | 0.83 | 0 | 0.46 | 284.74 | 0.7 | 0.32 |
| Hex | 6D | 18 | 8A | 15 | 53 | 0 | 2E | 11D | 46 | 20 |
| Octal | 155 | 30 | 212 | 25 | 123 | 0 | 56 | 435 | 106 | 40 |
| Binary | 1101101 | 11000 | 10001010 | 10101 | 1010011 | 0 | 101110 | 100011101 | 1000110 | 100000 |
Color Harmonies of #6D188A
Complementary color
Monochromatic Colors of #6D188A
Black with #6D188A
Text Example
Text Example
White with #6D188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D188A; }
p { color: rgb(109,24,138); }
H1.HeaderClassName
{
color: #6D188A;
}
.AnyTagClassName
{
color: #6D188A;
}
</style>
background-color css
<style>
a { background-color: #6D188A; }
a { background-color: rgb(109,24,138); }
div.DivClassName
{
background-color: #6D188A;
}
.BgClassName
{
background-color: #6D188A;
}
</style>
border-color css
<style>
span { border-color: #6D188A; }
span { border-color: rgb(109,24,138); }
td.TdClassName
{
border-color: #6D188A;
}
.TagClassName
{
border-color: #6D188A;
}
</style>