Shades of Blue Violet #8C49E0
Tints of Blue Violet #8C49E0
RGB
CMYK
RGB Variations
Color information
#8C49E0 (or 0x8C49E0) is known color: Blue Violet. HEX triplet: 8C, 49 and E0. RGB value is (140,73,224). Sum of RGB (Red+Green+Blue) = 140+73+224=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C49E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49E0 is #73B61F. Grayscale: #6D6D6D. Windows color (decimal): -7583264 or 14698892. OLE color: 14698892.
HSL color Cylindrical-coordinate representation of color #8C49E0: hue angle of 266.62º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C49E0 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 73 | 224 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.12 |
| HSL | 266.62º | 0.71% | 0.58% | - |
| HSV(B) | 266.62º | 0.67% | 0.88% | - |
| XYZ | 26.65 | 15.72 | 72.15 | - |
| YUV | 110.25 | 192.2 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 224 | 0.38 | 0.67 | 0 | 0.12 | 266.62 | 0.71 | 0.58 |
| Hex | 8C | 49 | E0 | 26 | 43 | 0 | C | 10B | 47 | 3A |
| Octal | 214 | 111 | 340 | 46 | 103 | 0 | 14 | 413 | 107 | 72 |
| Binary | 10001100 | 1001001 | 11100000 | 100110 | 1000011 | 0 | 1100 | 100001011 | 1000111 | 111010 |
Color Harmonies of #8C49E0
Complementary color
Monochromatic Colors of #8C49E0
Black with #8C49E0
Text Example
Text Example
White with #8C49E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49E0; }
p { color: rgb(140,73,224); }
H1.HeaderClassName
{
color: #8C49E0;
}
.AnyTagClassName
{
color: #8C49E0;
}
</style>
background-color css
<style>
a { background-color: #8C49E0; }
a { background-color: rgb(140,73,224); }
div.DivClassName
{
background-color: #8C49E0;
}
.BgClassName
{
background-color: #8C49E0;
}
</style>
border-color css
<style>
span { border-color: #8C49E0; }
span { border-color: rgb(140,73,224); }
td.TdClassName
{
border-color: #8C49E0;
}
.TagClassName
{
border-color: #8C49E0;
}
</style>