Shades of Blue Violet #8C49EB
Tints of Blue Violet #8C49EB
RGB
CMYK
RGB Variations
Color information
#8C49EB (or 0x8C49EB) is known color: Blue Violet. HEX triplet: 8C, 49 and EB. RGB value is (140,73,235). Sum of RGB (Red+Green+Blue) = 140+73+235=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C49EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C49EB is #73B614. Grayscale: #6E6E6E. Windows color (decimal): -7583253 or 15419788. OLE color: 15419788.
HSL color Cylindrical-coordinate representation of color #8C49EB: hue angle of 264.81º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C49EB is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 73 | 235 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.08 |
| HSL | 264.81º | 0.8% | 0.6% | - |
| HSV(B) | 264.81º | 0.69% | 0.92% | - |
| XYZ | 28.19 | 16.34 | 80.27 | - |
| YUV | 111.5 | 197.7 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 235 | 0.40 | 0.69 | 0 | 0.08 | 264.81 | 0.8 | 0.6 |
| Hex | 8C | 49 | EB | 28 | 45 | 0 | 8 | 109 | 50 | 3C |
| Octal | 214 | 111 | 353 | 50 | 105 | 0 | 10 | 411 | 120 | 74 |
| Binary | 10001100 | 1001001 | 11101011 | 101000 | 1000101 | 0 | 1000 | 100001001 | 1010000 | 111100 |
Color Harmonies of #8C49EB
Complementary color
Monochromatic Colors of #8C49EB
Black with #8C49EB
Text Example
Text Example
White with #8C49EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49EB; }
p { color: rgb(140,73,235); }
H1.HeaderClassName
{
color: #8C49EB;
}
.AnyTagClassName
{
color: #8C49EB;
}
</style>
background-color css
<style>
a { background-color: #8C49EB; }
a { background-color: rgb(140,73,235); }
div.DivClassName
{
background-color: #8C49EB;
}
.BgClassName
{
background-color: #8C49EB;
}
</style>
border-color css
<style>
span { border-color: #8C49EB; }
span { border-color: rgb(140,73,235); }
td.TdClassName
{
border-color: #8C49EB;
}
.TagClassName
{
border-color: #8C49EB;
}
</style>