Shades of Vivid Violet #6E209B
Tints of Vivid Violet #6E209B
RGB
CMYK
RGB Variations
Color information
#6E209B (or 0x6E209B) is known color: Vivid Violet. HEX triplet: 6E, 20 and 9B. RGB value is (110,32,155). Sum of RGB (Red+Green+Blue) = 110+32+155=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E209B is #91DF64. Grayscale: #444444. Windows color (decimal): -9559909 or 10166382. OLE color: 10166382.
HSL color Cylindrical-coordinate representation of color #6E209B: hue angle of 278.05º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E209B is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 32 | 155 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.39 |
| HSL | 278.05º | 0.66% | 0.37% | - |
| HSV(B) | 278.05º | 0.79% | 0.61% | - |
| XYZ | 12.86 | 6.71 | 31.63 | - |
| YUV | 69.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 155 | 0.29 | 0.79 | 0 | 0.39 | 278.05 | 0.66 | 0.37 |
| Hex | 6E | 20 | 9B | 1D | 4F | 0 | 27 | 116 | 42 | 25 |
| Octal | 156 | 40 | 233 | 35 | 117 | 0 | 47 | 426 | 102 | 45 |
| Binary | 1101110 | 100000 | 10011011 | 11101 | 1001111 | 0 | 100111 | 100010110 | 1000010 | 100101 |
Color Harmonies of #6E209B
Complementary color
Monochromatic Colors of #6E209B
Black with #6E209B
Text Example
Text Example
White with #6E209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E209B; }
p { color: rgb(110,32,155); }
H1.HeaderClassName
{
color: #6E209B;
}
.AnyTagClassName
{
color: #6E209B;
}
</style>
background-color css
<style>
a { background-color: #6E209B; }
a { background-color: rgb(110,32,155); }
div.DivClassName
{
background-color: #6E209B;
}
.BgClassName
{
background-color: #6E209B;
}
</style>
border-color css
<style>
span { border-color: #6E209B; }
span { border-color: rgb(110,32,155); }
td.TdClassName
{
border-color: #6E209B;
}
.TagClassName
{
border-color: #6E209B;
}
</style>