Shades of Blue Violet #8D49FA
Tints of Blue Violet #8D49FA
RGB
CMYK
RGB Variations
Color information
#8D49FA (or 0x8D49FA) is known color: Blue Violet. HEX triplet: 8D, 49 and FA. RGB value is (141,73,250). Sum of RGB (Red+Green+Blue) = 141+73+250=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D49FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D49FA is #72B605. Grayscale: #707070. Windows color (decimal): -7517702 or 16402829. OLE color: 16402829.
HSL color Cylindrical-coordinate representation of color #8D49FA: hue angle of 263.05º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D49FA is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 73 | 250 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.02 |
| HSL | 263.05º | 0.95% | 0.63% | - |
| HSV(B) | 263.05º | 0.71% | 0.98% | - |
| XYZ | 30.62 | 17.33 | 92.17 | - |
| YUV | 113.51 | 205.03 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 250 | 0.44 | 0.71 | 0 | 0.02 | 263.05 | 0.95 | 0.63 |
| Hex | 8D | 49 | FA | 2C | 47 | 0 | 2 | 107 | 5F | 3F |
| Octal | 215 | 111 | 372 | 54 | 107 | 0 | 2 | 407 | 137 | 77 |
| Binary | 10001101 | 1001001 | 11111010 | 101100 | 1000111 | 0 | 10 | 100000111 | 1011111 | 111111 |
Color Harmonies of #8D49FA
Complementary color
Monochromatic Colors of #8D49FA
Black with #8D49FA
Text Example
Text Example
White with #8D49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D49FA; }
p { color: rgb(141,73,250); }
H1.HeaderClassName
{
color: #8D49FA;
}
.AnyTagClassName
{
color: #8D49FA;
}
</style>
background-color css
<style>
a { background-color: #8D49FA; }
a { background-color: rgb(141,73,250); }
div.DivClassName
{
background-color: #8D49FA;
}
.BgClassName
{
background-color: #8D49FA;
}
</style>
border-color css
<style>
span { border-color: #8D49FA; }
span { border-color: rgb(141,73,250); }
td.TdClassName
{
border-color: #8D49FA;
}
.TagClassName
{
border-color: #8D49FA;
}
</style>