Shades of Vivid Violet #6D1B9A
Tints of Vivid Violet #6D1B9A
RGB
CMYK
RGB Variations
Color information
#6D1B9A (or 0x6D1B9A) is known color: Vivid Violet. HEX triplet: 6D, 1B and 9A. RGB value is (109,27,154). Sum of RGB (Red+Green+Blue) = 109+27+154=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D1B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1B9A is #92E465. Grayscale: #414141. Windows color (decimal): -9626726 or 10099565. OLE color: 10099565.
HSL color Cylindrical-coordinate representation of color #6D1B9A: hue angle of 278.74º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1B9A is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 27 | 154 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.40 |
| HSL | 278.74º | 0.7% | 0.35% | - |
| HSV(B) | 278.74º | 0.82% | 0.6% | - |
| XYZ | 12.53 | 6.37 | 31.14 | - |
| YUV | 66 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 154 | 0.29 | 0.82 | 0 | 0.40 | 278.74 | 0.7 | 0.35 |
| Hex | 6D | 1B | 9A | 1D | 52 | 0 | 28 | 117 | 46 | 23 |
| Octal | 155 | 33 | 232 | 35 | 122 | 0 | 50 | 427 | 106 | 43 |
| Binary | 1101101 | 11011 | 10011010 | 11101 | 1010010 | 0 | 101000 | 100010111 | 1000110 | 100011 |
Color Harmonies of #6D1B9A
Complementary color
Monochromatic Colors of #6D1B9A
Black with #6D1B9A
Text Example
Text Example
White with #6D1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B9A; }
p { color: rgb(109,27,154); }
H1.HeaderClassName
{
color: #6D1B9A;
}
.AnyTagClassName
{
color: #6D1B9A;
}
</style>
background-color css
<style>
a { background-color: #6D1B9A; }
a { background-color: rgb(109,27,154); }
div.DivClassName
{
background-color: #6D1B9A;
}
.BgClassName
{
background-color: #6D1B9A;
}
</style>
border-color css
<style>
span { border-color: #6D1B9A; }
span { border-color: rgb(109,27,154); }
td.TdClassName
{
border-color: #6D1B9A;
}
.TagClassName
{
border-color: #6D1B9A;
}
</style>