Shades of Vivid Violet #6E1B95
Tints of Vivid Violet #6E1B95
RGB
CMYK
RGB Variations
Color information
#6E1B95 (or 0x6E1B95) is known color: Vivid Violet. HEX triplet: 6E, 1B and 95. RGB value is (110,27,149). Sum of RGB (Red+Green+Blue) = 110+27+149=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E1B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1B95 is #91E46A. Grayscale: #414141. Windows color (decimal): -9561195 or 9771886. OLE color: 9771886.
HSL color Cylindrical-coordinate representation of color #6E1B95: hue angle of 280.82º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1B95 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 27 | 149 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.42 |
| HSL | 280.82º | 0.69% | 0.35% | - |
| HSV(B) | 280.82º | 0.82% | 0.58% | - |
| XYZ | 12.25 | 6.27 | 29 | - |
| YUV | 65.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 149 | 0.26 | 0.82 | 0 | 0.42 | 280.82 | 0.69 | 0.35 |
| Hex | 6E | 1B | 95 | 1A | 52 | 0 | 2A | 119 | 45 | 23 |
| Octal | 156 | 33 | 225 | 32 | 122 | 0 | 52 | 431 | 105 | 43 |
| Binary | 1101110 | 11011 | 10010101 | 11010 | 1010010 | 0 | 101010 | 100011001 | 1000101 | 100011 |
Color Harmonies of #6E1B95
Complementary color
Monochromatic Colors of #6E1B95
Black with #6E1B95
Text Example
Text Example
White with #6E1B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1B95; }
p { color: rgb(110,27,149); }
H1.HeaderClassName
{
color: #6E1B95;
}
.AnyTagClassName
{
color: #6E1B95;
}
</style>
background-color css
<style>
a { background-color: #6E1B95; }
a { background-color: rgb(110,27,149); }
div.DivClassName
{
background-color: #6E1B95;
}
.BgClassName
{
background-color: #6E1B95;
}
</style>
border-color css
<style>
span { border-color: #6E1B95; }
span { border-color: rgb(110,27,149); }
td.TdClassName
{
border-color: #6E1B95;
}
.TagClassName
{
border-color: #6E1B95;
}
</style>