Shades of Blue Violet #6E38E9
Tints of Blue Violet #6E38E9
RGB
CMYK
RGB Variations
Color information
#6E38E9 (or 0x6E38E9) is known color: Blue Violet. HEX triplet: 6E, 38 and E9. RGB value is (110,56,233). Sum of RGB (Red+Green+Blue) = 110+56+233=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 233 (91.41% from 255 or 58.40% from 399); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E38E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E38E9 is #91C716. Grayscale: #5B5B5B. Windows color (decimal): -9553687 or 15284334. OLE color: 15284334.
HSL color Cylindrical-coordinate representation of color #6E38E9: hue angle of 258.31º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E38E9 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 56 | 233 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.09 |
| HSL | 258.31º | 0.8% | 0.57% | - |
| HSV(B) | 258.31º | 0.76% | 0.91% | - |
| XYZ | 22.55 | 12.03 | 78.22 | - |
| YUV | 92.32 | 207.39 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 233 | 0.53 | 0.76 | 0 | 0.09 | 258.31 | 0.8 | 0.57 |
| Hex | 6E | 38 | E9 | 35 | 4C | 0 | 9 | 102 | 50 | 39 |
| Octal | 156 | 70 | 351 | 65 | 114 | 0 | 11 | 402 | 120 | 71 |
| Binary | 1101110 | 111000 | 11101001 | 110101 | 1001100 | 0 | 1001 | 100000010 | 1010000 | 111001 |
Color Harmonies of #6E38E9
Complementary color
Monochromatic Colors of #6E38E9
Black with #6E38E9
Text Example
Text Example
White with #6E38E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E38E9; }
p { color: rgb(110,56,233); }
H1.HeaderClassName
{
color: #6E38E9;
}
.AnyTagClassName
{
color: #6E38E9;
}
</style>
background-color css
<style>
a { background-color: #6E38E9; }
a { background-color: rgb(110,56,233); }
div.DivClassName
{
background-color: #6E38E9;
}
.BgClassName
{
background-color: #6E38E9;
}
</style>
border-color css
<style>
span { border-color: #6E38E9; }
span { border-color: rgb(110,56,233); }
td.TdClassName
{
border-color: #6E38E9;
}
.TagClassName
{
border-color: #6E38E9;
}
</style>