Shades of Vivid Violet #6E189B
Tints of Vivid Violet #6E189B
RGB
CMYK
RGB Variations
Color information
#6E189B (or 0x6E189B) is known color: Vivid Violet. HEX triplet: 6E, 18 and 9B. RGB value is (110,24,155). Sum of RGB (Red+Green+Blue) = 110+24+155=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E189B is #91E764. Grayscale: #404040. Windows color (decimal): -9561957 or 10164334. OLE color: 10164334.
HSL color Cylindrical-coordinate representation of color #6E189B: hue angle of 279.39º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E189B is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 24 | 155 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.39 |
| HSL | 279.39º | 0.73% | 0.35% | - |
| HSV(B) | 279.39º | 0.85% | 0.61% | - |
| XYZ | 12.67 | 6.33 | 31.57 | - |
| YUV | 64.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 24 | 155 | 0.29 | 0.85 | 0 | 0.39 | 279.39 | 0.73 | 0.35 |
| Hex | 6E | 18 | 9B | 1D | 55 | 0 | 27 | 117 | 49 | 23 |
| Octal | 156 | 30 | 233 | 35 | 125 | 0 | 47 | 427 | 111 | 43 |
| Binary | 1101110 | 11000 | 10011011 | 11101 | 1010101 | 0 | 100111 | 100010111 | 1001001 | 100011 |
Color Harmonies of #6E189B
Complementary color
Monochromatic Colors of #6E189B
Black with #6E189B
Text Example
Text Example
White with #6E189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E189B; }
p { color: rgb(110,24,155); }
H1.HeaderClassName
{
color: #6E189B;
}
.AnyTagClassName
{
color: #6E189B;
}
</style>
background-color css
<style>
a { background-color: #6E189B; }
a { background-color: rgb(110,24,155); }
div.DivClassName
{
background-color: #6E189B;
}
.BgClassName
{
background-color: #6E189B;
}
</style>
border-color css
<style>
span { border-color: #6E189B; }
span { border-color: rgb(110,24,155); }
td.TdClassName
{
border-color: #6E189B;
}
.TagClassName
{
border-color: #6E189B;
}
</style>