Shades of Vivid Violet #6D3089
Tints of Vivid Violet #6D3089
RGB
CMYK
RGB Variations
Color information
#6D3089 (or 0x6D3089) is known color: Vivid Violet. HEX triplet: 6D, 30 and 89. RGB value is (109,48,137). Sum of RGB (Red+Green+Blue) = 109+48+137=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D3089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3089 is #92CF76. Grayscale: #4C4C4C. Windows color (decimal): -9621367 or 8990829. OLE color: 8990829.
HSL color Cylindrical-coordinate representation of color #6D3089: hue angle of 281.12º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D3089 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 48 | 137 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.46 |
| HSL | 281.12º | 0.48% | 0.36% | - |
| HSV(B) | 281.12º | 0.65% | 0.54% | - |
| XYZ | 11.88 | 7.17 | 24.43 | - |
| YUV | 76.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 137 | 0.20 | 0.65 | 0 | 0.46 | 281.12 | 0.48 | 0.36 |
| Hex | 6D | 30 | 89 | 14 | 41 | 0 | 2E | 119 | 30 | 24 |
| Octal | 155 | 60 | 211 | 24 | 101 | 0 | 56 | 431 | 60 | 44 |
| Binary | 1101101 | 110000 | 10001001 | 10100 | 1000001 | 0 | 101110 | 100011001 | 110000 | 100100 |
Color Harmonies of #6D3089
Complementary color
Monochromatic Colors of #6D3089
Black with #6D3089
Text Example
Text Example
White with #6D3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3089; }
p { color: rgb(109,48,137); }
H1.HeaderClassName
{
color: #6D3089;
}
.AnyTagClassName
{
color: #6D3089;
}
</style>
background-color css
<style>
a { background-color: #6D3089; }
a { background-color: rgb(109,48,137); }
div.DivClassName
{
background-color: #6D3089;
}
.BgClassName
{
background-color: #6D3089;
}
</style>
border-color css
<style>
span { border-color: #6D3089; }
span { border-color: rgb(109,48,137); }
td.TdClassName
{
border-color: #6D3089;
}
.TagClassName
{
border-color: #6D3089;
}
</style>