Shades of Blue Violet #8D46F9
Tints of Blue Violet #8D46F9
RGB
CMYK
RGB Variations
Color information
#8D46F9 (or 0x8D46F9) is known color: Blue Violet. HEX triplet: 8D, 46 and F9. RGB value is (141,70,249). Sum of RGB (Red+Green+Blue) = 141+70+249=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D46F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D46F9 is #72B906. Grayscale: #6E6E6E. Windows color (decimal): -7518471 or 16336525. OLE color: 16336525.
HSL color Cylindrical-coordinate representation of color #8D46F9: hue angle of 263.8º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D46F9 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 70 | 249 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.02 |
| HSL | 263.8º | 0.94% | 0.63% | - |
| HSV(B) | 263.8º | 0.72% | 0.98% | - |
| XYZ | 30.27 | 16.88 | 91.29 | - |
| YUV | 111.64 | 205.52 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 249 | 0.43 | 0.72 | 0 | 0.02 | 263.8 | 0.94 | 0.63 |
| Hex | 8D | 46 | F9 | 2B | 48 | 0 | 2 | 108 | 5E | 3F |
| Octal | 215 | 106 | 371 | 53 | 110 | 0 | 2 | 410 | 136 | 77 |
| Binary | 10001101 | 1000110 | 11111001 | 101011 | 1001000 | 0 | 10 | 100001000 | 1011110 | 111111 |
Color Harmonies of #8D46F9
Complementary color
Monochromatic Colors of #8D46F9
Black with #8D46F9
Text Example
Text Example
White with #8D46F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D46F9; }
p { color: rgb(141,70,249); }
H1.HeaderClassName
{
color: #8D46F9;
}
.AnyTagClassName
{
color: #8D46F9;
}
</style>
background-color css
<style>
a { background-color: #8D46F9; }
a { background-color: rgb(141,70,249); }
div.DivClassName
{
background-color: #8D46F9;
}
.BgClassName
{
background-color: #8D46F9;
}
</style>
border-color css
<style>
span { border-color: #8D46F9; }
span { border-color: rgb(141,70,249); }
td.TdClassName
{
border-color: #8D46F9;
}
.TagClassName
{
border-color: #8D46F9;
}
</style>