Shades of Blue Violet #8C49FB
Tints of Blue Violet #8C49FB
RGB
CMYK
RGB Variations
Color information
#8C49FB (or 0x8C49FB) is known color: Blue Violet. HEX triplet: 8C, 49 and FB. RGB value is (140,73,251). Sum of RGB (Red+Green+Blue) = 140+73+251=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C49FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C49FB is #73B604. Grayscale: #707070. Windows color (decimal): -7583237 or 16468364. OLE color: 16468364.
HSL color Cylindrical-coordinate representation of color #8C49FB: hue angle of 262.58º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C49FB is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 73 | 251 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.02 |
| HSL | 262.58º | 0.96% | 0.64% | - |
| HSV(B) | 262.58º | 0.71% | 0.98% | - |
| XYZ | 30.61 | 17.31 | 92.99 | - |
| YUV | 113.33 | 205.7 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 251 | 0.44 | 0.71 | 0 | 0.02 | 262.58 | 0.96 | 0.64 |
| Hex | 8C | 49 | FB | 2C | 47 | 0 | 2 | 107 | 60 | 40 |
| Octal | 214 | 111 | 373 | 54 | 107 | 0 | 2 | 407 | 140 | 100 |
| Binary | 10001100 | 1001001 | 11111011 | 101100 | 1000111 | 0 | 10 | 100000111 | 1100000 | 1000000 |
Color Harmonies of #8C49FB
Complementary color
Monochromatic Colors of #8C49FB
Black with #8C49FB
Text Example
Text Example
White with #8C49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49FB; }
p { color: rgb(140,73,251); }
H1.HeaderClassName
{
color: #8C49FB;
}
.AnyTagClassName
{
color: #8C49FB;
}
</style>
background-color css
<style>
a { background-color: #8C49FB; }
a { background-color: rgb(140,73,251); }
div.DivClassName
{
background-color: #8C49FB;
}
.BgClassName
{
background-color: #8C49FB;
}
</style>
border-color css
<style>
span { border-color: #8C49FB; }
span { border-color: rgb(140,73,251); }
td.TdClassName
{
border-color: #8C49FB;
}
.TagClassName
{
border-color: #8C49FB;
}
</style>